Go to the documentation of this file.
32 #include "phaseCompressibleTurbulenceModel.H"
38 namespace diameterModels
40 namespace coalescenceModels
116 pow3(rij)*continuousPhase.
rho()
132 *collisionEfficiency;
147 /(continuousPhase.
rho()*fi.
d()) + 0.505*
mag(
g)*fi.
d()
152 /(continuousPhase.
rho()*fj.
d()) + 0.505*
mag(
g)*fj.
d()
156 *collisionEfficiency;
162 <<
"Laminar shear collision contribution not implemented for "
163 << this->
type() <<
" coalescence model."
Base class for coalescence models.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const phaseModel & phase() const
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
dimensionedScalar exp(const dimensionedScalar &ds)
const fvMesh & mesh() const
virtual void addToCoalescenceRate(volScalarField &coalescenceRate, const label i, const label j)
PrinceBlanch(const populationBalanceModel &popBal, const dictionary &dict)
addToRunTimeSelectionTable(coalescenceModel, constantCoalescence, dictionary)
dimensionedScalar pow3(const dimensionedScalar &ds)
const Type & lookupObject(const word &name, const bool recursive=false) const
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Lookup type of boundary radiation properties.
This class represents a single sizeGroup belonging to a velocityGroup. The main property of a sizeGro...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Class that solves the univariate population balance equation by means of a class method (also called ...
dimensionedScalar log(const dimensionedScalar &ds)
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
const uniformDimensionedVectorField & g
const phaseModel & continuousPhase() const
errorManipArg< error, int > exit(error &err, const int errNo=1)
const dimensionedScalar & d() const
#define FatalErrorInFunction
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const populationBalanceModel & popBal_
constexpr scalar pi(M_PI)
dimensionedScalar sqrt(const dimensionedScalar &ds)
const phaseCompressibleTurbulenceModel & continuousTurbulence() const
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
fileName::Type type(const fileName &name, const bool followLink=true)
const dimensionedScalar e
const Time & time() const
defineTypeNameAndDebug(constantCoalescence, 0)
const dimensionedScalar & rho() const
dimensionedScalar cbrt(const dimensionedScalar &ds)
Generic GeometricField class.
const dimensionSet dimless
const UPtrList< sizeGroup > & sizeGroups() const
const tmp< volScalarField > sigmaWithContinuousPhase(const phaseModel &dispersedPhase) const