Loading...
Searching...
No Matches
TolubinskiKostanchuk Class Reference

A correlation for bubble departure diameter modelling based on Tolubinski-Kostanchuk (1970) for boiling flows. More...

#include <TolubinskiKostanchuk.H>

Inheritance diagram for TolubinskiKostanchuk:
Collaboration diagram for TolubinskiKostanchuk:

Public Member Functions

 TypeName ("TolubinskiKostanchuk")
 Runtime type information.
 TolubinskiKostanchuk (const dictionary &dict)
 Construct from a dictionary.
virtual ~TolubinskiKostanchuk ()=default
 Destructor.
virtual tmp< scalarFielddDeparture (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.
virtual void write (Ostream &os) const
 Write.
Public Member Functions inherited from departureDiameterModel
 TypeName ("departureDiameterModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, departureDiameterModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 departureDiameterModel ()=default
 Default construct.
virtual ~departureDiameterModel ()=default
 Destructor.

Additional Inherited Members

Static Public Member Functions inherited from departureDiameterModel
static autoPtr< departureDiameterModelNew (const dictionary &dict)
 Select default constructed.

Detailed Description

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..
Usage
Example of the model specification:
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
Source files

Definition at line 114 of file TolubinskiKostanchuk.H.

Constructor & Destructor Documentation

◆ TolubinskiKostanchuk()

TolubinskiKostanchuk ( const dictionary & dict)

Construct from a dictionary.

Definition at line 47 of file TolubinskiKostanchuk.C.

References departureDiameterModel::departureDiameterModel(), dict, and e.

Here is the call graph for this function:

◆ ~TolubinskiKostanchuk()

virtual ~TolubinskiKostanchuk ( )
virtualdefault

Destructor.

References L, and os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "TolubinskiKostanchuk" )

Runtime type information.

References dict.

◆ dDeparture()

Foam::tmp< Foam::scalarField > dDeparture ( const phaseModel & liquid,
const phaseModel & vapor,
const label patchi,
const scalarField & Tl,
const scalarField & Tsatw,
const scalarField & L ) const
virtual

Calculate and return the departure diameter field.

Implements departureDiameterModel.

Definition at line 63 of file TolubinskiKostanchuk.C.

References Foam::clamp(), Foam::exp(), and L.

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented from departureDiameterModel.

Definition at line 82 of file TolubinskiKostanchuk.C.

References os(), and departureDiameterModel::write().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/departureDiameterModels/TolubinskiKostanchuk/TolubinskiKostanchuk.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/departureDiameterModels/TolubinskiKostanchuk/TolubinskiKostanchuk.C