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