35 const word modelType(dict.
lookup(
"extrudeModel"));
37 Info<<
"Selecting extrudeModel " << modelType <<
endl;
39 dictionaryConstructorTable::iterator cstrIter =
40 dictionaryConstructorTablePtr_->find(modelType);
42 if (cstrIter == dictionaryConstructorTablePtr_->end())
45 <<
"Unknown extrudeModel type " 46 << modelType <<
nl <<
nl 47 <<
"Valid extrudeModel types are :" <<
nl 48 << dictionaryConstructorTablePtr_->sortedToc() <<
nl
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< extrudeModel > New(const dictionary &)
Select null constructed.
A class for handling words, derived from string.
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.