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... | |
| departureDiameterModel (const departureDiameterModel &) | |
| Copy constructor. More... | |
| virtual autoPtr< departureDiameterModel > | clone () const =0 |
| Construct and return a clone. More... | |
| virtual | ~departureDiameterModel () |
| Destructor. More... | |
| virtual tmp< scalarField > | dDeparture (const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
| Calculate and return the departure diameter field for a wall patch. More... | |
| virtual tmp< volScalarField::Internal > | dDeparture (const phaseModel &liquid, const phaseModel &vapour, const phaseModel &solid, const volScalarField::Internal &Tf, const volScalarField::Internal &Tsatw, const volScalarField::Internal &L) const =0 |
| Calculate and return the departure diameter field for a stationary. More... | |
| virtual tmp< volScalarField > | dDeparture (const phaseModel &liquid, const phaseModel &vapour, const phaseModel &solid, const volScalarField &Tf, const volScalarField &Tsatw, const volScalarField &L) const =0 |
| Calculate and return the departure diameter field for a stationary. More... | |
| virtual void | write (Ostream &os) const |
| Write to stream. More... | |
| void | operator= (const departureDiameterModel &)=delete |
| Disallow default bitwise assignment. More... | |
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 52 of file departureDiameterModel.H.
Construct null.
Definition at line 42 of file departureDiameterModel.C.
| departureDiameterModel | ( | const departureDiameterModel & | ) |
Copy constructor.
Definition at line 46 of file departureDiameterModel.C.
|
virtual |
Destructor.
Definition at line 55 of file departureDiameterModel.C.
| TypeName | ( | "departureDiameterModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| departureDiameterModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction.
|
pure virtual |
Construct and return a clone.
Implemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.
|
static |
Select null constructed.
Definition at line 31 of file departureDiameterModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::Info.

|
pure virtual |
Calculate and return the departure diameter field for a wall patch.
Implemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.
|
pure virtual |
Calculate and return the departure diameter field for a stationary.
phase and fluid interface
Implemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.
|
pure virtual |
Calculate and return the departure diameter field for a stationary.
phase and fluid interface
Implemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.
|
virtual |
Write to stream.
Reimplemented in TolubinskiKostanchuk, and KocamustafaogullariIshiiDepartureDiameter.
Definition at line 61 of file departureDiameterModel.C.
References Foam::type(), and Foam::writeEntry().
Referenced by KocamustafaogullariIshiiDepartureDiameter::write(), and TolubinskiKostanchuk::write().


|
delete |
Disallow default bitwise assignment.