56 calculatedFvPatchScalarField::typeName
72 dictionaryConstructorTable::iterator cstrIter =
73 dictionaryConstructorTablePtr_->find(deltaType);
75 if (cstrIter == dictionaryConstructorTablePtr_->end())
79 "LESdelta::New(const fvMesh&, const dictionary&)"
80 ) <<
"Unknown LESdelta type " << deltaType <<
endl <<
endl
81 <<
"Valid LESdelta types are :" <<
endl
82 << dictionaryConstructorTablePtr_->sortedToc()