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