filmBoilingModel Class Referenceabstract
Inheritance diagram for filmBoilingModel:
[legend]

Public Member Functions

 TypeName ("filmBoilingModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, filmBoilingModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 filmBoilingModel ()
 Construct null. More...
 
virtual ~filmBoilingModel ()
 Destructor. More...
 
virtual tmp< scalarFieldhtcFilmBoil (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
 

Static Public Member Functions

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

Detailed Description

Definition at line 57 of file filmBoilingModel.H.

Constructor & Destructor Documentation

◆ filmBoilingModel()

Construct null.

Definition at line 44 of file filmBoilingModel.C.

◆ ~filmBoilingModel()

~filmBoilingModel ( )
virtual

Destructor.

Definition at line 50 of file filmBoilingModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "filmBoilingModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ New()

Select null constructed.

Definition at line 34 of file newfilmBoilingModel.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 temperature.

Implemented in Bromley.

◆ write()

void write ( Ostream os) const
virtual

Reimplemented in Bromley.

Definition at line 56 of file filmBoilingModel.C.

References Foam::type(), and Ostream::writeEntry().

Here is the call graph for this function:

The documentation for this class was generated from the following files: