31#include "phaseCompressibleTurbulenceModel.H"
58 const populationBalanceModel& popBal,
62 breakupModel(popBal,
dict),
98 continuousPhase.
rho()*
pow(fi.
d(), 5.0/3.0)
101 + C3_*continuousPhase.
mu()
105 *
pow(fi.
d(), 4.0/3.0)
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
Base class for breakup models which give a total breakup rate and a separate daughter size distributi...
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
breakupModel(const populationBalanceModel &popBal, const dictionary &dict)
Model of Laakkonen et al. (2006). The total breakup rate is calculated by.
virtual void setBreakupRate(volScalarField &breakupRate, const label i)
Set total breakupRate.
LaakkonenAlopaeusAittamaa(const populationBalanceModel &popBal, const dictionary &dict)
Class that solves the univariate population balance equation by means of a class method (also called ...
const UPtrList< sizeGroup > & sizeGroups() const
Return the sizeGroups belonging to this populationBalance.
const phaseModel & continuousPhase() const
Return continuous phase.
const phaseCompressibleTurbulenceModel & continuousTurbulence() const
Return reference to turbulence model of the continuous phase.
const tmp< volScalarField > sigmaWithContinuousPhase(const phaseModel &dispersedPhase) const
Return the surface tension coefficient between a given dispersed.
This class represents a single sizeGroup belonging to a velocityGroup. The main property of a sizeGro...
const dimensionedScalar & d() const
Return representative 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 a number of values (eg,...
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const dimensionedScalar & rho() const
virtual tmp< volScalarField > mu() const =0
Return the laminar dynamic viscosity.
virtual tmp< volScalarField > epsilon() const =0
Return the turbulence kinetic energy dissipation rate.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
dimensionedScalar erfc(const dimensionedScalar &ds)
const dimensionSet dimless
Dimensionless.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensionedScalar cbrt(const dimensionedScalar &ds)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.