38 #ifndef nucleationModel_H
39 #define nucleationModel_H
47 namespace diameterModels
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class used for the read-construction of.
iNew(const populationBalanceModel &popBal)
autoPtr< nucleationModel > operator()(Istream &is) const
Base class for nucleation models.
autoPtr< nucleationModel > clone() const
virtual void precompute()
Precompute diameter independent expressions.
const dictionary & dict() const
Return reference to model dictionary.
nucleationModel(const populationBalanceModel &popBal, const dictionary &dict)
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
virtual ~nucleationModel()
Destructor.
TypeName("nucleationModel")
Runtime type information.
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
virtual void addToNucleationRate(volScalarField &nucleationRate, const label i)=0
Add to nucleationRate.
const dictionary dict_
Model dictionary.
declareRunTimeSelectionTable(autoPtr, nucleationModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
static autoPtr< nucleationModel > New(const word &type, const populationBalanceModel &popBal, const dictionary &dict)
const velocityGroup & velGroup_
Velocity group in which the nucleation occurs.
Model for tracking the evolution of a dispersed phase size distribution due to coalescence (synonymou...
Computes the Sauter mean diameter based on a user specified size distribution, defined in terms of si...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.