|
OpenMD 3.2
Molecular Dynamics in the Open
|
Public Member Functions | |
| StickyAdapter (AtomType *AT) | |
| void | makeSticky (RealType w0, RealType v0, RealType v0p, RealType rl, RealType ru, RealType rlp, RealType rup, bool isPower) |
| bool | isSticky () |
| bool | isStickyPower () |
| RealType | getW0 () |
| RealType | getV0 () |
| RealType | getV0p () |
| RealType | getRl () |
| RealType | getRu () |
| RealType | getRlp () |
| RealType | getRup () |
Definition at line 72 of file StickyAdapter.hpp.
|
inline |
Definition at line 74 of file StickyAdapter.hpp.
| RealType OpenMD::StickyAdapter::getRl | ( | ) |
Definition at line 119 of file StickyAdapter.cpp.
| RealType OpenMD::StickyAdapter::getRlp | ( | ) |
Definition at line 129 of file StickyAdapter.cpp.
| RealType OpenMD::StickyAdapter::getRu | ( | ) |
Definition at line 124 of file StickyAdapter.cpp.
| RealType OpenMD::StickyAdapter::getRup | ( | ) |
Definition at line 134 of file StickyAdapter.cpp.
| RealType OpenMD::StickyAdapter::getV0 | ( | ) |
Definition at line 109 of file StickyAdapter.cpp.
| RealType OpenMD::StickyAdapter::getV0p | ( | ) |
Definition at line 114 of file StickyAdapter.cpp.
| RealType OpenMD::StickyAdapter::getW0 | ( | ) |
Definition at line 104 of file StickyAdapter.cpp.
| bool OpenMD::StickyAdapter::isSticky | ( | ) |
Definition at line 57 of file StickyAdapter.cpp.
| bool OpenMD::StickyAdapter::isStickyPower | ( | ) |
Definition at line 96 of file StickyAdapter.cpp.
| void OpenMD::StickyAdapter::makeSticky | ( | RealType | w0, |
| RealType | v0, | ||
| RealType | v0p, | ||
| RealType | rl, | ||
| RealType | ru, | ||
| RealType | rlp, | ||
| RealType | rup, | ||
| bool | isPower ) |
Definition at line 139 of file StickyAdapter.cpp.