Daughter size distribution model used by Laakkonen et al. (2006). Note that it must be multiplied by the number of daughter particles (2). Also, the coefficient C4 needs to be set to the value of 2 as to ensure number and mass conservation following Kumar and Ramkrishna (1996). Also the internal coordinate was changed to particle volume, which gives. More...
Public Member Functions | |
TypeName ("LaakkonenAlopaeusAittamaa") | |
Runtime type information. More... | |
LaakkonenAlopaeusAittamaaDsd (const breakupModel &breakup, const dictionary &dict) | |
virtual | ~LaakkonenAlopaeusAittamaaDsd () |
Destructor. More... | |
virtual dimensionedScalar | calcNik (const label i, const label k) const |
Return total number of particles assigned to class i when a particle. More... | |
![]() | |
TypeName ("daughterSizeDistributionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, daughterSizeDistributionModel, dictionary,(const breakupModel &breakup, const dictionary &dict),(breakup, dict)) | |
daughterSizeDistributionModel (const breakupModel &breakup, const dictionary &dict) | |
virtual | ~daughterSizeDistributionModel () |
Destructor. More... | |
const dimensionedScalar & | nik (const label i, const label k) const |
Return total number of particles assigned to class i when a particle. More... | |
void | correct () |
Correct field independent expressions. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< daughterSizeDistributionModel > | New (const breakupModel &breakup, const dictionary &dict) |
![]() | |
const breakupModel & | breakup_ |
Reference to the breakupModel. More... | |
PtrList< PtrList< dimensionedScalar > > | nik_ |
nik More... | |
Daughter size distribution model used by Laakkonen et al. (2006). Note that it must be multiplied by the number of daughter particles (2). Also, the coefficient C4 needs to be set to the value of 2 as to ensure number and mass conservation following Kumar and Ramkrishna (1996). Also the internal coordinate was changed to particle volume, which gives.
where
![]() | = | Volume of daughter bubble i [m] |
![]() | = | Volume of mother bubble j [m] |
References:
"Validation of bubble breakage, coalescence and mass transfer models for gas-liquid dispersion in agitated vessel" Laakkonen, M., Alopaeus, V., Aittamaa, J. Chemical Engineering Science, Vol. 61, 2006, pp. 218-228 Eq. 3, p. 220
"On the solution of population balance equations by discretization - I. A fixed pivot technique." Kumar, S. & Ramkrishna, D. Chemical Engineering Science, Vol. 51(8) 1996, 1311-1332. Eq. 33, p. 1318
Property | Description | Required | Default value |
---|---|---|---|
C1 | Coefficient C1 | no | 6.0 |
C2 | Coefficient C2 | no | 0.04 |
C3 | Coefficient C3 | no | 0.01 |
Definition at line 121 of file LaakkonenAlopaeusAittamaaDsd.H.
LaakkonenAlopaeusAittamaaDsd | ( | const breakupModel & | breakup, |
const dictionary & | dict | ||
) |
|
virtual |
Destructor.
TypeName | ( | "LaakkonenAlopaeusAittamaa" | ) |
Runtime type information.
|
virtual |
Return total number of particles assigned to class i when a particle.
of class k breaks
Implements daughterSizeDistributionModel.