CHFModel Class Referenceabstract

Base class for critical heat flux (CHF) correlation models for boiling flows. More...

Inheritance diagram for CHFModel:
[legend]

Public Member Functions

 TypeName ("CHFModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, CHFModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 CHFModel ()=default
 Default construct. More...
 
virtual ~CHFModel ()=default
 Destructor. More...
 
virtual tmp< scalarFieldCHF (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< CHFModelNew (const dictionary &dict)
 Select default constructed. More...
 

Detailed Description

Base class for critical heat flux (CHF) correlation models for boiling flows.

Source files

Definition at line 57 of file CHFModel.H.

Constructor & Destructor Documentation

◆ CHFModel()

CHFModel ( )
default

Default construct.

◆ ~CHFModel()

virtual ~CHFModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "CHFModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ New()

Select default constructed.

Definition at line 45 of file CHFModel.C.

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

Here is the call graph for this function:

◆ CHF()

virtual tmp< scalarField > CHF ( 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 Zuber.

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented in Zuber.

Definition at line 73 of file CHFModel.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: