Go to the documentation of this file.
37 const word modelType(
dict.lookup(
"scatterModel"));
39 Info<<
"Selecting scatterModel " << modelType <<
endl;
41 dictionaryConstructorTable::iterator cstrIter =
42 dictionaryConstructorTablePtr_->find(modelType);
44 if (cstrIter == dictionaryConstructorTablePtr_->end())
47 <<
"Unknown scatterModel type "
48 << modelType <<
nl <<
nl
49 <<
"Valid scatterModel types are :" <<
nl
50 << dictionaryConstructorTablePtr_->sortedToc()
A class for handling words, derived from string.
Ostream & endl(Ostream &os)
Add newline and flush stream.
static autoPtr< scatterModel > New(const dictionary &dict, const fvMesh &mesh)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.