nucleateFluxModel Class Referenceabstract

Base class for nucleation flux models. More...

Inheritance diagram for nucleateFluxModel:
[legend]

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Base class for nucleation flux models.

Source files

Definition at line 54 of file nucleateFluxModel.H.

Constructor & Destructor Documentation

◆ nucleateFluxModel()

nucleateFluxModel ( )
default

Default construct.

◆ ~nucleateFluxModel()

virtual ~nucleateFluxModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "nucleateFluxModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ New()

Select default constructed.

Definition at line 44 of file nucleateFluxModel.C.

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

Here is the call graph for this function:

◆ qNucleate()

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

Calculate nucleate heat flux.

Implemented in exponential, and Kutadeladze.

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented in exponential, and Kutadeladze.

Definition at line 72 of file nucleateFluxModel.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: