KocamustafaogullariIshii Class Reference

A correlation for bubble departure diameter modelling based on Kocamustafaogullari-Ishii (1983) for boiling flows. More...

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

Public Member Functions

 TypeName ("KocamustafaogullariIshii")
 Runtime type information. More...
 
 KocamustafaogullariIshii (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~KocamustafaogullariIshii ()=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 Kocamustafaogullari-Ishii (1983) for boiling flows.

Reference:

    Kocamustafaogullari, G., & Ishii, M. (1983).
    Interfacial area and nucleation site density in boiling systems.
    International Journal of Heat and Mass Transfer, 26(9), 1377-1387.
    DOI:10.1016/S0017-9310(83)80069-6
Usage
Example of the model specification:
departureDiameterModel
{
    // Mandatory entries
    type            KocamustafaogullariIshii;
    phi             <scalar>;
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: KocamustafaogullariIshii word yes -
phi Contact angle [deg] scalar yes -
Source files

Definition at line 100 of file KocamustafaogullariIshii.H.

Constructor & Destructor Documentation

◆ KocamustafaogullariIshii()

Construct from a dictionary.

Definition at line 59 of file KocamustafaogullariIshii.C.

◆ ~KocamustafaogullariIshii()

virtual ~KocamustafaogullariIshii ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "KocamustafaogullariIshii"  )

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 73 of file KocamustafaogullariIshii.C.

References g, Foam::mag(), phaseModel::name(), Foam::pow(), rhoThermo::rho(), liquid::rho(), liquid::sigma(), Foam::sqrt(), and phaseModel::thermo().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented from departureDiameterModel.

Definition at line 105 of file KocamustafaogullariIshii.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: