38 #ifndef coalescenceModel_H
39 #define coalescenceModel_H
47 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 coalescence models.
virtual void precompute()
Pre-compute diameter independent expressions.
declareRunTimeSelectionTable(autoPtr, coalescenceModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
virtual bool coalesces() const
Does this model coalesce?
virtual tmp< volScalarField::Internal > rate(const label i, const label j) const =0
Return the coalescence rate between two groups.
virtual ~coalescenceModel()
Destructor.
static autoPtr< coalescenceModel > New(const populationBalanceModel &popBal, const dictionary &dict)
Selector.
TypeName("coalescenceModel")
Runtime type information.
coalescenceModel(const populationBalanceModel &popBal, const dictionary &dict)
Construct from a population balance and its dictionary.
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.