Loading...
Searching...
No Matches
MHFModel Class Referenceabstract

#include <MHFModel.H>

Inheritance diagram for MHFModel:

Public Member Functions

 TypeName ("MHFModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, MHFModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 MHFModel ()=default
 Default construct.
virtual ~MHFModel ()=default
 Destructor.
virtual tmp< scalarFieldMHF (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate and return the minimum heat flux.
virtual void write (Ostream &os) const
 Write.

Static Public Member Functions

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

Detailed Description

Definition at line 52 of file MHFModel.H.

Constructor & Destructor Documentation

◆ MHFModel()

MHFModel ( )
default

Default construct.

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

Here is the caller graph for this function:

◆ ~MHFModel()

virtual ~MHFModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "MHFModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

References dict, and MHFModel().

Here is the call graph for this function:

◆ New()

Select default constructed.

Definition at line 38 of file MHFModel.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:

◆ MHF()

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

Calculate and return the minimum heat flux.

Implemented in Jeschar.

References L, and os().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented in Jeschar.

Definition at line 66 of file MHFModel.C.

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

Referenced by Jeschar::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/MHFModels/MHFModel/MHFModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/MHFModels/MHFModel/MHFModel.C