39 word IntegrationSchemeTypeName;
41 dict.
lookup(phiName) >> IntegrationSchemeTypeName;
43 Info<<
"Selecting " << phiName <<
" IntegrationScheme "
44 << IntegrationSchemeTypeName <<
endl;
46 typename dictionaryConstructorTable::iterator cstrIter =
47 dictionaryConstructorTablePtr_->find(IntegrationSchemeTypeName);
49 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 "IntegrationScheme::New(const dictionary&)"
54 ) <<
"Unknown IntegrationScheme type "
55 << IntegrationSchemeTypeName <<
nl <<
nl
56 <<
"Valid IntegrationScheme types are:" <<
nl
57 << dictionaryConstructorTablePtr_->sortedToc() <<
nl