Go to the documentation of this file.
35 namespace diameterModels
48 const word& modelType,
53 auto* ctorPtr = dictionaryConstructorTable(modelType);
60 "binary breakup model",
62 *dictionaryConstructorTablePtr_
static autoPtr< binaryBreakupModel > New(const word &type, const populationBalanceModel &popBal, const dictionary &dict)
A class for handling words, derived from Foam::string.
binaryBreakupModel(const populationBalanceModel &popBal, const dictionary &dict)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
defineTypeNameAndDebug(constant, 0)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Class that solves the univariate population balance equation by means of a class method (also called ...
errorManip< error > abort(error &err)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
defineRunTimeSelectionTable(binaryBreakupModel, dictionary)