Go to the documentation of this file.
70 Info<<
"Selecting time scale model " << modelType <<
endl;
72 dictionaryConstructorTable::iterator cstrIter =
73 dictionaryConstructorTablePtr_->find(modelType);
75 if (cstrIter == dictionaryConstructorTablePtr_->end())
78 <<
"Unknown time scale model type " << modelType
79 <<
", constructor not in hash table" <<
nl <<
nl
80 <<
" Valid time scale model types are:" <<
nl
81 << dictionaryConstructorTablePtr_->sortedToc()
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
virtual ~TimeScaleModel()
Destructor.
Ostream & endl(Ostream &os)
Add newline and flush stream.
scalar e_
Coefficient of restitution.
TimeScaleModel(const dictionary &dict)
Constructors.
A list of keyword definitions, which are a keyword followed by any number of values (e....
errorManip< error > abort(error &err)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Base class for time scale models.
scalar alphaPacked_
Close pack volume fraction.
defineTypeNameAndDebug(combustionModel, 0)
static autoPtr< TimeScaleModel > New(const dictionary &dict)
Selector.