33 const dictionary& dict
36 word departureFrequencyModelType(dict.lookup(
"type"));
38 Info<<
"Selecting departureFrequencyModel: " 39 << departureFrequencyModelType <<
endl;
41 dictionaryConstructorTable::iterator cstrIter =
42 dictionaryConstructorTablePtr_->find(departureFrequencyModelType);
44 if (cstrIter == dictionaryConstructorTablePtr_->end())
47 <<
"Unknown departureFrequencyModelType type " 48 << departureFrequencyModelType << endl << endl
49 <<
"Valid departureFrequencyModel types are : " << endl
50 << dictionaryConstructorTablePtr_->sortedToc()
54 return cstrIter()(
dict);
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Ostream & endl(Ostream &os)
Add newline and flush stream.
static autoPtr< departureFrequencyModel > New(const dictionary &dict)
Select null constructed.