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