Base class for critical heat flux (CHF) correlation models for boiling flows. More...
Public Member Functions | |
TypeName ("CHFModel") | |
declareRunTimeSelectionTable (autoPtr, CHFModel, dictionary,(const dictionary &dict),(dict)) | |
CHFModel ()=default | |
virtual | ~CHFModel ()=default |
virtual tmp< scalarField > | CHF (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
virtual void | write (Ostream &os) const |
Static Public Member Functions | |
static autoPtr< CHFModel > | New (const dictionary &dict) |
Base class for critical heat flux (CHF) correlation models for boiling flows.
Definition at line 53 of file CHFModel.H.
|
default |
|
virtualdefault |
TypeName | ( | "CHFModel" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
CHFModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
|
static |
Definition at line 39 of file CHFModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().
|
pure virtual |
Implemented in Zuber.
|
virtual |
Reimplemented in Zuber.
Definition at line 66 of file CHFModel.C.
References os(), and Foam::type().
Referenced by Zuber::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.