26 #include "dragModel.H"
32 const dictionary& interfaceDict,
37 word dragModelType(interfaceDict.lookup(
"type"));
39 Info <<
"Selecting dragModel for phase "
42 << dragModelType <<
endl;
44 dictionaryConstructorTable::iterator cstrIter =
45 dictionaryConstructorTablePtr_->find(dragModelType);
47 if (cstrIter == dictionaryConstructorTablePtr_->end())
50 <<
"Unknown dragModelType type "
52 <<
"Valid dragModel types are : " <<
endl
53 << dictionaryConstructorTablePtr_->sortedToc()