Base class for bubble departure diameter models for boiling flows. More...
Public Member Functions | |
TypeName ("departureDiameterModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, departureDiameterModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
departureDiameterModel ()=default | |
Default construct. More... | |
virtual | ~departureDiameterModel ()=default |
Destructor. More... | |
virtual tmp< scalarField > | dDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
Calculate and return the departure diameter field. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
Static Public Member Functions | |
static autoPtr< departureDiameterModel > | New (const dictionary &dict) |
Select default constructed. More... | |
Base class for bubble departure diameter models for boiling flows.
Definition at line 57 of file departureDiameterModel.H.
|
default |
Default construct.
|
virtualdefault |
Destructor.
TypeName | ( | "departureDiameterModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
departureDiameterModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
Declare runtime construction.
|
static |
Select default constructed.
Definition at line 46 of file departureDiameterModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), and Foam::Info.
|
pure virtual |
Calculate and return the departure diameter field.
Implemented in KocamustafaogullariIshii, and TolubinskiKostanchuk.
|
virtual |
Write.
Reimplemented in KocamustafaogullariIshii, and TolubinskiKostanchuk.
Definition at line 74 of file departureDiameterModel.C.
References os(), and Foam::type().