Model of Laakkonen et al. (2006). The total breakup rate is calculated by. More...
Public Member Functions | |
TypeName ("LaakkonenAlopaeusAittamaa") | |
Runtime type information. More... | |
LaakkonenAlopaeusAittamaa (const populationBalanceModel &popBal, const dictionary &dict) | |
virtual | ~LaakkonenAlopaeusAittamaa () |
Destructor. More... | |
virtual void | setBreakupRate (volScalarField &breakupRate, const label i) |
Set total breakupRate. More... | |
![]() | |
TypeName ("breakupModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, breakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
breakupModel (const populationBalanceModel &popBal, const dictionary &dict) | |
autoPtr< breakupModel > | clone () const |
virtual | ~breakupModel () |
Destructor. More... | |
const populationBalanceModel & | popBal () const |
Return reference to the populationBalanceModel. More... | |
const autoPtr< daughterSizeDistributionModel > & | dsdPtr () const |
Return const-reference to daughter size distribution pointer. More... | |
autoPtr< daughterSizeDistributionModel > & | dsdPtr () |
Return reference to daughter size distribution pointer. More... | |
virtual void | correct () |
Correct diameter independent expressions. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< breakupModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
![]() | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
dictionary | dict_ |
Dictionary. More... | |
autoPtr< daughterSizeDistributionModel > | dsd_ |
Daughter size distribution model. More... | |
Model of Laakkonen et al. (2006). The total breakup rate is calculated by.
where
![]() | = | Surface tension [N/m] |
![]() | = | Volume of mother bubble i [m] |
![]() | = | Turbulent dissipation rate of continuous phase [m2/s3] |
![]() | = | Molecular dynamic viscosity of liquid phase [Pa s] |
![]() | = | Density of continous phase [kg/m3] |
![]() | = | Density of disperse phase [kg/m3] |
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. 2-3, p. 220
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 137 of file LaakkonenAlopaeusAittamaa.H.
LaakkonenAlopaeusAittamaa | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 168 of file LaakkonenAlopaeusAittamaa.H.
References LaakkonenAlopaeusAittamaa::setBreakupRate().
TypeName | ( | "LaakkonenAlopaeusAittamaa" | ) |
Runtime type information.
|
virtual |
Set total breakupRate.
Implements breakupModel.
Referenced by LaakkonenAlopaeusAittamaa::~LaakkonenAlopaeusAittamaa().