Constant drift rate within all classes computed from fvOptions mass source. More...
Public Member Functions | |
TypeName ("constant") | |
Runtime type information. More... | |
constantDrift (const populationBalanceModel &popBal, const dictionary &dict) | |
virtual | ~constantDrift () |
Destructor. More... | |
virtual void | correct () |
Correct diameter independent expressions. More... | |
virtual void | addToDriftRate (volScalarField &driftRate, const label i) |
Add to driftRate. More... | |
![]() | |
TypeName ("driftModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, driftModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
driftModel (const populationBalanceModel &popBal, const dictionary &dict) | |
autoPtr< driftModel > | clone () const |
virtual | ~driftModel () |
Destructor. More... | |
const populationBalanceModel & | popBal () const |
Return reference to the populationBalanceModel. More... | |
const dictionary & | dict () const |
Return reference to model dictionary. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< driftModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
![]() | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
const dictionary | dict_ |
Model dictionary. More... | |
Constant drift rate within all classes computed from fvOptions mass source.
Definition at line 52 of file constantDrift.H.
constantDrift | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 77 of file constantDrift.H.
References constantDrift::addToDriftRate(), and constantDrift::correct().
TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Correct diameter independent expressions.
Reimplemented from driftModel.
Referenced by constantDrift::~constantDrift().
|
virtual |
Add to driftRate.
Implements driftModel.
Referenced by constantDrift::~constantDrift().