Model of Coulaloglou and Tavlarides (1977). The coalescence rate is calculated by. More...
Public Member Functions | |
TypeName ("CoulaloglouTavlarides") | |
Runtime type information. More... | |
CoulaloglouTavlaridesCoalescence (const populationBalanceModel &popBal, const dictionary &dict) | |
virtual | ~CoulaloglouTavlaridesCoalescence () |
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 | correct () |
Correct 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 of Coulaloglou and Tavlarides (1977). The coalescence rate is calculated by.
where
![]() | = | Surface tension [N/m] |
![]() | = | Volume of droplet i [m3] |
![]() | = | Volume of droplet j [m3] |
![]() | = | Turbulent dissipation rate of continuous phase [m2/s3] |
![]() | = | Total void fraction of disperse phase [-] |
![]() | = | Molecular dynamic viscosity of liquid phase [Pa s] |
![]() | = | Density of continous phase [kg/m3] |
References:
"Description of interaction processes in agitated liquid-liquid dispersions" Coulaloglou, C.A., Tavlarides, L.L. Chemical Engineering Science, Vol. 32, Issue 11, 1977, pp. 1289-1297 Eq. 37, p. 1294
Property | Description | Required | Default value |
---|---|---|---|
C1 | Coefficient C1 | no | 2.8 |
C2 | Coefficient C2 | no | 1.83e9 |
Definition at line 137 of file CoulaloglouTavlaridesCoalescence.H.
CoulaloglouTavlaridesCoalescence | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 165 of file CoulaloglouTavlaridesCoalescence.H.
References CoulaloglouTavlaridesCoalescence::addToCoalescenceRate().
TypeName | ( | "CoulaloglouTavlarides" | ) |
Runtime type information.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Referenced by CoulaloglouTavlaridesCoalescence::~CoulaloglouTavlaridesCoalescence().