Base class for Leidenfrost-effect models. More...
#include <LeidenfrostModel.H>

Public Member Functions | |
| TypeName ("LeidenfrostModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, LeidenfrostModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| LeidenfrostModel ()=default | |
| Default construct. | |
| virtual | ~LeidenfrostModel ()=default |
| Destructor. | |
| 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. | |
| virtual void | write (Ostream &os) const |
| Write. | |
Static Public Member Functions | |
| static autoPtr< LeidenfrostModel > | New (const dictionary &dict) |
| Select default constructed. | |
Base class for Leidenfrost-effect models.
Definition at line 52 of file LeidenfrostModel.H.
|
default |
Default construct.
Referenced by declareRunTimeSelectionTable(), and Spiegler::Spiegler().

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

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


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

