46 dictionaryConstructorTable::iterator cstrIter =
47 dictionaryConstructorTablePtr_->find(zoneType);
49 if (cstrIter == dictionaryConstructorTablePtr_->end())
54 ) <<
"Unknown cellZone type " 55 << zoneType <<
nl <<
nl 56 <<
"Valid cellZone types are:" <<
nl 57 << 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...
Ostream & endl(Ostream &os)
Add newline and flush stream.
A class for handling words, derived from string.
word name(const complex &)
Return a string representation of a complex.
static autoPtr< cellZone > New(const word &name, const dictionary &, const label index, const meshCellZones &)
Return a pointer to a new cell zone.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
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.