44 const word& filterDictName
47 const word filterType(dict.
lookup(filterDictName));
49 dictionaryConstructorTable::iterator cstrIter =
50 dictionaryConstructorTablePtr_->find(filterType);
52 if (cstrIter == dictionaryConstructorTablePtr_->end())
56 "LESfilter::New(const fvMesh&, const dictionary&)" 57 ) <<
"Unknown LESfilter type " 58 << filterType <<
nl <<
nl 59 <<
"Valid LESfilter types are :" <<
endl 60 << dictionaryConstructorTablePtr_->sortedToc()
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from string.
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define FatalErrorIn(functionName)
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.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)