A critical heat flux (CHF) correlation model based on Zuber (1958) for boiling flows. More...
Public Member Functions | |
TypeName ("Zuber") | |
Runtime type information. More... | |
Zuber (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~Zuber ()=default |
Destructor. More... | |
virtual tmp< scalarField > | CHF (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... | |
virtual void | write (Ostream &os) const |
Write. More... | |
![]() | |
TypeName ("CHFModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, CHFModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
CHFModel ()=default | |
Default construct. More... | |
virtual | ~CHFModel ()=default |
Destructor. More... | |
virtual tmp< scalarField > | CHF (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
Calculate temperature. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< CHFModel > | New (const dictionary &dict) |
Select default constructed. More... | |
A critical heat flux (CHF) correlation model based on Zuber (1958) for boiling flows.
Reference:
Zuber, N. (1958). On the stability of boiling heat transfer. Trans. Am. Soc. Mech. Engrs., 80. URL:https://www.osti.gov/biblio/4326542
CHFModel { // Mandatory entries type Zuber; // Optional entries Cn <scalar>; }
where the entries mean:
Property | Description | Type | Reqd | Deflt |
---|---|---|---|---|
type | Type name: Zuber | word | yes | - |
Cn | Model coefficient | scalar | no | 0.131 |
Zuber | ( | const dictionary & | dict | ) |
|
virtualdefault |
Destructor.
TypeName | ( | "Zuber" | ) |
Runtime type information.
|
virtual |
Calculate and return the nucleation-site density.
Implements CHFModel.
Definition at line 69 of file Zuber.C.
References cells, g, L, Foam::mag(), Foam::max(), phaseModel::name(), Foam::pow(), tmp< T >::ref(), basicThermo::rhoEoS(), liquid::sigma(), Foam::sqr(), phaseModel::thermo(), and Foam::Zero.
|
virtual |
Write.
Reimplemented from CHFModel.
Definition at line 106 of file Zuber.C.
References os(), and ObukhovLength::write().