48 const word& modelType,
49 const populationBalanceModel& popBal,
53 auto* ctorPtr = dictionaryConstructorTable(modelType);
62 *dictionaryConstructorTablePtr_
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base class for breakup models which give a total breakup rate and a separate daughter size distributi...
const populationBalanceModel & popBal() const
Return reference to the populationBalanceModel.
autoPtr< daughterSizeDistributionModel > dsd_
Daughter size distribution model.
virtual void correct()
Correct diameter independent expressions.
dictionary dict_
Dictionary.
const populationBalanceModel & popBal_
Reference to the populationBalanceModel.
breakupModel(const populationBalanceModel &popBal, const dictionary &dict)
static autoPtr< breakupModel > New(const word &modelType, const populationBalanceModel &popBal, const dictionary &dict)
static autoPtr< daughterSizeDistributionModel > New(const breakupModel &breakup, const dictionary &dict)
Class that solves the univariate population balance equation by means of a class method (also called ...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
errorManip< error > abort(error &err)
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
#define defineRunTimeSelectionTable(baseType, argNames)
Define run-time selection table.