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()
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()
Generic GeometricField class.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
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.
static autoPtr< radiationModel > New(const volScalarField &T)
Return a reference to the selected radiation model.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)