30 template<
class CloudType>
38 word DevolatilisationModelType(dict.
lookup(
"DevolatilisationModel"));
40 Info<<
"Selecting DevolatilisationModel " << DevolatilisationModelType
43 typename dictionaryConstructorTable::iterator cstrIter =
44 dictionaryConstructorTablePtr_->find(DevolatilisationModelType);
46 if (cstrIter == dictionaryConstructorTablePtr_->end())
50 "DevolatilisationModel<CloudType>::New"
55 ) <<
"Unknown DevolatilisationModelType type "
56 << DevolatilisationModelType
57 <<
", constructor not in hash table" <<
nl <<
nl
58 <<
" Valid DevolatilisationModel types are:" <<
nl
59 << dictionaryConstructorTablePtr_->sortedToc() <<
exit(
FatalError);