Base class for Leidenfrost-effect models. More...
Public Member Functions | |
TypeName ("LeidenfrostModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, LeidenfrostModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
LeidenfrostModel ()=default | |
Default construct. More... | |
virtual | ~LeidenfrostModel ()=default |
Destructor. More... | |
virtual tmp< scalarField > | TLeid (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
Calculate and return the Leidenfrost temperature. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
Static Public Member Functions | |
static autoPtr< LeidenfrostModel > | New (const dictionary &dict) |
Select default constructed. More... | |
Base class for Leidenfrost-effect models.
Definition at line 56 of file LeidenfrostModel.H.
|
default |
Default construct.
|
virtualdefault |
Destructor.
TypeName | ( | "LeidenfrostModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
LeidenfrostModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
Declare runtime construction.
|
static |
Select default constructed.
Definition at line 45 of file LeidenfrostModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), and Foam::Info.
|
pure virtual |
Calculate and return the Leidenfrost temperature.
Implemented in Spiegler.
|
virtual |
Write.
Reimplemented in Spiegler.
Definition at line 73 of file LeidenfrostModel.C.
References os(), and Foam::type().