Go to the documentation of this file.
136 #ifndef LuoSvendsen_H
137 #define LuoSvendsen_H
146 namespace diameterModels
148 namespace binaryBreakupModels
157 public binaryBreakupModel
164 autoPtr<interpolationTable<scalar>> gammaUpperReg2by11_;
167 autoPtr<interpolationTable<scalar>> gammaUpperReg5by11_;
170 autoPtr<interpolationTable<scalar>> gammaUpperReg8by11_;
195 const populationBalanceModel& popBal,
196 const dictionary&
dict
virtual ~LuoSvendsen()=default
virtual void addToBinaryBreakupRate(volScalarField &binaryBreakupRate, const label i, const label j)
Model of Luo and Svendsen (1996). The breakup rate is calculated by.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
LuoSvendsen(const populationBalanceModel &popBal, const dictionary &dict)
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 ...
Generic dimensioned Type class.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base class for binary breakup models which give the breakup rate between a sizeGroup pair directly,...
Generic GeometricField class.