Go to the documentation of this file.
47 const word& filterDictName
52 auto* ctorPtr = dictionaryConstructorTable(filterType);
61 *dictionaryConstructorTablePtr_
65 return autoPtr<LESfilter>(ctorPtr(
mesh,
dict));
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
const fvMesh & mesh() const
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract class for LES filters.
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
static autoPtr< LESfilter > New(const fvMesh &, const dictionary &, const word &filterDictName="filter")
defineTypeNameAndDebug(combustionModel, 0)