34 namespace diameterModels
36 namespace daughterSizeDistributionModels
41 daughterSizeDistributionModel,
55 const breakupModel& breakup,
56 const dictionary&
dict 59 daughterSizeDistributionModel(breakup, dict)
91 return (sizeGroups[i+1].
x() - xi)/(xk - x0);
95 return (xi - sizeGroups[i-1].
x())/(xk - x0);
99 return (sizeGroups[i+1].
x() - sizeGroups[i-1].x())/(xk - x0);
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label k
Boltzmann constant.
Generic dimensioned Type class.
Macros for easy insertion into run-time selection tables.
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
const UPtrList< sizeGroup > & sizeGroups() const
Return the size groups belonging to this populationBalance.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const breakupModel & breakup_
Reference to the breakupModel.