45 const dictionary&
dict
49 coeffDict_(optionalSubDict(
type +
"Coeffs"))
57 const dictionary&
dict
60 const word modelType(
dict.get<word>(
"faceAreaWeightModel"));
62 Info<<
nl <<
"Selecting faceAreaWeightModel " << modelType <<
endl;
64 auto* ctorPtr = dictionaryConstructorTable(modelType);
71 "faceAreaWeightModel",
73 *dictionaryConstructorTablePtr_
77 return autoPtr<faceAreaWeightModel>(ctorPtr(
dict));