Go to the documentation of this file.
31 #include "phaseCompressibleTurbulenceModel.H"
37 namespace diameterModels
39 namespace breakupModels
45 LaakkonenAlopaeusAittamaa,
98 continuousPhase.
rho()*
pow(fi.
d(), 5.0/3.0)
101 + C3_*continuousPhase.
mu()
105 *
pow(fi.
d(), 4.0/3.0)
virtual tmp< volScalarField > mu() const
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const phaseModel & phase() const
const populationBalanceModel & popBal_
LaakkonenAlopaeusAittamaa(const populationBalanceModel &popBal, const dictionary &dict)
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
dimensionedScalar erfc(const dimensionedScalar &ds)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
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 ...
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
virtual void setBreakupRate(volScalarField &breakupRate, const label i)
const phaseModel & continuousPhase() const
const dimensionedScalar & d() const
dimensionedScalar sqrt(const dimensionedScalar &ds)
const phaseCompressibleTurbulenceModel & continuousTurbulence() const
addToRunTimeSelectionTable(breakupModel, exponential, dictionary)
Base class for breakup models which give a total breakup rate and a separate daughter size distributi...
const dimensionedScalar & rho() const
dimensionedScalar cbrt(const dimensionedScalar &ds)
Generic GeometricField class.
defineTypeNameAndDebug(exponential, 0)
const dimensionSet dimless
const UPtrList< sizeGroup > & sizeGroups() const
const tmp< volScalarField > sigmaWithContinuousPhase(const phaseModel &dispersedPhase) const