38 const word modelType(dict.
lookup(
"absorptionEmissionModel"));
40 Info<<
"Selecting absorptionEmissionModel " << modelType <<
endl;
42 dictionaryConstructorTable::iterator cstrIter =
43 dictionaryConstructorTablePtr_->find(modelType);
45 if (cstrIter == dictionaryConstructorTablePtr_->end())
48 <<
"Unknown absorptionEmissionModel type " 49 << modelType <<
nl <<
nl 50 <<
"Valid absorptionEmissionModel types are :" <<
nl 51 << dictionaryConstructorTablePtr_->sortedToc() <<
exit(
FatalError);
errorManipArg< error, int > exit(error &err, const int errNo=1)
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.
Ostream & endl(Ostream &os)
Add newline and flush stream.
static autoPtr< absorptionEmissionModel > New(const dictionary &dict, const fvMesh &mesh)
Selector.
A class for handling words, derived from string.
Mesh data needed to do the Finite Volume discretisation.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.