LemmertChawla Class Reference

A model for nucleation site density based on Lemmert-Chawla (1977) function and Egorov-Menter (2004) correlation for boiling flows. More...

Inheritance diagram for LemmertChawla:
[legend]
Collaboration diagram for LemmertChawla:
[legend]

Public Member Functions

 TypeName ("LemmertChawla")
 Runtime type information. More...
 
 LemmertChawla (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~LemmertChawla ()=default
 Destructor. More...
 
virtual tmp< scalarFieldN (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
 Calculate and return the nucleation-site density. More...
 
virtual void write (Ostream &os) const
 Write. More...
 
- 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 ()=default
 Default construct. More...
 
virtual ~nucleationSiteModel ()=default
 Destructor. More...
 
virtual tmp< scalarFieldN (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate and return the nucleation-site density. More...
 
virtual void write (Ostream &os) const
 Write. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from nucleationSiteModel
static autoPtr< nucleationSiteModelNew (const dictionary &dict)
 Select default constructed. More...
 

Detailed Description

A model for nucleation site density based on Lemmert-Chawla (1977) function and Egorov-Menter (2004) correlation for boiling flows.

Reference:

    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.
Usage
Example of the model specification:
nucleationSiteModel
{
    // Mandatory entries
    type            LemmertChawla;

    // Optional entries
    Cn              <scalar>;
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: LemmertChawla word yes -
Cn Coefficient for nucleation site density scalar no 1.0
Source files

Definition at line 107 of file LemmertChawla.H.

Constructor & Destructor Documentation

◆ LemmertChawla()

LemmertChawla ( const dictionary dict)

Construct from a dictionary.

Definition at line 54 of file LemmertChawla.C.

◆ ~LemmertChawla()

virtual ~LemmertChawla ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "LemmertChawla"  )

Runtime type information.

◆ N()

Foam::tmp< Foam::scalarField > N ( const phaseModel liquid,
const phaseModel vapor,
const label  patchi,
const scalarField Tl,
const scalarField Tsatw,
const scalarField L 
) const
virtual

Calculate and return the nucleation-site density.

Implements nucleationSiteModel.

Definition at line 67 of file LemmertChawla.C.

References Foam::max(), and Foam::pow().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented from nucleationSiteModel.

Definition at line 84 of file LemmertChawla.C.

References os(), and ObukhovLength::write().

Here is the call graph for this function:

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