Loading...
Searching...
No Matches
nucleateFluxModel Class Referenceabstract

Base class for nucleation flux models. More...

#include <nucleateFluxModel.H>

Inheritance diagram for nucleateFluxModel:

Public Member Functions

 TypeName ("nucleateFluxModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, nucleateFluxModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 nucleateFluxModel ()=default
 Default construct.
virtual ~nucleateFluxModel ()=default
 Destructor.
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.
virtual void write (Ostream &os) const
 Write.

Static Public Member Functions

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

Detailed Description

Base class for nucleation flux models.

Source files

Definition at line 50 of file nucleateFluxModel.H.

Constructor & Destructor Documentation

◆ nucleateFluxModel()

nucleateFluxModel ( )
default

Default construct.

Referenced by declareRunTimeSelectionTable(), exponential::exponential(), and Kutadeladze::Kutadeladze().

Here is the caller graph for this function:

◆ ~nucleateFluxModel()

virtual ~nucleateFluxModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "nucleateFluxModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

References dict, and nucleateFluxModel().

Here is the call graph for this function:

◆ New()

Select default constructed.

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

◆ 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.

References L, and os().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented in exponential, and Kutadeladze.

Definition at line 65 of file nucleateFluxModel.C.

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

Referenced by exponential::write(), and Kutadeladze::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/nucleateFluxModels/nucleateFluxModel/nucleateFluxModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/nucleateFluxModels/nucleateFluxModel/nucleateFluxModel.C