A correlation for bubble departure diameter modelling based on Kocamustafaogullari-Ishii (1983) for boiling flows. More...
Public Member Functions | |
TypeName ("KocamustafaogullariIshii") | |
Runtime type information. More... | |
KocamustafaogullariIshii (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~KocamustafaogullariIshii ()=default |
Destructor. More... | |
virtual tmp< scalarField > | dDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const |
Calculate and return the departure diameter field. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
Public Member Functions inherited from departureDiameterModel | |
TypeName ("departureDiameterModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, departureDiameterModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
departureDiameterModel ()=default | |
Default construct. More... | |
virtual | ~departureDiameterModel ()=default |
Destructor. More... | |
virtual tmp< scalarField > | dDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
Calculate and return the departure diameter field. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from departureDiameterModel | |
static autoPtr< departureDiameterModel > | New (const dictionary &dict) |
Select default constructed. More... | |
A correlation for bubble departure diameter modelling based on Kocamustafaogullari-Ishii (1983) for boiling flows.
Reference:
Kocamustafaogullari, G., & Ishii, M. (1983). Interfacial area and nucleation site density in boiling systems. International Journal of Heat and Mass Transfer, 26(9), 1377-1387. DOI:10.1016/S0017-9310(83)80069-6
departureDiameterModel { // Mandatory entries type KocamustafaogullariIshii; phi <scalar>; }
where the entries mean:
Property | Description | Type | Reqd | Deflt |
---|---|---|---|---|
type | Type name: KocamustafaogullariIshii | word | yes | - |
phi | Contact angle [deg] | scalar | yes | - |
Definition at line 100 of file KocamustafaogullariIshii.H.
KocamustafaogullariIshii | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 59 of file KocamustafaogullariIshii.C.
|
virtualdefault |
Destructor.
TypeName | ( | "KocamustafaogullariIshii" | ) |
Runtime type information.
|
virtual |
Calculate and return the departure diameter field.
Implements departureDiameterModel.
Definition at line 73 of file KocamustafaogullariIshii.C.
References g, Foam::mag(), phaseModel::name(), Foam::pow(), rhoThermo::rho(), liquid::rho(), liquid::sigma(), Foam::sqrt(), and phaseModel::thermo().
|
virtual |
Write.
Reimplemented from departureDiameterModel.
Definition at line 105 of file KocamustafaogullariIshii.C.
References os(), and ObukhovLength::write().