38 Info<<
"Selecting distribution model " << modelType <<
endl;
40 dictionaryConstructorTable::iterator cstrIter =
41 dictionaryConstructorTablePtr_->find(modelType);
43 if (cstrIter == dictionaryConstructorTablePtr_->end())
46 <<
"Unknown distribution model type " << modelType <<
nl <<
nl 47 <<
"Valid distribution model types are:" <<
nl 48 << 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...
#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.
static autoPtr< distributionModel > New(const dictionary &dict, Random &rndGen)
Selector.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.