47 namespace diameterModels
const dictionary & dict() const
Return reference to model dictionary.
Base class for drift models.
virtual ~driftModel()
Destructor.
const dictionary dict_
Model dictionary.
virtual void precompute()
Precompute diameter independent expressions.
A list of keyword definitions, which are a keyword followed by any number of values (e...
driftModel(const populationBalanceModel &popBal, const dictionary &dict)
Model for tracking the evolution of a dispersed phase size distribution due to coalescence (synonymou...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
Class used for the read-construction of.
declareRunTimeSelectionTable(autoPtr, driftModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
autoPtr< driftModel > operator()(Istream &is) const
static autoPtr< driftModel > New(const word &type, const populationBalanceModel &popBal, const dictionary &dict)
A class for handling words, derived from string.
autoPtr< driftModel > clone() const
virtual void addToDriftRate(volScalarField &driftRate, const label i)=0
Add to driftRate.
iNew(const populationBalanceModel &popBal)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
TypeName("driftModel")
Runtime type information.