44 alphaPacked_(
dict.template lookup<scalar>(
"alphaPacked")),
45 e_(
dict.template lookup<scalar>(
"e"))
55 alphaPacked_(cm.alphaPacked_),
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()
Base class for time scale models.
static autoPtr< TimeScaleModel > New(const dictionary &dict)
Selector.
TimeScaleModel(const dictionary &dict)
Constructors.
virtual ~TimeScaleModel()
Destructor.
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)