Base class for drift models. More...
Classes | |
class | iNew |
Class used for the read-construction of. More... | |
Public Member Functions | |
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... | |
virtual void | precompute () |
Precompute diameter independent expressions. More... | |
virtual void | addToDriftRate (volScalarField &driftRate, const label i)=0 |
Add to driftRate. More... | |
Static Public Member Functions | |
static autoPtr< driftModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
const dictionary | dict_ |
Model dictionary. More... | |
driftModel | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 135 of file driftModel.H.
TypeName | ( | "driftModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
driftModel | , | ||
dictionary | , | ||
(const populationBalanceModel &popBal, const dictionary &dict) | , | ||
(popBal, dict) | |||
) |
|
inline |
Definition at line 117 of file driftModel.H.
References driftModel::New(), NotImplemented, and Foam::type().
|
static |
Referenced by driftModel::clone(), and driftModel::iNew::operator()().
|
inline |
Return reference to the populationBalanceModel.
Definition at line 142 of file driftModel.H.
|
inline |
Return reference to model dictionary.
Definition at line 148 of file driftModel.H.
References driftModel::addToDriftRate(), driftModel::dict_, and driftModel::precompute().
Referenced by driftModel::iNew::operator()().
|
virtual |
Precompute diameter independent expressions.
Reimplemented in phaseChange.
Referenced by driftModel::dict().
|
pure virtual |
Add to driftRate.
Implemented in phaseChange, constantDrift, and densityChangeDrift.
Referenced by driftModel::dict().
|
protected |
Reference to the populationBalanceModel.
Definition at line 60 of file driftModel.H.
|
protected |