37 word scatterModelType(dict.
lookup(
"scatterModel"));
39 Info<<
"Selecting scatterModel " << scatterModelType <<
endl;
41 dictionaryConstructorTable::iterator cstrIter =
42 dictionaryConstructorTablePtr_->find(scatterModelType);
44 if (cstrIter == dictionaryConstructorTablePtr_->end())
48 "scatterModel::New(const dictionary&, const fvMesh&)"
49 ) <<
"Unknown scatterModelType type "
51 <<
", constructor not in hash table" <<
nl <<
nl
52 <<
" Valid scatterModel types are :" <<
nl
53 << dictionaryConstructorTablePtr_->sortedToc()