Base class for departure from nucleation boiling models. More...
#include <TDNBModel.H>

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

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

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


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

