#include <MHFModel.H>

Public Member Functions | |
| TypeName ("MHFModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, MHFModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| MHFModel ()=default | |
| Default construct. | |
| virtual | ~MHFModel ()=default |
| Destructor. | |
| virtual tmp< scalarField > | MHF (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
| Calculate and return the minimum heat flux. | |
| virtual void | write (Ostream &os) const |
| Write. | |
Static Public Member Functions | |
| static autoPtr< MHFModel > | New (const dictionary &dict) |
| Select default constructed. | |
Definition at line 52 of file MHFModel.H.
|
default |
Default construct.
Referenced by declareRunTimeSelectionTable(), and Jeschar::Jeschar().

| TypeName | ( | "MHFModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| MHFModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | ) |
Declare runtime construction.
References dict, and MHFModel().

|
static |
Select default constructed.
Definition at line 38 of file MHFModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().


|
pure virtual |
|
virtual |
Write.
Reimplemented in Jeschar.
Definition at line 66 of file MHFModel.C.
References os(), and Foam::type().
Referenced by Jeschar::write().

