Base class for nucleation flux models. More...

Public Member Functions | |
| TypeName ("nucleateFluxModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, nucleateFluxModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| nucleateFluxModel ()=default | |
| Default construct. More... | |
| virtual | ~nucleateFluxModel ()=default |
| Destructor. More... | |
| virtual tmp< scalarField > | qNucleate (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
| Calculate nucleate heat flux. More... | |
| virtual void | write (Ostream &os) const |
| Write. More... | |
Static Public Member Functions | |
| static autoPtr< nucleateFluxModel > | New (const dictionary &dict) |
| Select default constructed. More... | |
Base class for nucleation flux models.
Definition at line 50 of file nucleateFluxModel.H.
|
default |
Default construct.
|
virtualdefault |
Destructor.
| TypeName | ( | "nucleateFluxModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| nucleateFluxModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction.
|
static |
Select default constructed.
Definition at line 38 of file nucleateFluxModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().


|
pure virtual |
Calculate nucleate heat flux.
Implemented in Kutadeladze, and exponential.
|
virtual |
Write.
Reimplemented in Kutadeladze, and exponential.
Definition at line 65 of file nucleateFluxModel.C.
References os(), and Foam::type().
