43 const word& filterDictName
46 const word filterType(
dict.lookup(filterDictName));
48 dictionaryConstructorTable::iterator cstrIter =
49 dictionaryConstructorTablePtr_->find(filterType);
51 if (cstrIter == dictionaryConstructorTablePtr_->end())
54 <<
"Unknown LESfilter type "
55 << filterType <<
nl <<
nl
56 <<
"Valid LESfilter types are :" <<
endl
57 << dictionaryConstructorTablePtr_->sortedToc()
Abstract class for LES filters.
const fvMesh & mesh() const
Return mesh reference.
static autoPtr< LESfilter > New(const fvMesh &, const dictionary &, const word &filterDictName="filter")
Return a reference to the selected LES filter.
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.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
defineTypeNameAndDebug(combustionModel, 0)