Loading...
Searching...
No Matches
CHFModel Class Referenceabstract

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

#include <CHFModel.H>

Inheritance diagram for CHFModel:

Public Member Functions

 TypeName ("CHFModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, CHFModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 CHFModel ()=default
 Default construct.
virtual ~CHFModel ()=default
 Destructor.
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.
virtual void write (Ostream &os) const
 Write.

Static Public Member Functions

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

Detailed Description

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

Source files

Definition at line 53 of file CHFModel.H.

Constructor & Destructor Documentation

◆ CHFModel()

CHFModel ( )
default

Default construct.

Referenced by declareRunTimeSelectionTable(), and Zuber::Zuber().

Here is the caller graph for this function:

◆ ~CHFModel()

virtual ~CHFModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "CHFModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

References CHFModel(), and dict.

Here is the call graph for this function:

◆ New()

Select default constructed.

Definition at line 38 of file CHFModel.C.

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

Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().

Here is the call graph for this function:
Here is the caller 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.

References L, and os().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented in Zuber.

Definition at line 66 of file CHFModel.C.

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

Referenced by Zuber::write().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/CHFModels/CHFModel/CHFModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/CHFModels/CHFModel/CHFModel.C