44 alphaPacked_(dict.template lookup<scalar>(
"alphaPacked")),
45 e_(dict.template lookup<scalar>(
"e"))
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()
static autoPtr< TimeScaleModel > New(const dictionary &dict)
Selector.
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
scalar e_
Coefficient of restitution.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual ~TimeScaleModel()
Destructor.
A class for handling words, derived from string.
TimeScaleModel(const dictionary &dict)
Constructors.
errorManip< error > abort(error &err)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
Base class for time scale models.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
scalar alphaPacked_
Close pack volume fraction.