Constant nucleation rate within all classes. Used for verification and validation of the nucleation formulation implemented in the populationBalanceModel class. Rate is calculated from fvOptions mass source. More...
Public Member Functions | |
TypeName ("constant") | |
Runtime type information. More... | |
constantNucleation (const populationBalanceModel &popBal, const dictionary &dict) | |
virtual | ~constantNucleation () |
Destructor. More... | |
virtual void | correct () |
Correct diameter independent expressions. More... | |
virtual void | addToNucleationRate (volScalarField &nucleationRate, const label i) |
Add to nucleationRate. More... | |
![]() | |
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< nucleationModel > | clone () const |
virtual | ~nucleationModel () |
Destructor. More... | |
const populationBalanceModel & | popBal () const |
Return reference to the populationBalanceModel. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< nucleationModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
![]() | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
Constant nucleation rate within all classes. Used for verification and validation of the nucleation formulation implemented in the populationBalanceModel class. Rate is calculated from fvOptions mass source.
Definition at line 54 of file constantNucleation.H.
constantNucleation | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 82 of file constantNucleation.H.
References constantNucleation::addToNucleationRate(), and constantNucleation::correct().
TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Correct diameter independent expressions.
Reimplemented from nucleationModel.
Referenced by constantNucleation::~constantNucleation().
|
virtual |
Add to nucleationRate.
Implements nucleationModel.
Referenced by constantNucleation::~constantNucleation().