33 namespace compressible
44 void LESModel::printCoeffs()
78 printCoeffs_(lookupOrDefault<Switch>(
"printCoeffs",
false)),
79 coeffDict_(subOrEmptyDict(type +
"Coeffs")),
121 dict.
lookup(
"LESModel") >> modelName;
124 Info<<
"Selecting LES turbulence model " << modelName <<
endl;
126 dictionaryConstructorTable::iterator cstrIter =
127 dictionaryConstructorTablePtr_->find(modelName);
129 if (cstrIter == dictionaryConstructorTablePtr_->end())
133 "LESModel::New(const volVectorField& U, const "
134 "surfaceScalarField& phi, const basicThermo&)"
135 ) <<
"Unknown LESModel type " << modelName
137 <<
"Valid LESModel types are :" << endl
138 << dictionaryConstructorTablePtr_->sortedToc()
160 bool LESModel::read()
166 coeffDict_ <<= *dictPtr;
171 delta_().read(*
this);