LemmertChawla Class Reference

Lemmert & Chawla function for nucleation site density, correlation by Egorov & Menter. More...

Inheritance diagram for LemmertChawla:
Collaboration diagram for LemmertChawla:

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< nucleationSiteModelclone () const
 Construct and return a clone. More...
 
virtual ~LemmertChawla ()
 Destructor. More...
 
virtual tmp< scalarFieldnucleationSiteDensity (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< volScalarFieldnucleationSiteDensity (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< nucleationSiteModelNew (const dictionary &dict)
 Select null constructed. More...
 

Detailed Description

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.
Source files

Definition at line 65 of file LemmertChawla.H.

Constructor & Destructor Documentation

◆ LemmertChawla() [1/2]

LemmertChawla ( const dictionary dict)

Construct from a dictionary.

Definition at line 70 of file LemmertChawla.C.

Referenced by LemmertChawla::clone().

Here is the caller graph for this function:

◆ LemmertChawla() [2/2]

LemmertChawla ( const LemmertChawla model)

Copy construct.

Definition at line 100 of file LemmertChawla.C.

◆ ~LemmertChawla()

~LemmertChawla ( )
virtual

Destructor.

Definition at line 114 of file LemmertChawla.C.

Member Function Documentation

◆ TypeName()

TypeName ( "LemmertChawla"  )

Runtime type information.

◆ clone()

virtual autoPtr<nucleationSiteModel> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements nucleationSiteModel.

Definition at line 106 of file LemmertChawla.H.

References LemmertChawla::LemmertChawla().

Here is the call graph for this function:

◆ nucleationSiteDensity() [1/2]

Foam::tmp< Foam::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
virtual

Calculate and return the nucleation-site density.

Implements nucleationSiteModel.

Definition at line 121 of file LemmertChawla.C.

References Foam::fvPatchDistWave::calculate(), and patchi.

Here is the call graph for this function:

◆ nucleationSiteDensity() [2/2]

Foam::tmp< Foam::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
virtual

Calculate and return the nucleation-site density.

Implements nucleationSiteModel.

Definition at line 142 of file LemmertChawla.C.

References Foam::fvPatchDistWave::calculate().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
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().

Here is the call graph for this function:

◆ calculate()

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().

Here is the call graph for this function:

The documentation for this class was generated from the following files: