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