36 dict.isDict(
"extrudeModel")
37 ?
dict.subDict(
"extrudeModel")
45 Info<<
"Selecting extrudeModel " << modelType <<
endl;
47 dictionaryConstructorTable::iterator cstrIter =
48 dictionaryConstructorTablePtr_->find(modelType);
50 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 <<
"Unknown extrudeModel type "
54 << modelType <<
nl <<
nl
55 <<
"Valid extrudeModel types are :" <<
nl
56 << dictionaryConstructorTablePtr_->sortedToc() <<
nl
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookupBackwardsCompatible(const wordList &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream, trying a list of keywords.
static autoPtr< extrudeModel > New(const dictionary &)
Select null constructed.
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.