Public Member Functions | Static Public Member Functions | List of all members
filmBoilingModel Class Referenceabstract
Inheritance diagram for filmBoilingModel:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("filmBoilingModel")
 
 declareRunTimeSelectionTable (autoPtr, filmBoilingModel, dictionary,(const dictionary &dict),(dict))
 
 filmBoilingModel ()=default
 
virtual ~filmBoilingModel ()=default
 
virtual tmp< scalarFieldhtcFilmBoil (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 
virtual void write (Ostream &os) const
 

Static Public Member Functions

static autoPtr< filmBoilingModelNew (const dictionary &dict)
 

Detailed Description

Definition at line 52 of file filmBoilingModel.H.

Constructor & Destructor Documentation

◆ filmBoilingModel()

filmBoilingModel ( )
default

◆ ~filmBoilingModel()

virtual ~filmBoilingModel ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "filmBoilingModel"  )

◆ declareRunTimeSelectionTable()

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

◆ New()

Definition at line 39 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

Implemented in Bromley, and BreenWestwater.

◆ write()

void write ( Ostream os) const
virtual

Reimplemented in Bromley, and BreenWestwater.

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