Base class for bubble departure diameter models. More...
Public Member Functions | |
TypeName ("departureDiameterModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, departureDiameterModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
departureDiameterModel () | |
Construct null. More... | |
virtual | ~departureDiameterModel () |
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 |
Static Public Member Functions | |
static autoPtr< departureDiameterModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Base class for bubble departure diameter models.
Definition at line 55 of file departureDiameterModel.H.
Construct null.
|
virtual |
Destructor.
TypeName | ( | "departureDiameterModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
departureDiameterModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
Declare runtime construction.
|
static |
Select null constructed.
|
pure virtual |
Calculate and return the departure diameter field.
Implemented in TolubinskiKostanchuk, and KocamustafaogullariIshii.
|
virtual |
Reimplemented in TolubinskiKostanchuk, and KocamustafaogullariIshii.