Loading...
Searching...
No Matches
filmBoilingModel Class Referenceabstract

#include <filmBoilingModel.H>

Inheritance diagram for filmBoilingModel:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Definition at line 52 of file filmBoilingModel.H.

Constructor & Destructor Documentation

◆ filmBoilingModel()

filmBoilingModel ( )
default

Default construct.

Referenced by BreenWestwater::BreenWestwater(), Bromley::Bromley(), and declareRunTimeSelectionTable().

Here is the caller graph for this function:

◆ ~filmBoilingModel()

virtual ~filmBoilingModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "filmBoilingModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

References dict, and filmBoilingModel().

Here is the call graph for this function:

◆ New()

Select default constructed.

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

◆ htcFilmBoil()

virtual tmp< scalarField > htcFilmBoil ( 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 film boiling correlation.

Implemented in BreenWestwater, and Bromley.

References L, and os().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented in BreenWestwater, and Bromley.

Definition at line 66 of file filmBoilingModel.C.

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

Referenced by BreenWestwater::write(), and Bromley::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/filmBoilingModels/filmBoilingModel/filmBoilingModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/filmBoilingModel/filmBoilingModel.C