Tatsumoto Class Reference

A critical heat flux (CHF) sub-cooling correlation model. More...

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

Public Member Functions

 TypeName ("Tatsumoto")
 Runtime type information. More...
 
 Tatsumoto (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~Tatsumoto ()=default
 Destructor. More...
 
virtual tmp< scalarFieldCHFSubCool (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 CHFSubCoolModel
 TypeName ("CHFSubCoolModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, CHFSubCoolModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 CHFSubCoolModel ()=default
 Default construct. More...
 
virtual ~CHFSubCoolModel ()=default
 Destructor. More...
 
virtual tmp< scalarFieldCHFSubCool (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate temperature. More...
 
virtual void write (Ostream &os) const
 Write. More...
 

Additional Inherited Members

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

Detailed Description

A critical heat flux (CHF) sub-cooling correlation model.

Usage
Example of the model specification:
CHFSubCoolModel
{
    // Mandatory entries
    type            Tatsumoto;

    // Optional entries
    K               <scalar>;
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: Tatsumoto word yes -
K Model coefficient scalar no 0.23
Source files

Definition at line 92 of file Tatsumoto.H.

Constructor & Destructor Documentation

◆ Tatsumoto()

Tatsumoto ( const dictionary dict)

Construct from a dictionary.

Definition at line 55 of file Tatsumoto.C.

◆ ~Tatsumoto()

virtual ~Tatsumoto ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Tatsumoto"  )

Runtime type information.

◆ CHFSubCool()

Foam::tmp< Foam::scalarField > CHFSubCool ( 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 CHFSubCoolModel.

Definition at line 68 of file Tatsumoto.C.

References cells, Cp, liquid::Cp(), L, Foam::max(), Foam::pow(), tmp< T >::ref(), basicThermo::rhoEoS(), tCp, and phaseModel::thermo().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented from CHFSubCoolModel.

Definition at line 95 of file Tatsumoto.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: