36 #ifndef breakupModel_H 37 #define breakupModel_H 46 namespace diameterModels
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
autoPtr< breakupModel > clone() const
A list of keyword definitions, which are a keyword followed by any number of values (e...
Class that solves the univariate population balance equation by means of a class method (also called ...
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 give a total breakup rate and a separate daughter size distributi...
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.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
virtual void correct()
Correct 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.