35 namespace kineticTheoryModels
48 const dictionary&
dict
60 const dictionary&
dict
63 const word modelType(
dict.get<word>(
"granularPressureModel"));
65 Info<<
"Selecting granularPressureModel " << modelType <<
endl;
67 auto* ctorPtr = dictionaryConstructorTable(modelType);
74 "granularPressureModel",
76 *dictionaryConstructorTablePtr_
80 return autoPtr<granularPressureModel>(ctorPtr(
dict));