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