Go to the documentation of this file.
44 const word& filterDictName
47 const word filterType(
dict.lookup(filterDictName));
49 dictionaryConstructorTable::iterator cstrIter =
50 dictionaryConstructorTablePtr_->find(filterType);
52 if (cstrIter == dictionaryConstructorTablePtr_->end())
55 <<
"Unknown LESfilter type "
56 << filterType <<
nl <<
nl
57 <<
"Valid LESfilter types are :" <<
endl
58 << dictionaryConstructorTablePtr_->sortedToc()
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
static autoPtr< LESfilter > New(const fvMesh &, const dictionary &, const word &filterDictName="filter")
Return a reference to the selected LES filter.
defineTypeNameAndDebug(combustionModel, 0)