51 #ifndef DahnekeInterpolation_H 52 #define DahnekeInterpolation_H 60 namespace diameterModels
62 namespace coalescenceModels
65 class BrownianCollisions;
66 class ballisticCollisions;
virtual void precompute()
Precompute diameter independent expressions.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Model for tracking the evolution of a dispersed phase size distribution due to coalescence (synonymou...
TypeName("DahnekeInterpolation")
Runtime type information.
Base class for coalescence models.
Interpolation formula of Dahneke (1983) as presented by Otto et al. (1999). Utilises collisional diam...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~DahnekeInterpolation()
Destructor.
virtual void addToCoalescenceRate(volScalarField &coalescenceRate, const label i, const label j)
Add to coalescenceRate.
DahnekeInterpolation(const populationBalanceModel &popBal, const dictionary &dict)