34 namespace diameterModels
36 namespace coalescenceModels
58 const populationBalanceModel& popBal,
59 const dictionary&
dict 62 coalescenceModel(popBal, dict),
63 A1_(dict.lookupOrDefault<scalar>(
"A1", 2.514)),
64 A2_(dict.lookupOrDefault<scalar>(
"A2", 0.8)),
65 A3_(dict.lookupOrDefault<scalar>(
"A3", 0.55)),
114 1 + lambda_/fi.d()*(A1_ + A2_*
exp(-A3_*fi.d()/lambda_))
119 1 + lambda_/fj.d()*(A1_ + A2_*
exp(-A3_*fj.d()/lambda_))
122 coalescenceRate += 8*
k*T/(3*
mu)*(fi.d() + fj.d())*(Cci/fi.d() + Ccj/fj.d());
FvWallInfoData< WallInfo, label > 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 sqrt(const dimensionedScalar &ds)
virtual void precompute()
Precompute diameter independent expressions.
label k
Boltzmann constant.
virtual volScalarField & p()=0
Pressure [Pa].
Fundamental dimensioned constants.
Macros for easy insertion into run-time selection tables.
const dimensionSet dimLength
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar exp(const dimensionedScalar &ds)
const phaseModel & continuousPhase() const
Return continuous phase.
const rhoThermo & thermo() const
Return const-access to phase rhoThermo.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
const dimensionedScalar mu
Atomic mass unit.
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
defineTypeNameAndDebug(combustionModel, 0)
const UPtrList< sizeGroup > & sizeGroups() const
Return the size groups belonging to this populationBalance.
virtual const volScalarField & T() const =0
Temperature [K].
const dimensionedScalar k
Boltzmann constant.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
BrownianCollisions(const populationBalanceModel &popBal, const dictionary &dict)
virtual tmp< volScalarField > mu() const =0
Dynamic viscosity of mixture [kg/m/s].
virtual void addToCoalescenceRate(volScalarField &coalescenceRate, const label i, const label j)
Add to coalescenceRate.