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 &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 () |
Destructor. More... | |
virtual void | precompute () |
Precompute diameter independent expressions. 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... | |
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.
f\[ {4}{3}({3}{10})^{0.5} ({}{})^{0.5}(d_i+d_j)^3 ]
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 | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 111 of file AdachiStuartFokkink.H.
References AdachiStuartFokkink::addToCoalescenceRate().
TypeName | ( | "AdachiStuartFokkink" | ) |
Runtime type information.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Referenced by AdachiStuartFokkink::~AdachiStuartFokkink().