Go to the documentation of this file.
39 const word schemeName(
dict.lookup(phiName));
41 Info<<
"Selecting " << phiName <<
" integration scheme "
42 << schemeName <<
endl;
44 typename dictionaryConstructorTable::iterator cstrIter =
45 dictionaryConstructorTablePtr_->find(schemeName);
47 if (cstrIter == dictionaryConstructorTablePtr_->end())
50 <<
"Unknown integration scheme type "
51 << schemeName <<
nl <<
nl
52 <<
"Valid integration scheme types are:" <<
nl
53 << dictionaryConstructorTablePtr_->sortedToc() <<
nl
A class for handling words, derived from string.
Ostream & endl(Ostream &os)
Add newline and flush stream.
A list of keyword definitions, which are a keyword followed by any number of values (e....
errorManipArg< error, int > exit(error &err, const int errNo=1)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
static autoPtr< IntegrationScheme > New(const word &phiName, const dictionary &dict)
Return a reference to the selected radiation model.