reactionDriven Class Reference
Inheritance diagram for reactionDriven:
Collaboration diagram for reactionDriven:

Public Member Functions

 TypeName ("reactionDriven")
 Runtime type information. More...
 
 reactionDriven (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~reactionDriven ()
 Destructor. More...
 
virtual void addToNucleationRate (volScalarField &nucleationRate, const label i)
 Add to nucleationRate. More...
 
- Public Member Functions inherited from nucleationModel
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from nucleationModel
static autoPtr< nucleationModelNew (const word &type, const populationBalanceModel &popBal, const dictionary &dict)
 
- Protected Attributes inherited from nucleationModel
const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 
const dictionary dict_
 Model dictionary. More...
 

Detailed Description

Definition at line 53 of file reactionDriven.H.

Constructor & Destructor Documentation

◆ reactionDriven()

reactionDriven ( const populationBalanceModel popBal,
const dictionary dict 
)

◆ ~reactionDriven()

virtual ~reactionDriven ( )
inlinevirtual

Destructor.

Definition at line 93 of file reactionDriven.H.

References reactionDriven::addToNucleationRate().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "reactionDriven"  )

Runtime type information.

◆ addToNucleationRate()

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

Add to nucleationRate.

Implements nucleationModel.

Referenced by reactionDriven::~reactionDriven().

Here is the caller graph for this function:

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