34 namespace populationBalance
36 namespace daughterSizeDistributionModels
92 return (popBal.
v(i+1) - xi)/(xk - x0);
96 return (xi - popBal.
v(i-1))/(xk - x0);
100 return (popBal.
v(i+1) - popBal.
v(i-1))/(xk - x0);
Macros for easy insertion into run-time selection tables.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Model for tracking the evolution of a dispersed phase size distribution due to coalescence (synonymou...
const dimensionedScalar & v(const label i) const
Access the representative volumes diameters of a group.
Base class for breakup models which provide a total breakup rate and a separate daughter size distrib...
Base class for daughter size distribution models. Currently only supports field-independent formulati...
defineTypeNameAndDebug(LaakkonenDaughterSizeDistribution, 0)
addToRunTimeSelectionTable(daughterSizeDistributionModel, LaakkonenDaughterSizeDistribution, dictionary)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.