TolubinskiKostanchuk Class Reference

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

Inheritance diagram for TolubinskiKostanchuk:
[legend]
Collaboration diagram for TolubinskiKostanchuk:
[legend]

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< 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. 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< scalarFielddDeparture (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< departureDiameterModelNew (const dictionary &dict)
 Select default constructed. More...
 

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 118 of file TolubinskiKostanchuk.H.

Constructor & Destructor Documentation

◆ TolubinskiKostanchuk()

TolubinskiKostanchuk ( const dictionary dict)

Construct from a dictionary.

Definition at line 54 of file TolubinskiKostanchuk.C.

◆ ~TolubinskiKostanchuk()

virtual ~TolubinskiKostanchuk ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "TolubinskiKostanchuk"  )

Runtime type information.

◆ 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 70 of file TolubinskiKostanchuk.C.

References Foam::exp(), Foam::max(), and Foam::min().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented from departureDiameterModel.

Definition at line 85 of file TolubinskiKostanchuk.C.

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

Here is the call graph for this function:

The documentation for this class was generated from the following files: