Public Member Functions | |
| TypeName ("CHFSubCoolModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, CHFSubCoolModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| CHFSubCoolModel () | |
| Construct null. More... | |
| virtual | ~CHFSubCoolModel () |
| Destructor. More... | |
| 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. More... | |
| virtual void | write (Ostream &os) const |
Static Public Member Functions | |
| static autoPtr< CHFSubCoolModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
Definition at line 57 of file CHFSubCoolModel.H.
| CHFSubCoolModel | ( | ) |
Construct null.
Definition at line 44 of file CHFSubCoolModel.C.
|
virtual |
Destructor.
Definition at line 50 of file CHFSubCoolModel.C.
| TypeName | ( | "CHFSubCoolModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| CHFSubCoolModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction.
|
static |
Select null constructed.
Definition at line 34 of file newCHFSubCoolModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().
|
pure virtual |
Calculate temperature.
Implemented in HuaXu.
|
virtual |
Reimplemented in HuaXu.
Definition at line 57 of file CHFSubCoolModel.C.
References Foam::type(), and Ostream::writeEntry().
Referenced by HuaXu::write().