Tolubinski-Kostanchuk correlation for bubble departure diameter. More...


Public Member Functions | |
| TypeName ("TolubinskiKostanchuk") | |
| Runtime type information. More... | |
| TolubinskiKostanchuk (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| TolubinskiKostanchuk (const TolubinskiKostanchuk &model) | |
| Copy construct. More... | |
| virtual autoPtr< departureDiameterModel > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~TolubinskiKostanchuk () |
| 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 |
| Calculate and return the departure diameter field for a wall patch. More... | |
| virtual tmp< volScalarField::Internal > | dDeparture (const phaseModel &liquid, const phaseModel &vapor, const phaseModel &solid, const volScalarField::Internal &Tf, const volScalarField::Internal &Tsatw, const volScalarField::Internal &L) const |
| 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 |
| Calculate and return the departure diameter field for a stationary. More... | |
| virtual void | write (Ostream &os) const |
| Write to stream. More... | |
| template<class ScalarFieldType > | |
| Foam::tmp< ScalarFieldType > | calculate (const ScalarFieldType &Tl, const ScalarFieldType &Tsatw) const |
Public Member Functions inherited from departureDiameterModel | |
| 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 | ~departureDiameterModel () |
| Destructor. More... | |
| void | operator= (const departureDiameterModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from departureDiameterModel | |
| static autoPtr< departureDiameterModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
Tolubinski-Kostanchuk correlation for bubble departure diameter.
Reference:
Tolubinsky, V. I., & Kostanchuk, D. M. (1970).
Vapour bubbles growth rate and heat transfer intensity at subcooled
water boiling.
In International Heat Transfer Conference 4 (Vol. 23). Begel House Inc.
Definition at line 60 of file TolubinskiKostanchuk.H.
| TolubinskiKostanchuk | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 75 of file TolubinskiKostanchuk.C.
Referenced by TolubinskiKostanchuk::clone().

| TolubinskiKostanchuk | ( | const TolubinskiKostanchuk & | model | ) |
Copy construct.
Definition at line 88 of file TolubinskiKostanchuk.C.
|
virtual |
Destructor.
Definition at line 103 of file TolubinskiKostanchuk.C.
| TypeName | ( | "TolubinskiKostanchuk" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements departureDiameterModel.
Definition at line 102 of file TolubinskiKostanchuk.H.
References TolubinskiKostanchuk::TolubinskiKostanchuk().

|
virtual |
Calculate and return the departure diameter field for a wall patch.
Implements departureDiameterModel.
Definition at line 111 of file TolubinskiKostanchuk.C.
References Foam::fvPatchDistWave::calculate().

|
virtual |
Calculate and return the departure diameter field for a stationary.
phase and fluid interface
Implements departureDiameterModel.
Definition at line 127 of file TolubinskiKostanchuk.C.
References Foam::fvPatchDistWave::calculate().

|
virtual |
Calculate and return the departure diameter field for a stationary.
phase and fluid interface
Implements departureDiameterModel.
Definition at line 143 of file TolubinskiKostanchuk.C.
References Foam::fvPatchDistWave::calculate().

|
virtual |
Write to stream.
Reimplemented from departureDiameterModel.
Definition at line 158 of file TolubinskiKostanchuk.C.
References departureDiameterModel::write(), and Foam::writeEntry().

| Foam::tmp<ScalarFieldType> calculate | ( | const ScalarFieldType & | Tl, |
| const ScalarFieldType & | Tsatw | ||
| ) | const |
Definition at line 54 of file TolubinskiKostanchuk.C.
References Foam::dimTemperature, Foam::exp(), Foam::max(), and Foam::min().
