39 #ifndef breakupModel_H 40 #define breakupModel_H 49 namespace diameterModels
autoPtr< breakupModel > clone() const
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...
const autoPtr< daughterSizeDistributionModel > & dsdPtr() const
Return const-reference to daughter size distribution pointer.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
dictionary dict_
Dictionary.
virtual ~breakupModel()
Destructor.
Base class for breakup models which provide a total breakup rate and a separate daughter size distrib...
breakupModel(const populationBalanceModel &popBal, const dictionary &dict)
TypeName("breakupModel")
Runtime type information.
A class for handling words, derived from string.
static autoPtr< breakupModel > New(const word &type, const populationBalanceModel &popBal, const dictionary &dict)
autoPtr< daughterSizeDistributionModel > dsd_
Daughter size distribution model.
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
virtual void setBreakupRate(volScalarField &breakupRate, const label i)=0
Set total breakupRate.
Class used for the read-construction of.
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual void precompute()
Precompute diameter independent expressions.
autoPtr< breakupModel > operator()(Istream &is) const
declareRunTimeSelectionTable(autoPtr, breakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
iNew(const populationBalanceModel &popBal)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.