32 const dictionary& interfaceDict,
40 interfaceDict.lookup(
"dragModel" + phasea.name())
43 Info <<
"Selecting dragModel for phase "
46 << dragModelType <<
endl;
48 dictionaryConstructorTable::iterator cstrIter =
49 dictionaryConstructorTablePtr_->find(dragModelType);
51 if (cstrIter == dictionaryConstructorTablePtr_->end())
54 <<
"dragModel::New : " << endl
55 <<
" unknown dragModelType type "
57 <<
", constructor not in hash table" << endl << endl
58 <<
" Valid dragModel types are : " <<
endl;
59 Info << dictionaryConstructorTablePtr_->sortedToc()