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 | ||
) |
Definition at line 72 of file coalescenceModel.C.
|
inlinevirtual |
Destructor.
Definition at line 132 of file coalescenceModel.H.
TypeName | ( | "coalescenceModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
coalescenceModel | , | ||
dictionary | , | ||
(const populationBalanceModel &popBal, const dictionary &dict) | , | ||
(popBal, dict) | |||
) |
|
inline |
Definition at line 114 of file coalescenceModel.H.
References NotImplemented.
|
static |
Definition at line 43 of file coalescenceModel.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, IOobject::name(), Foam::nl, and Foam::type().
Referenced by coalescenceModel::iNew::operator()().
|
virtual |
Precompute diameter independent expressions.
Reimplemented in PrinceBlanch, LiaoCoalescence, DahnekeInterpolation, and BrownianCollisions.
Definition at line 84 of file coalescenceModel.C.
|
pure virtual |
Add to coalescenceRate.
Implemented in turbulentShear, PrinceBlanch, Luo, LiaoCoalescence, LehrMilliesMewesCoalescence, hydrodynamic, DahnekeInterpolation, CoulaloglouTavlarides, constantCoalescence, BrownianCollisions, ballisticCollisions, and AdachiStuartFokkink.
|
protected |
Reference to the populationBalanceModel.
Definition at line 60 of file coalescenceModel.H.
Referenced by PrinceBlanch::PrinceBlanch().