40 kolmogorovLengthScale_
44 "kolmogorovLengthScale",
45 popBal_.time().
name(),
51 "kolmogorovLengthScale",
61 popBal_.time().
name(),
77 popBal_.time().
name(),
104 kolmogorovLengthScale_ =
pow025(
pow3(nuc)/epsilonc);
109 eddyStrainRate_ =
sqrt(rhoc*epsilonc/muc);
111 if (uTerminal_.empty())
120 gAverage(popBal_.continuousPhase().fluidThermo().nu()())
127 gAverage(popBal_.continuousPhase().rho())
134 gAverage(popBal_.sizeGroups()[1].phase().rho())
143 popBal_.sigmaWithContinuousPhase
145 popBal_.sizeGroups()[1].phase()
150 forAll(popBal_.sizeGroups(), i)
152 const sizeGroup& fi = popBal_.sizeGroups()[i];
173 while (
mag(
F.
value()) >= 1.0e-05 &&
n++ <= 20)
175 Re = uTerminal*fi.
dSph()/nuc;
179 +
neg(1000 -
Re)*0.44;
181 CdEllipse = 0.6666*
sqrt(Eo);
186 +
neg(CdEllipse - Cd)*Cd;
189 4.0/3.0*(rhoc - rhod)*
mag(g)*fi.
dSph()
190 - rhoc*Cd*
sqr(uTerminal);
192 ReX = (uTerminal + uTerminalX)*fi.
dSph()/nuc;
196 *24/ReX*(1 + 0.1*
pow(ReX, 0.75))
197 +
neg(1000 - ReX)*0.44;
200 pos0(CdEllipse - CdX)
202 +
neg(CdEllipse - CdX)*CdX;
204 dCd = (CdX - Cd)/uTerminalX;
206 dF = -(2*rhoc*uTerminal*Cd + rhoc*
sqr(uTerminal)*dCd);
#define forAll(list, i)
Loop across all elements in list.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual void precompute()
Precompute diameter independent expressions.
LiaoBase(const populationBalanceModel &popBal, const dictionary &dict)
Model for tracking the evolution of a dispersed phase size distribution due to coalescence (synonymou...
Single size class fraction field representing a fixed particle volume as defined by the user through ...
const dimensionedScalar & dSph() const
Return representative spherical diameter of the sizeGroup.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const dimensionSet & dimensions() const
Return const reference to dimensions.
const Type & value() const
Return const reference to value.
A class for managing temporary objects.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Calculate the gradient of the given field.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
const dimensionedScalar F
Faraday constant: default SI units: [C/mol].
tmp< VolField< typename outerProduct< vector, Type >::type > > grad(const SurfaceField< Type > &ssf)
dimensionedScalar pos0(const dimensionedScalar &ds)
const dimensionSet dimKinematicViscosity
void pow025(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
const dimensionSet dimless
const dimensionSet dimLength
const dimensionSet dimForce
void mag(LagrangianPatchField< scalar > &f, const LagrangianPatchField< Type > &f1)
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
void symm(LagrangianPatchField< tensor > &f, const LagrangianPatchField< tensor > &f1)
void pow(LagrangianPatchField< typename powProduct< Type, r >::type > &f, const LagrangianPatchField< Type > &f1)
const dimensionSet dimDensity
void pow3(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
dimensionedScalar neg(const dimensionedScalar &ds)
void sqr(LagrangianPatchField< typename outerProduct< Type, Type >::type > &f, const LagrangianPatchField< Type > &f1)
Type gAverage(const FieldField< Field, Type > &f)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
const dimensionSet dimVelocity
const dimensionSet dimArea
void sqrt(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
scalarField Re(const UList< complex > &cf)