46 namespace diameterModels
67 const Switch numberWeighted_;
73 const word dmdtfName_;
76 const word specieName_;
const dictionary & dict() const
Return reference to model dictionary.
Base class for drift models.
virtual void addToDriftRate(volScalarField &driftRate, const label i)
Add to driftRate.
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...
virtual void precompute()
Precompute diameter independent expressions.
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
phaseChange(const populationBalanceModel &popBal, const dictionary &dict)
Construct from a population balance model and a dictionary.
Drift induced by phase change. By default phase change mass flux is distributed between sizeGroups of...
A class for handling words, derived from string.
TypeName("phaseChange")
Runtime type information.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual ~phaseChange()
Destructor.