CHFSubCoolModel Class Referenceabstract
Inheritance diagram for CHFSubCoolModel:
[legend]

Public Member Functions

 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...
 

Static Public Member Functions

static autoPtr< CHFSubCoolModelNew (const dictionary &dict)
 Select default constructed. More...
 

Detailed Description

Definition at line 57 of file CHFSubCoolModel.H.

Constructor & Destructor Documentation

◆ CHFSubCoolModel()

CHFSubCoolModel ( )
default

Default construct.

◆ ~CHFSubCoolModel()

virtual ~CHFSubCoolModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "CHFSubCoolModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
CHFSubCoolModel  ,
dictionary  ,
(const dictionary &dict ,
(dict  
)

Declare runtime construction.

◆ New()

Select default constructed.

Definition at line 45 of file CHFSubCoolModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), and Foam::Info.

Here is the call graph for this function:

◆ CHFSubCool()

virtual tmp< scalarField > CHFSubCool ( const phaseModel liquid,
const phaseModel vapor,
const label  patchi,
const scalarField Tl,
const scalarField Tsatw,
const scalarField L 
) const
pure virtual

Calculate temperature.

Implemented in HuaXu, and Tatsumoto.

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented in HuaXu, and Tatsumoto.

Definition at line 73 of file CHFSubCoolModel.C.

References os(), and Foam::type().

Here is the call graph for this function:

The documentation for this class was generated from the following files: