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... | |
virtual | ~LemmertChawla () |
Destructor. More... | |
virtual tmp< scalarField > | N (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... | |
![]() | |
TypeName ("nucleationSiteModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, nucleationSiteModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
nucleationSiteModel () | |
Construct null. More... | |
virtual | ~nucleationSiteModel () |
Destructor. More... | |
virtual void | write (Ostream &os) const |
Additional Inherited Members | |
![]() | |
static autoPtr< nucleationSiteModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Lemmert & Chawla function for nucleation site density, correlation by Egorov & Menter.
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.
|
virtual |
Destructor.
TypeName | ( | "LemmertChawla" | ) |
Runtime type information.
|
virtual |
Calculate and return the nucleation-site density.
Implements nucleationSiteModel.