39 #ifndef breakupModel_H
40 #define breakupModel_H
49 namespace populationBalance
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...
virtual void precompute()
Pre-compute diameter independent expressions.
declareRunTimeSelectionTable(autoPtr, breakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
virtual ~breakupModel()
Destructor.
breakupModel(const populationBalanceModel &popBal, const dictionary &dict)
TypeName("breakupModel")
Runtime type information.
static autoPtr< breakupModel > New(const populationBalanceModel &popBal, const dictionary &dict)