Base class for nucleation site density models. More...
Public Member Functions | |
| TypeName ("CHFModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, CHFModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| CHFModel () | |
| Construct null. More... | |
| virtual | ~CHFModel () |
| Destructor. More... | |
| virtual tmp< scalarField > | CHF (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< CHFModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
Base class for nucleation site density models.
Definition at line 57 of file CHFModel.H.
| CHFModel | ( | ) |
Construct null.
Definition at line 44 of file CHFModel.C.
|
virtual |
Destructor.
Definition at line 50 of file CHFModel.C.
| TypeName | ( | "CHFModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| CHFModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction.
|
static |
Select null constructed.
Definition at line 35 of file newCHFModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().
|
pure virtual |
Calculate temperature.
Implemented in Zuber.
|
virtual |
Reimplemented in Zuber.
Definition at line 56 of file CHFModel.C.
References Foam::type(), and Ostream::writeEntry().
Referenced by Zuber::write().