Base class for coalescence models. More...
Classes | |
class | iNew |
Class used for the read-construction of. More... | |
Public Member Functions | |
TypeName ("coalescenceModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, coalescenceModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
coalescenceModel (const populationBalanceModel &popBal, const dictionary &dict) | |
autoPtr< coalescenceModel > | clone () const |
virtual | ~coalescenceModel () |
Destructor. More... | |
virtual void | precompute () |
Precompute diameter independent expressions. More... | |
virtual void | addToCoalescenceRate (volScalarField &coalescenceRate, const label i, const label j)=0 |
Add to coalescenceRate. More... | |
Static Public Member Functions | |
static autoPtr< coalescenceModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
coalescenceModel | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 129 of file coalescenceModel.H.
References coalescenceModel::addToCoalescenceRate(), and coalescenceModel::precompute().
TypeName | ( | "coalescenceModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
coalescenceModel | , | ||
dictionary | , | ||
(const populationBalanceModel &popBal, const dictionary &dict) | , | ||
(popBal, dict) | |||
) |
|
inline |
Definition at line 111 of file coalescenceModel.H.
References coalescenceModel::New(), NotImplemented, and Foam::type().
|
static |
Referenced by coalescenceModel::clone(), and coalescenceModel::iNew::operator()().
|
virtual |
Precompute diameter independent expressions.
Reimplemented in PrinceBlanch, BrownianCollisions, and DahnekeInterpolation.
Referenced by coalescenceModel::~coalescenceModel().
|
pure virtual |
Add to coalescenceRate.
Implemented in PrinceBlanch, Luo, LehrMilliesMewesCoalescence, BrownianCollisions, CoulaloglouTavlaridesCoalescence, DahnekeInterpolation, turbulentShear, constantCoalescence, ballisticCollisions, and hydrodynamic.
Referenced by coalescenceModel::~coalescenceModel().
|
protected |
Reference to the populationBalanceModel.
Definition at line 57 of file coalescenceModel.H.