Model describing aggregation of solid particles in turbulent flows. Applicable when particles are smaller than the Kolmogorov length scale. The coalescence rate is calculated by. More...


Public Member Functions | |
| TypeName ("AdachiStuartFokkink") | |
| Runtime type information. More... | |
| AdachiStuartFokkink (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~AdachiStuartFokkink () |
| Destructor. More... | |
| virtual void | addToCoalescenceRate (volScalarField::Internal &coalescenceRate, const label i, const label j) |
| Add to coalescenceRate. More... | |
Public Member Functions inherited from coalescenceModel | |
| 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... | |
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. More... | |
Model describing aggregation of solid particles in turbulent flows. Applicable when particles are smaller than the Kolmogorov length scale. The coalescence rate is calculated by.
where
| = | Diameter of particle i [m] | |
| = | Diameter of particle j [m] | |
| = | Kinematic viscosity of continuous phase [m2/s] | |
| = | Continuous phase turbulent dissipation rate [m2/s3] |
Reference:
Adachi, Y., Stuart, M. C., & Fokkink, R. (1994).
Kinetics of turbulent coagulation studied by means of end-over-end
rotation.
Journal of colloid and interface science, 165(2), 310-317.Definition at line 92 of file AdachiStuartFokkink.H.
| AdachiStuartFokkink | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 54 of file AdachiStuartFokkink.C.
|
inlinevirtual |
Destructor.
Definition at line 111 of file AdachiStuartFokkink.H.
| TypeName | ( | "AdachiStuartFokkink" | ) |
Runtime type information.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Definition at line 67 of file AdachiStuartFokkink.C.
References sizeGroup::d(), Foam::constant::mathematical::pi(), Foam::pow3(), and Foam::sqrt().
