48 <<
"Constructing thermophysicalFunction" 52 const word thermophysicalFunctionType(dict.
lookup(
"functionType"));
54 dictionaryConstructorTable::iterator cstrIter =
55 dictionaryConstructorTablePtr_->find(thermophysicalFunctionType);
57 if (cstrIter == dictionaryConstructorTablePtr_->end())
60 <<
"Unknown thermophysicalFunction type " 61 << thermophysicalFunctionType
63 <<
"Valid thermophysicalFunction types are :" <<
endl 64 << dictionaryConstructorTablePtr_->sortedToc()
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.
A class for handling words, derived from string.
errorManip< error > abort(error &err)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
static autoPtr< thermophysicalFunction > New(const dictionary &dict)
Return pointer to new thermophysicalFunction created from dict.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
#define InfoInFunction
Report an information message using Foam::Info.