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