34 namespace diameterModels
36 namespace coalescenceModels
63 A1_(
dict.lookupOrDefault<scalar>(
"A1", 2.514)),
64 A2_(
dict.lookupOrDefault<scalar>(
"A2", 0.8)),
65 A3_(
dict.lookupOrDefault<scalar>(
"A3", 0.55)),
72 popBal_.time().
name(),
91 popBal_.continuousPhase().fluidThermo().p();
107 const sizeGroup& fi = popBal_.sizeGroups()[i];
108 const sizeGroup& fj = popBal_.sizeGroups()[j];
122 1 + lambda_/di*(A1_ + A2_*
exp(-A3_*di/lambda_))
127 1 + lambda_/dj*(A1_ + A2_*
exp(-A3_*dj/lambda_))
130 coalescenceRate += 8*
k*Tc/(3*muc)*(di + dj)*(Cci/di + Ccj/dj);
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
tmp< DimensionedField< Type, GeoMesh, Field > > T() const
Return the field transpose (only defined for second rank tensors)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Base class for coalescence models.
Model describing coagulation due to Brownian motion. Utilises collisional diameters and the Cunningha...
virtual void precompute()
Precompute diameter independent expressions.
virtual void addToCoalescenceRate(volScalarField::Internal &coalescenceRate, const label i, const label j)
Add to coalescenceRate.
BrownianCollisions(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 tmp< volScalarField > d() const
Return representative diameter of the sizeGroup.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for managing temporary objects.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Fundamental dimensioned constants.
const dimensionedScalar k
Boltzmann constant.
addToRunTimeSelectionTable(coalescenceModel, AdachiStuartFokkink, dictionary)
defineTypeNameAndDebug(AdachiStuartFokkink, 0)
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.
const dimensionSet dimLength
void sqr(LagrangianPatchField< typename outerProduct< Type, Type >::type > &f, const LagrangianPatchField< Type > &f1)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
void sqrt(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)