Hydrodynamic kernel. Used for verification and validation of the coalescence formulation implemented in the populationBalanceModel class. More...
Public Member Functions | |
TypeName ("hydrodynamic") | |
Runtime type information. More... | |
hydrodynamic (const populationBalanceModel &popBal, const dictionary &dict) | |
virtual | ~hydrodynamic ()=default |
Destructor. More... | |
virtual void | addToCoalescenceRate (volScalarField &coalescenceRate, const label i, const label j) |
Add to coalescenceRate. More... | |
![]() | |
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 ()=default |
Destructor. More... | |
virtual void | correct () |
Correct diameter independent expressions. More... | |
virtual void | addToCoalescenceRate (volScalarField &coalescenceRate, const label i, const label j)=0 |
Add to coalescenceRate. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< coalescenceModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
![]() | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
Hydrodynamic kernel. Used for verification and validation of the coalescence formulation implemented in the populationBalanceModel class.
Definition at line 55 of file hydrodynamic.H.
hydrodynamic | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
Definition at line 48 of file hydrodynamic.C.
|
virtualdefault |
Destructor.
TypeName | ( | "hydrodynamic" | ) |
Runtime type information.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Definition at line 60 of file hydrodynamic.C.
References sizeGroup::d(), Foam::pow3(), GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), and dimensioned< Type >::value().