33 namespace incompressible
44 void LESModel::printCoeffs()
77 printCoeffs_(lookupOrDefault<Switch>(
"printCoeffs",
false)),
78 coeffDict_(subOrEmptyDict(type +
"Coeffs")),
118 dict.
lookup(
"LESModel") >> modelName;
121 Info<<
"Selecting LES turbulence model " << modelName <<
endl;
123 dictionaryConstructorTable::iterator cstrIter =
124 dictionaryConstructorTablePtr_->find(modelName);
126 if (cstrIter == dictionaryConstructorTablePtr_->end())
130 "LESModel::New(const volVectorField& U, const "
131 "surfaceScalarField& phi, transportModel&)"
132 ) <<
"Unknown LESModel type " << modelName
134 <<
"Valid LESModel types are :" << endl
135 << dictionaryConstructorTablePtr_->sortedToc()
158 bool LESModel::read()
164 coeffDict_ <<= *dictPtr;
167 delta_().read(*
this);