A correlation for bubble departure diameter modelling based on Tolubinski-Kostanchuk (1970) for boiling flows. More...
Public Member Functions | |
TypeName ("TolubinskiKostanchuk") | |
Runtime type information. More... | |
TolubinskiKostanchuk (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~TolubinskiKostanchuk ()=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 |
Calculate and return the departure diameter field. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
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 ()=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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from departureDiameterModel | |
static autoPtr< departureDiameterModel > | New (const dictionary &dict) |
Select default constructed. More... | |
A correlation for bubble departure diameter modelling based on Tolubinski-Kostanchuk (1970) for boiling flows.
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..
departureDiameterModel { // Mandatory entries type TolubinskiKostanchuk; // Optional entries dRef <scalar>; dMax <scalar>; dMin <scalar>; }
where the entries mean:
Property | Description | Type | Reqd | Deflt |
---|---|---|---|---|
type | Type name: TolubinskiKostanchuk | word | yes | - |
dRef | Coefficient of the temperature term | scalar | no | 6e-4 |
dMax | Maximum diameter | scalar | no | 0.0014 |
dMin | Minimum diameter | scalar | no | 1e-6 |
Definition at line 118 of file TolubinskiKostanchuk.H.
TolubinskiKostanchuk | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 54 of file TolubinskiKostanchuk.C.
|
virtualdefault |
Destructor.
TypeName | ( | "TolubinskiKostanchuk" | ) |
Runtime type information.
|
virtual |
Calculate and return the departure diameter field.
Implements departureDiameterModel.
Definition at line 70 of file TolubinskiKostanchuk.C.
References Foam::exp(), Foam::max(), and Foam::min().
|
virtual |
Write.
Reimplemented from departureDiameterModel.
Definition at line 85 of file TolubinskiKostanchuk.C.
References os(), and ObukhovLength::write().