Go to the documentation of this file.
35 namespace kineticTheoryModels
63 const word modelType(
dict.get<
word>(
"granularPressureModel"));
65 Info<<
"Selecting granularPressureModel " << modelType <<
endl;
67 auto* ctorPtr = dictionaryConstructorTable(modelType);
74 "granularPressureModel",
76 *dictionaryConstructorTablePtr_
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(conductivityModel, dictionary)
Ostream & endl(Ostream &os)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
static autoPtr< granularPressureModel > New(const dictionary &dict)
granularPressureModel(const dictionary &dict)
defineTypeNameAndDebug(conductivityModel, 0)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManip< error > abort(error &err)