51 #ifndef DahnekeInterpolation_H
52 #define DahnekeInterpolation_H
60 namespace populationBalance
62 namespace coalescenceModels
65 class BrownianCollisions;
66 class ballisticCollisions;
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.
Interpolation formula of Dahneke (1983) as presented by Otto et al. (1999). Utilises collisional diam...
virtual void precompute()
Pre-compute diameter independent expressions.
DahnekeInterpolation(const populationBalanceModel &popBal, const dictionary &dict)
virtual ~DahnekeInterpolation()
Destructor.
virtual tmp< volScalarField::Internal > rate(const label i, const label j) const
Return the coalescence rate between two groups.
TypeName("DahnekeInterpolation")
Runtime type information.
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.