32 const word& calcTypeName
35 Info<<
"Selecting calcType " << calcTypeName <<
endl;
37 dictionaryConstructorTable::iterator cstrIter =
38 dictionaryConstructorTablePtr_->find(calcTypeName);
40 if (cstrIter == dictionaryConstructorTablePtr_->end())
43 <<
" unknown calcType type " << calcTypeName
44 <<
", constructor not in hash table" <<
nl <<
nl
45 <<
" Valid calcType selections are: " <<
nl
46 << dictionaryConstructorTablePtr_->sortedToc() <<
nl