35 namespace diameterModels
37 namespace coalescenceModels
84 turbulence_(
dict.lookup(
"turbulence")),
85 buoyancy_(
dict.lookup(
"buoyancy")),
86 laminarShear_(
dict.lookup(
"laminarShear"))
133 const phaseModel& continuousPhase = popBal_.continuousPhase();
134 const sizeGroup& fi = popBal_.sizeGroups()[i];
135 const sizeGroup& fj = popBal_.sizeGroups()[j];
147 pow3(rij)*continuousPhase.
rho()
148 /(16*popBal_.sigmaWithContinuousPhase(fi.
phase()))
151 *
cbrt(popBal_.continuousTurbulence().epsilon())/
pow(rij, 2.0/3.0)
160 *
cbrt(popBal_.continuousTurbulence().epsilon())
163 *collisionEfficiency;
177 2.14*popBal_.sigmaWithContinuousPhase(fi.
phase())
178 /(continuousPhase.
rho()*fi.
dSph())
183 2.14*popBal_.sigmaWithContinuousPhase(fi.
phase())
184 /(continuousPhase.
rho()*fj.
dSph())
189 *collisionEfficiency;
196 *shearStrainRate_()*collisionEfficiency;
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const Time & time() const
Return time.
Base class for coalescence models.
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
Model of Prince and Blanch (1990). The coalescence rate is calculated by.
virtual void addToCoalescenceRate(volScalarField &coalescenceRate, const label i, const label j)
Add to coalescenceRate.
virtual void precompute()
Precompute diameter independent expressions.
PrinceBlanch(const populationBalanceModel &popBal, const dictionary &dict)
Model for tracking the evolution of a dispersed phase size distribution due to coalescence (synonymou...
const fvMesh & mesh() const
Return reference to the mesh.
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.
const phaseModel & phase() const
Return const-reference to the phase.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return const reference to name.
virtual const volScalarField & rho() const =0
Return the density field.
Calculate the gradient of the given field.
const dimensionedScalar e
Elementary charge.
addToRunTimeSelectionTable(coalescenceModel, AdachiStuartFokkink, dictionary)
defineTypeNameAndDebug(AdachiStuartFokkink, 0)
tmp< VolField< typename outerProduct< vector, Type >::type > > grad(const SurfaceField< Type > &ssf)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
dimensionedScalar exp(const dimensionedScalar &ds)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar pow3(const dimensionedScalar &ds)
const dimensionSet dimless
const dimensionSet dimLength
dimensionedScalar log(const dimensionedScalar &ds)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensioned< scalar > mag(const dimensioned< Type > &)
const dimensionSet dimVelocity
dimensionedScalar cbrt(const dimensionedScalar &ds)