Model of Lehr et al. (2002). The coalescence rate is calculated by. More...
#include <LehrMilliesMewesCoalescence.H>


Public Member Functions | |
| TypeName ("LehrMilliesMewes") | |
| Runtime type information. | |
| LehrMilliesMewesCoalescence (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~LehrMilliesMewesCoalescence ()=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. | |
Model of Lehr et al. (2002). The coalescence rate is calculated by.
![\[ \frac{\pi}{4} (d_i + d_j)^2 \mathrm{min}(u^{\prime}, u_{\mathrm{crit}})
\mathrm{exp}
\left[
- \left(\frac{\alpha_{\mathrm{max}}^{1/3}}{\alpha^{1/3}} - 1\right)^2
\right]\,,
\]](form_814.png)
where
![\[ u^{\prime}
=
\mathrm{max}
\left(
\sqrt{2} \epsilon_c^{1/3} \sqrt{d_i^{2/3} + d_j^{2/3}},
|\vec{u}_i - \vec{u}_j|
\right)
\]](form_815.png)
is the characteristic velocity for coalescence. Note that a velocity difference between bubble i and j is only present if the corresponding size groups are assigned to different velocity groups.
![]() | = | Diameter of bubble i [m] |
![]() | = | Diameter of bubble j [m] |
![]() | = | Turbulent dissipation rate of continuous phase [m2/s3] |
![]() | = | Total void fraction of the bubbles [-] |
![]() | = | Maximum packing density of the bubbles [-] |
![]() | = | Critical velocity for coalescence [m/s] |
![]() | = | Velocity vector of bubble i [m/s] |
![]() | = | Velocity vector of bubble j [m/s] |
Reference:
Lehr, F., Millies, M., & Mewes, D. (2002).
Bubbleâsize distributions and flow fields in bubble columns.
AIChE Journal, 48(11), 2426-2443.
| Property | Description | Required | Default value |
|---|---|---|---|
uCrit | Crit. coalescence velocity | no | 0.08 |
alphaMax | Maximum packing density | no | 0.6 |
Definition at line 146 of file LehrMilliesMewesCoalescence.H.
| LehrMilliesMewesCoalescence | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict ) |
Definition at line 50 of file LehrMilliesMewesCoalescence.C.
References coalescenceModel::coalescenceModel(), dict, Foam::dimless, and Foam::dimVelocity.

|
virtualdefault |
Destructor.
| TypeName | ( | "LehrMilliesMewes" | ) |
Runtime type information.
References dict.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Definition at line 72 of file LehrMilliesMewesCoalescence.C.
References Foam::cbrt(), sizeGroup::d(), Foam::exp(), Foam::mag(), Foam::max(), Foam::min(), sizeGroup::phase(), pi(), coalescenceModel::popBal_, phaseModel::residualAlpha(), Foam::sqr(), Foam::sqrt(), and phaseModel::U().
