Shirai Class Reference

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

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

Public Member Functions

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

Additional Inherited Members

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

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 112 of file Shirai.H.

Constructor & Destructor Documentation

◆ Shirai()

Shirai ( const dictionary dict)

Construct from a dictionary.

Definition at line 52 of file Shirai.C.

◆ ~Shirai()

virtual ~Shirai ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Shirai"  )

Runtime type information.

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

References Foam::max(), Foam::min(), 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 87 of file Shirai.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: