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< nucleationModel > | clone () const |
virtual | ~nucleationModel () |
Destructor. More... | |
const populationBalanceModel & | popBal () const |
Return reference to the populationBalanceModel. More... | |
const dictionary & | dict () const |
Return reference to model dictionary. More... | |
virtual void | precompute () |
Precompute diameter independent expressions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from nucleationModel | |
static autoPtr< nucleationModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from nucleationModel | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
const dictionary | dict_ |
Model dictionary. More... | |
const velocityGroup & | velGroup_ |
Velocity group in which the nucleation occurs. More... | |
Definition at line 53 of file reactionDriven.H.
reactionDriven | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
Definition at line 54 of file reactionDriven.C.
References nucleationModel::dict(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::nl, velocityGroup::sizeGroups(), dimensioned< Type >::value(), and nucleationModel::velGroup_.
|
inlinevirtual |
Destructor.
Definition at line 87 of file reactionDriven.H.
TypeName | ( | "reactionDriven" | ) |
Runtime type information.
|
virtual |
Add to nucleationRate.
Implements nucleationModel.
Definition at line 88 of file reactionDriven.C.
References IOobject::groupName(), phaseInterface::index(), DimensionedField< Type, GeoMesh >::mesh(), phaseInterface::name(), sizeGroup::phase(), Foam::constant::mathematical::pi(), Foam::pow3(), phaseModel::rho(), rho, and sizeGroup::x().