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