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