Loading...
Searching...
No Matches
LemmertChawla Class Reference

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

#include <LemmertChawla.H>

Inheritance diagram for LemmertChawla:
Collaboration diagram for LemmertChawla:

Public Member Functions

 TypeName ("LemmertChawla")
 Runtime type information.
 LemmertChawla (const dictionary &dict)
 Construct from a dictionary.
virtual ~LemmertChawla ()=default
 Destructor.
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.
virtual void write (Ostream &os) const
 Write.
Public Member Functions inherited from nucleationSiteModel
 TypeName ("nucleationSiteModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, nucleationSiteModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 nucleationSiteModel ()=default
 Default construct.
virtual ~nucleationSiteModel ()=default
 Destructor.

Additional Inherited Members

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

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 103 of file LemmertChawla.H.

Constructor & Destructor Documentation

◆ LemmertChawla()

LemmertChawla ( const dictionary & dict)

Construct from a dictionary.

Definition at line 47 of file LemmertChawla.C.

References dict, and nucleationSiteModel::nucleationSiteModel().

Here is the call graph for this function:

◆ ~LemmertChawla()

virtual ~LemmertChawla ( )
virtualdefault

Destructor.

References L, and os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "LemmertChawla" )

Runtime type information.

References dict.

◆ 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 60 of file LemmertChawla.C.

References L, 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 77 of file LemmertChawla.C.

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

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/nucleationSiteModels/LemmertChawla/LemmertChawla.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/nucleationSiteModels/LemmertChawla/LemmertChawla.C