A critical heat flux (CHF) correlation model based on Zuber (1958) for boiling flows. More...
Public Member Functions | |
TypeName ("Zuber") | |
Zuber (const dictionary &dict) | |
virtual | ~Zuber ()=default |
virtual tmp< scalarField > | CHF (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 ("CHFModel") | |
declareRunTimeSelectionTable (autoPtr, CHFModel, dictionary,(const dictionary &dict),(dict)) | |
CHFModel ()=default | |
virtual | ~CHFModel ()=default |
Additional Inherited Members | |
![]() | |
static autoPtr< CHFModel > | New (const dictionary &dict) |
A critical heat flux (CHF) correlation model based on Zuber (1958) for boiling flows.
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 |
TypeName | ( | "Zuber" | ) |
|
virtual |
Implements CHFModel.
Definition at line 63 of file Zuber.C.
References cells, g, L(), Foam::mag(), Foam::max(), phaseModel::name(), Foam::pow(), tmp::ref(), basicThermo::rhoEoS(), sigma(), liquid::sigma(), Foam::sqr(), phaseModel::thermo(), and Foam::Zero.
|
virtual |
Reimplemented from CHFModel.
Definition at line 99 of file Zuber.C.
References os(), and CHFModel::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.