35 word conductivityModelType(dict.
lookup(
"conductivityModel"));
37 Info<<
"Selecting conductivityModel "
38 << conductivityModelType <<
endl;
40 dictionaryConstructorTable::iterator cstrIter =
41 dictionaryConstructorTablePtr_->find(conductivityModelType);
43 if (cstrIter == dictionaryConstructorTablePtr_->end())
46 <<
"conductivityModel::New(const dictionary&) : " << endl
47 <<
" unknown conductivityModelType type "
48 << conductivityModelType
49 <<
", constructor not in hash table" << endl << endl
50 <<
" Valid conductivityModelType types are :" <<
endl;