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


Public Member Functions | |
| TypeName ("LemmertChawla") | |
| Runtime type information. | |
| LemmertChawla (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~LemmertChawla ()=default |
| Destructor. | |
| 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. | |
| 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< nucleationSiteModel > | New (const dictionary &dict) |
| Select default constructed. | |
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.
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 |
Definition at line 103 of file LemmertChawla.H.
| LemmertChawla | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 47 of file LemmertChawla.C.
References dict, and nucleationSiteModel::nucleationSiteModel().

|
virtualdefault |
| TypeName | ( | "LemmertChawla" | ) |
Runtime type information.
References dict.
|
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().

|
virtual |
Write.
Reimplemented from nucleationSiteModel.
Definition at line 77 of file LemmertChawla.C.
References os(), and nucleationSiteModel::write().
