Go to the documentation of this file.
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()
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
virtual ~CorrectionLimitingMethod()
Destructor.
Ostream & endl(Ostream &os)
Add newline and flush stream.
CorrectionLimitingMethod(const dictionary &dict)
Construct from components.
Base class for correction limiting methods.
A list of keyword definitions, which are a keyword followed by any number of values (e....
errorManip< error > abort(error &err)
static autoPtr< CorrectionLimitingMethod > New(const dictionary &dict)
Selector.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
defineTypeNameAndDebug(combustionModel, 0)