30 template<
class CloudType>
38 word PostProcessingModelType(dict.
lookup(
"PostProcessingModel"));
40 Info<<
"Selecting PostProcessingModel " << PostProcessingModelType <<
endl;
42 typename dictionaryConstructorTable::iterator cstrIter =
43 dictionaryConstructorTablePtr_->find(PostProcessingModelType);
45 if (cstrIter == dictionaryConstructorTablePtr_->end())
49 "PostProcessingModel<CloudType>::New"
54 ) <<
"Unknown PostProcessingModelType type "
55 << PostProcessingModelType
56 <<
", constructor not in hash table" <<
nl <<
nl
57 <<
" Valid PostProcessingModel types are:" <<
nl
58 << dictionaryConstructorTablePtr_->sortedToc() <<
exit(
FatalError);