42 tetherPotentialTypeName
44 tetherPotentialProperties.
lookup(
"tetherPotential")
47 Info<<
nl <<
"Selecting tether potential "
48 << tetherPotentialTypeName <<
" for "
51 dictionaryConstructorTable::iterator cstrIter =
52 dictionaryConstructorTablePtr_->find(tetherPotentialTypeName);
54 if (cstrIter == dictionaryConstructorTablePtr_->end())
58 "tetherPotential::New()"
59 ) <<
"Unknown tetherPotential type "
60 << tetherPotentialTypeName <<
nl <<
nl
61 <<
"Valid tetherPotentials are: " <<
nl
62 << dictionaryConstructorTablePtr_->sortedToc()
67 (cstrIter()(
name, tetherPotentialProperties));