A model for nucleation site density based on Lemmert-Chawla (1977) function and Egorov-Menter (2004) correlation for boiling flows. More...
Public Member Functions | |
TypeName ("LemmertChawla") | |
LemmertChawla (const dictionary &dict) | |
virtual | ~LemmertChawla ()=default |
virtual tmp< scalarField > | N (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const |
virtual void | write (Ostream &os) const |
![]() | |
TypeName ("nucleationSiteModel") | |
declareRunTimeSelectionTable (autoPtr, nucleationSiteModel, dictionary,(const dictionary &dict),(dict)) | |
nucleationSiteModel ()=default | |
virtual | ~nucleationSiteModel ()=default |
Additional Inherited Members | |
![]() | |
static autoPtr< nucleationSiteModel > | New (const dictionary &dict) |
A model for nucleation site density based on Lemmert-Chawla (1977) function and Egorov-Menter (2004) correlation for boiling flows.
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 | ) |
Definition at line 48 of file LemmertChawla.C.
|
virtualdefault |
TypeName | ( | "LemmertChawla" | ) |
|
virtual |
Implements nucleationSiteModel.
Definition at line 61 of file LemmertChawla.C.
References Foam::max(), and Foam::pow().
|
virtual |
Reimplemented from nucleationSiteModel.
Definition at line 78 of file LemmertChawla.C.
References os(), and Foam::vtk::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.