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.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Class that solves the univariate population balance equation by means of a class method (also called ...
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)