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