43 word heatTransferModelType
45 dict.
lookup(
"heatTransferModel")
48 Info<<
"Selecting heatTransferModel "
49 << heatTransferModelType <<
endl;
51 dictionaryConstructorTable::iterator cstrIter =
52 dictionaryConstructorTablePtr_->find(heatTransferModelType);
54 if (cstrIter == dictionaryConstructorTablePtr_->end())
57 <<
"heatTransferModel::New(const dictionary&) : " << endl
58 <<
" unknown heatTransferModelType type "
59 << heatTransferModelType
60 <<
", constructor not in hash table" << endl <<
nl
61 <<
" Valid heatTransferModel types are :" <<
nl
62 << dictionaryConstructorTablePtr_->sortedToc()