#include <CHFSubCoolModel.H>

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

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

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


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

