61 Info<<
"Selecting correction limiter " << modelType <<
endl;
63 dictionaryConstructorTable::iterator cstrIter =
64 dictionaryConstructorTablePtr_->find(modelType);
66 if (cstrIter == dictionaryConstructorTablePtr_->end())
69 <<
"Unknown correction limiter type " << modelType
70 <<
", constructor not in hash table" <<
nl <<
nl
71 <<
" Valid correction limiter types are:" <<
nl
72 << dictionaryConstructorTablePtr_->sortedToc()
Base class for correction limiting methods.
CorrectionLimitingMethod(const dictionary &dict)
Construct from components.
virtual ~CorrectionLimitingMethod()
Destructor.
static autoPtr< CorrectionLimitingMethod > New(const dictionary &dict)
Selector.
A list of keyword definitions, which are a keyword followed by any number of values (e....
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
defineTypeNameAndDebug(combustionModel, 0)