Base class for coalescence and breakup models of Liao et al. (2015). More...


Public Member Functions | |
| LiaoBase (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~LiaoBase () |
| Destructor. More... | |
| virtual void | precompute () |
| Precompute diameter independent expressions. More... | |
Protected Attributes | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
| volScalarField::Internal | kolmogorovLengthScale_ |
| Kolmogorov length scale. More... | |
| volScalarField::Internal | shearStrainRate_ |
| Shear strain rate. More... | |
| volScalarField::Internal | eddyStrainRate_ |
| Eddy strain rate. More... | |
| PtrList< dimensionedScalar > | uTerminal_ |
| Terminal velocities. More... | |
| PtrList< dimensionedScalar > | Cd_ |
| Drag coefficients. More... | |
Base class for coalescence and breakup models of Liao et al. (2015).
Reference:
Liao, Y.; Rzehak, R.; Lucas, D.; Krepper, E. (2015).
Baseline closure models for dispersed bubbly flow:
Bubble coalescence and breakup.
Chemical Engineering Science, 122, 336-349.
Definition at line 60 of file LiaoBase.H.
| LiaoBase | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 33 of file LiaoBase.C.
|
inlinevirtual |
Destructor.
Definition at line 97 of file LiaoBase.H.
|
virtual |
Precompute diameter independent expressions.
Reimplemented in LiaoCoalescence, and Liao.
Definition at line 93 of file LiaoBase.C.
References Foam::dimArea, Foam::dimDensity, dimensioned< Type >::dimensions(), Foam::dimForce, Foam::dimKinematicViscosity, Foam::dimLength, Foam::dimless, Foam::dimVelocity, sizeGroup::dSph(), Foam::e, Foam::constant::physicoChemical::F, forAll, Foam::gAverage(), Foam::fvc::grad(), Foam::mag(), Foam::min(), n, Foam::neg(), Foam::pos0(), Foam::pow(), Foam::pow025(), Foam::pow3(), Foam::Re(), Foam::constant::physicoChemical::sigma, Foam::sqr(), Foam::sqrt(), Foam::symm(), dimensioned< Type >::value(), and Foam::Zero.
Referenced by Liao::precompute(), and LiaoCoalescence::precompute().


|
protected |
Reference to the populationBalanceModel.
Definition at line 67 of file LiaoBase.H.
|
protected |
Kolmogorov length scale.
Definition at line 70 of file LiaoBase.H.
|
protected |
Shear strain rate.
Definition at line 73 of file LiaoBase.H.
|
protected |
Eddy strain rate.
Definition at line 76 of file LiaoBase.H.
|
protected |
Terminal velocities.
Definition at line 79 of file LiaoBase.H.
|
protected |
Drag coefficients.
Definition at line 82 of file LiaoBase.H.