Loading...
Searching...
No Matches
KocamustafaogullariIshii Class Reference

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

#include <KocamustafaogullariIshii.H>

Inheritance diagram for KocamustafaogullariIshii:
Collaboration diagram for KocamustafaogullariIshii:

Public Member Functions

 TypeName ("KocamustafaogullariIshii")
 Runtime type information.
 KocamustafaogullariIshii (const dictionary &dict)
 Construct from a dictionary.
virtual ~KocamustafaogullariIshii ()=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 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 96 of file KocamustafaogullariIshii.H.

Constructor & Destructor Documentation

◆ KocamustafaogullariIshii()

KocamustafaogullariIshii ( const dictionary & dict)

Construct from a dictionary.

Definition at line 52 of file KocamustafaogullariIshii.C.

References departureDiameterModel::departureDiameterModel(), and dict.

Here is the call graph for this function:

◆ ~KocamustafaogullariIshii()

virtual ~KocamustafaogullariIshii ( )
virtualdefault

Destructor.

References L, and os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "KocamustafaogullariIshii" )

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

References g, L, Foam::mag(), phaseModel::name(), Foam::pow(), liquid::rho(), rhoThermo::rho(), liquid::sigma(), 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 98 of file KocamustafaogullariIshii.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/KocamustafaogullariIshii/KocamustafaogullariIshii.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/departureDiameterModels/KocamustafaogullariIshii/KocamustafaogullariIshii.C