Loading...
Searching...
No Matches
Shirai Class Reference

Temperature of departure from nulceate boiling correlation. More...

#include <Shirai.H>

Inheritance diagram for Shirai:
Collaboration diagram for Shirai:

Public Member Functions

 TypeName ("Shirai")
 Runtime type information.
 Shirai (const dictionary &dict)
 Construct from a dictionary.
virtual ~Shirai ()=default
 Destructor.
virtual tmp< scalarFieldTDNB (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
 Calculate and return the nucleation-site density.
virtual void write (Ostream &os) const
 Write.
Public Member Functions inherited from TDNBModel
 TypeName ("TDNBModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, TDNBModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 TDNBModel ()=default
 Default construct.
virtual ~TDNBModel ()=default
 Destructor.

Additional Inherited Members

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

Detailed Description

Temperature of departure from nulceate boiling correlation.

References:

    Shirai, Y., Tatsumoto, H., Shiotsu, M., Hata, K.,
    Kobayashi, H., Naruo, Y., & Inatani, Y. (2010).
    Boiling heat transfer from a horizontal flat
    plate in a pool of liquid hydrogen.
    Cryogenics, 50(6-7), 410-416.
    DOI:10.1016/j.cryogenics.2010.04.001
Usage
Example of the model specification:
TDNBModel
{
    // Mandatory entries
    type            Shirai;
    Tc              <scalar>;
    Pc              <scalar>;
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: Shirai word yes -
Tc Critical temperature scalar yes -
Pc Critical pressure scalar yes -
Note
  • Correlation based on fiting data from Fig 11 from above references.
  • Suitable for liquid Helium, Nitrogen, Oxygen and Hydrogen.
Source files

Definition at line 108 of file Shirai.H.

Constructor & Destructor Documentation

◆ Shirai()

Shirai ( const dictionary & dict)

Construct from a dictionary.

Definition at line 45 of file Shirai.C.

References dict, and TDNBModel::TDNBModel().

Here is the call graph for this function:

◆ ~Shirai()

virtual ~Shirai ( )
virtualdefault

Destructor.

References L, and os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "Shirai" )

Runtime type information.

References dict.

◆ TDNB()

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

Calculate and return the nucleation-site density.

Implements TDNBModel.

Definition at line 59 of file Shirai.C.

References Foam::clamp(), L, Foam::pow3(), and Foam::sqr().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented from TDNBModel.

Definition at line 80 of file Shirai.C.

References os(), and TDNBModel::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/TDNBModels/Shirai/Shirai.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Shirai/Shirai.C