34 namespace populationBalance
36 namespace coalescenceModels
60 A1_(
dict.lookupOrDefault<scalar>(
"A1", 2.514)),
61 A2_(
dict.lookupOrDefault<scalar>(
"A2", 0.8)),
62 A3_(
dict.lookupOrDefault<scalar>(
"A3", 0.55)),
92 popBal_.continuousPhase().fluidThermo().p();
121 1 + lambda_/di*(A1_ + A2_*
exp(-A3_*di/lambda_))
126 1 + lambda_/dj*(A1_ + A2_*
exp(-A3_*dj/lambda_))
129 return 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...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Model for tracking the evolution of a dispersed phase size distribution due to coalescence (synonymou...
Base class for coalescence models.
Model describing coagulation due to Brownian motion. Utilises collisional diameters and the Cunningha...
virtual void precompute()
Pre-compute diameter independent expressions.
BrownianCollisions(const populationBalanceModel &popBal, const dictionary &dict)
virtual tmp< volScalarField::Internal > rate(const label i, const label j) const
Return the coalescence rate between two groups.
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.
defineTypeNameAndDebug(AdachiStuartFokkink, 0)
addToRunTimeSelectionTable(coalescenceModel, AdachiStuartFokkink, dictionary)
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
tmp< DimensionedField< typename outerProduct< Type, Type >::type, GeoMesh, Field >> sqr(const DimensionedField< Type, GeoMesh, PrimitiveField > &df)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
void sqrt(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)