40 "radiationProperties",
49 const word modelType(radiationProperties.
lookup(
"radiationModel"));
51 Info<<
"Selecting radiationModel " << modelType <<
endl;
53 TConstructorTable::iterator cstrIter =
54 TConstructorTablePtr_->find(modelType);
56 if (cstrIter == TConstructorTablePtr_->end())
59 <<
"Unknown radiationModel type " 60 << modelType <<
nl <<
nl 61 <<
"Valid radiationModel types are:" <<
nl 62 << TConstructorTablePtr_->sortedToc()
76 const word modelType(dict.
lookup(
"radiationModel"));
78 Info<<
"Selecting radiationModel " << modelType <<
endl;
80 dictionaryConstructorTable::iterator cstrIter =
81 dictionaryConstructorTablePtr_->find(modelType);
83 if (cstrIter == dictionaryConstructorTablePtr_->end())
86 <<
"Unknown radiationModel type " 87 << modelType <<
nl <<
nl 88 <<
"Valid radiationModel types are:" <<
nl 89 << dictionaryConstructorTablePtr_->sortedToc()
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< radiationModel > New(const volScalarField &T)
Return a reference to the selected radiation model.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A class for handling words, derived from string.
const word & constant() const
Return constant name.
const Mesh & mesh() const
Return mesh.
const Time & time() const
Return time.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.