Lemmert & Chawla function for nucleation site density, correlation by Egorov & Menter. More...
Public Member Functions | |
TypeName ("LemmertChawla") | |
Runtime type information. More... | |
LemmertChawla (const dictionary &dict) | |
Construct from a dictionary. More... | |
LemmertChawla (const LemmertChawla &model) | |
Copy construct. More... | |
virtual autoPtr< nucleationSiteModel > | clone () const |
Construct and return a clone. More... | |
virtual | ~LemmertChawla () |
Destructor. More... | |
virtual tmp< scalarField > | nucleationSiteDensity (const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L, const scalarField &dDep, const scalarField &fDep) const |
Calculate and return the nucleation-site density. More... | |
virtual tmp< volScalarField > | nucleationSiteDensity (const phaseModel &liquid, const phaseModel &vapour, const phaseModel &solid, const volScalarField &Tf, const volScalarField &Tsatw, const volScalarField &L, const volScalarField &dDep, const volScalarField &fDep) const |
Calculate and return the nucleation-site density. More... | |
virtual void | write (Ostream &os) const |
Write to stream. More... | |
template<class ScalarFieldType > | |
Foam::tmp< ScalarFieldType > | calculate (const ScalarFieldType &Tsatw, const ScalarFieldType &Tw) const |
Public Member Functions inherited from nucleationSiteModel | |
TypeName ("nucleationSiteModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, nucleationSiteModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
nucleationSiteModel () | |
Construct null. More... | |
nucleationSiteModel (const nucleationSiteModel &model) | |
Copy construct. More... | |
virtual | ~nucleationSiteModel () |
Destructor. More... | |
void | operator= (const nucleationSiteModel &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from nucleationSiteModel | |
static autoPtr< nucleationSiteModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Lemmert & Chawla function for nucleation site density, correlation by Egorov & Menter.
References:
Lemmert, M., & Chawla, J. M. (1977). Influence of flow velocity on surface boiling heat transfer coefficient. Heat Transfer in Boiling, 237, 247. Egorov, Y., & Menter, F. (2004). Experimental implementation of the RPI wall boiling model in CFX-5.6. Staudenfeldweg, 12, 83624. Technical Report ANSYS/TR-04-10, ANSYS Gmbh.
Definition at line 65 of file LemmertChawla.H.
LemmertChawla | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 70 of file LemmertChawla.C.
Referenced by LemmertChawla::clone().
LemmertChawla | ( | const LemmertChawla & | model | ) |
Copy construct.
Definition at line 100 of file LemmertChawla.C.
|
virtual |
Destructor.
Definition at line 114 of file LemmertChawla.C.
TypeName | ( | "LemmertChawla" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements nucleationSiteModel.
Definition at line 106 of file LemmertChawla.H.
References LemmertChawla::LemmertChawla().
|
virtual |
Calculate and return the nucleation-site density.
Implements nucleationSiteModel.
Definition at line 121 of file LemmertChawla.C.
References Foam::fvPatchDistWave::calculate(), and patchi.
|
virtual |
Calculate and return the nucleation-site density.
Implements nucleationSiteModel.
Definition at line 142 of file LemmertChawla.C.
References Foam::fvPatchDistWave::calculate().
|
virtual |
Write to stream.
Reimplemented from nucleationSiteModel.
Definition at line 159 of file LemmertChawla.C.
References token::END_STATEMENT, Foam::nl, nucleationSiteModel::write(), and Foam::writeKeyword().
Foam::tmp<ScalarFieldType> calculate | ( | const ScalarFieldType & | Tsatw, |
const ScalarFieldType & | Tw | ||
) | const |
Definition at line 54 of file LemmertChawla.C.
References Foam::max(), and Foam::pow().