38 #ifndef nucleationModel_H 39 #define nucleationModel_H 47 namespace diameterModels
iNew(const populationBalanceModel &popBal)
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...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const velocityGroup & velGroup_
Velocity group in which the nucleation occurs.
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
Computes the Sauter mean diameter based on a user specified size distribution, defined in terms of si...
virtual ~nucleationModel()
Destructor.
const dictionary & dict() const
Return reference to model dictionary.
Base class for nucleation models.
autoPtr< nucleationModel > clone() const
A class for handling words, derived from string.
virtual void addToNucleationRate(volScalarField &nucleationRate, const label i)=0
Add to nucleationRate.
const dictionary dict_
Model dictionary.
Class used for the read-construction of.
static autoPtr< nucleationModel > New(const word &type, const populationBalanceModel &popBal, const dictionary &dict)
declareRunTimeSelectionTable(autoPtr, nucleationModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
nucleationModel(const populationBalanceModel &popBal, const dictionary &dict)
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...
virtual void precompute()
Precompute diameter independent expressions.
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
autoPtr< nucleationModel > operator()(Istream &is) const
TypeName("nucleationModel")
Runtime type information.