37 #ifndef binaryBreakupModel_H 38 #define binaryBreakupModel_H 46 namespace diameterModels
binaryBreakupModel(const populationBalanceModel &popBal, const dictionary &dict)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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 ...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Class used for the read-construction of.
virtual void precompute()
Precompute diameter independent expressions.
virtual void addToBinaryBreakupRate(volScalarField &binaryBreakupRate, const label i, const label j)=0
Add to binary breakupRate.
Base class for binary breakup models which give the breakup rate between a sizeGroup pair directly...
declareRunTimeSelectionTable(autoPtr, binaryBreakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
A class for handling words, derived from string.
TypeName("binaryBreakupModel")
Runtime type information.
iNew(const populationBalanceModel &popBal)
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
virtual ~binaryBreakupModel()
Destructor.
autoPtr< binaryBreakupModel > operator()(Istream &is) const
static autoPtr< binaryBreakupModel > New(const word &type, const populationBalanceModel &popBal, const dictionary &dict)
autoPtr< binaryBreakupModel > clone() const
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.