45 word evaporationModelType
47 dict.
lookup(
"evaporationModel")
50 Info<<
"Selecting evaporationModel "
51 << evaporationModelType <<
endl;
53 dictionaryConstructorTable::iterator cstrIter =
54 dictionaryConstructorTablePtr_->find(evaporationModelType);
56 if (cstrIter == dictionaryConstructorTablePtr_->end())
59 <<
"evaporationModel::New(const dictionary&) : " <<
nl
60 <<
" unknown evaporationModelType type "
61 << evaporationModelType
62 <<
", constructor not in hash table" << endl <<
nl
63 <<
" Valid evaporationModel types are :" <<
nl
64 << dictionaryConstructorTablePtr_->sortedToc()