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