39 #ifndef daughterSizeDistribution_H
40 #define daughterSizeDistribution_H
48 namespace populationBalance
50 namespace breakupModels
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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...
Base class for breakup models which provide a total breakup rate and a separate daughter size distrib...
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
Base class for breakup models which provide a total breakup rate and a separate daughter size distrib...
virtual void precompute()
Pre-compute diameter independent expressions.
autoPtr< daughterSizeDistributionModel > dsdPtr_
Daughter size distribution model.
const daughterSizeDistributionModel & dsd() const
Return const-reference to daughter size distribution model.
virtual ~daughterSizeDistribution()
Destructor.
daughterSizeDistribution(const populationBalanceModel &popBal, const dictionary &dict)
virtual tmp< volScalarField::Internal > rate(const label i) const =0
Return the breakup rate for a group.
Base class for daughter size distribution models. Currently only supports field-independent formulati...
A class for managing temporary objects.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.