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