nucleationModel Class Referenceabstract

Base class for nucleation models. More...

Inheritance diagram for nucleationModel:
Collaboration diagram for nucleationModel:

Classes

class  iNew
 Class used for the read-construction of. More...
 

Public Member Functions

 TypeName ("nucleationModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, nucleationModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 
 nucleationModel (const populationBalanceModel &popBal, const dictionary &dict)
 
autoPtr< nucleationModelclone () const
 
virtual ~nucleationModel ()
 Destructor. More...
 
const populationBalanceModelpopBal () const
 Return reference to the populationBalanceModel. More...
 
virtual void correct ()
 Correct diameter independent expressions. More...
 
virtual void addToNucleationRate (volScalarField &nucleationRate, const label i)=0
 Add to nucleationRate. More...
 

Static Public Member Functions

static autoPtr< nucleationModelNew (const word &type, const populationBalanceModel &popBal, const dictionary &dict)
 

Protected Attributes

const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 

Detailed Description

Base class for nucleation models.

Source files

Definition at line 50 of file nucleationModel.H.

Constructor & Destructor Documentation

◆ nucleationModel()

nucleationModel ( const populationBalanceModel popBal,
const dictionary dict 
)

Referenced by nucleationModel::iNew::operator()().

Here is the caller graph for this function:

◆ ~nucleationModel()

virtual ~nucleationModel ( )
inlinevirtual

Destructor.

Definition at line 129 of file nucleationModel.H.

Member Function Documentation

◆ TypeName()

TypeName ( "nucleationModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
nucleationModel  ,
dictionary  ,
(const populationBalanceModel &popBal, const dictionary &dict ,
(popBal, dict  
)

◆ clone()

autoPtr<nucleationModel> clone ( ) const
inline

Definition at line 111 of file nucleationModel.H.

References nucleationModel::New(), NotImplemented, and Foam::type().

Here is the call graph for this function:

◆ New()

static autoPtr<nucleationModel> New ( const word type,
const populationBalanceModel popBal,
const dictionary dict 
)
static

Referenced by nucleationModel::clone(), and nucleationModel::iNew::operator()().

Here is the caller graph for this function:

◆ popBal()

const populationBalanceModel& popBal ( ) const
inline

Return reference to the populationBalanceModel.

Definition at line 136 of file nucleationModel.H.

References nucleationModel::addToNucleationRate(), and nucleationModel::correct().

Here is the call graph for this function:

◆ correct()

virtual void correct ( )
virtual

Correct diameter independent expressions.

Reimplemented in wallBoiling, and constantNucleation.

Referenced by nucleationModel::popBal().

Here is the caller graph for this function:

◆ addToNucleationRate()

virtual void addToNucleationRate ( volScalarField nucleationRate,
const label  i 
)
pure virtual

Add to nucleationRate.

Implemented in wallBoiling, and constantNucleation.

Referenced by nucleationModel::popBal().

Here is the caller graph for this function:

Member Data Documentation

◆ popBal_

const populationBalanceModel& popBal_
protected

Reference to the populationBalanceModel.

Definition at line 57 of file nucleationModel.H.


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