#include <filmBoilingModel.H>

Public Member Functions | |
| TypeName ("filmBoilingModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, filmBoilingModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| filmBoilingModel ()=default | |
| Default construct. | |
| virtual | ~filmBoilingModel ()=default |
| Destructor. | |
| virtual tmp< scalarField > | htcFilmBoil (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
| Calculate and return the film boiling correlation. | |
| virtual void | write (Ostream &os) const |
| Write. | |
Static Public Member Functions | |
| static autoPtr< filmBoilingModel > | New (const dictionary &dict) |
| Select default constructed. | |
Definition at line 52 of file filmBoilingModel.H.
|
default |
Default construct.
Referenced by BreenWestwater::BreenWestwater(), Bromley::Bromley(), and declareRunTimeSelectionTable().

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

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


|
pure virtual |
Calculate and return the film boiling correlation.
Implemented in BreenWestwater, and Bromley.

|
virtual |
Write.
Reimplemented in BreenWestwater, and Bromley.
Definition at line 66 of file filmBoilingModel.C.
References os(), and Foam::type().
Referenced by BreenWestwater::write(), and Bromley::write().

