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...
 
const dictionarydict () const
 Return reference to model dictionary. 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...
 
const dictionary dict_
 Model dictionary. 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 132 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 114 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 139 of file nucleationModel.H.

◆ dict()

const dictionary& dict ( ) const
inline

Return reference to model dictionary.

Definition at line 145 of file nucleationModel.H.

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

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ correct()

virtual void correct ( )
virtual

Correct diameter independent expressions.

Reimplemented in wallBoiling.

Referenced by nucleationModel::dict().

Here is the caller graph for this function:

◆ addToNucleationRate()

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

Add to nucleationRate.

Implemented in reactionDriven, wallBoiling, and constantNucleation.

Referenced by nucleationModel::dict().

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.

◆ dict_

const dictionary dict_
protected

Model dictionary.

Definition at line 60 of file nucleationModel.H.

Referenced by nucleationModel::dict().


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