34 namespace diameterModels
36 namespace daughterSizeDistributionModels
41 daughterSizeDistributionModel,
55 const breakupModel& breakup,
56 const dictionary&
dict 59 daughterSizeDistributionModel(breakup, dict)
82 const UPtrList<sizeGroup>& sizeGroups = breakup_.popBal().sizeGroups();
91 return (sizeGroups[i+1].
x() - xi)/(2.0*(xk - x0));
95 return (xi - sizeGroups[i-1].
x())/(2.0*(xk - x0));
99 return (sizeGroups[i+1].
x() - sizeGroups[i-1].x())/(2.0*(xk - x0));
intWM_LABEL_SIZE_t 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.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.