Hydrodynamic kernel. Used for verification and validation of the coalescence formulation implemented in the populationBalanceModel class. More...
#include <hydrodynamic.H>


Public Member Functions | |
| TypeName ("hydrodynamic") | |
| Runtime type information. | |
| hydrodynamic (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~hydrodynamic ()=default |
| Destructor. | |
| virtual void | addToCoalescenceRate (volScalarField &coalescenceRate, const label i, const label j) |
| Add to coalescenceRate. | |
| Public Member Functions inherited from coalescenceModel | |
| TypeName ("coalescenceModel") | |
| Runtime type information. | |
| 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. | |
| virtual void | correct () |
| Correct diameter independent expressions. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from coalescenceModel | |
| static autoPtr< coalescenceModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
| Protected Attributes inherited from coalescenceModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. | |
Hydrodynamic kernel. Used for verification and validation of the coalescence formulation implemented in the populationBalanceModel class.
Definition at line 51 of file hydrodynamic.H.
| hydrodynamic | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict ) |
Definition at line 41 of file hydrodynamic.C.
References coalescenceModel::coalescenceModel(), and dict.

|
virtualdefault |
Destructor.
| TypeName | ( | "hydrodynamic" | ) |
Runtime type information.
References dict.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Definition at line 53 of file hydrodynamic.C.
References sizeGroup::d(), coalescenceModel::popBal_, Foam::pow3(), GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), and dimensioned< Type >::value().
