OpenMD 3.1
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 69 of file StickyAdapter.hpp.
|
inline |
Definition at line 71 of file StickyAdapter.hpp.
RealType OpenMD::StickyAdapter::getRl | ( | ) |
Definition at line 116 of file StickyAdapter.cpp.
RealType OpenMD::StickyAdapter::getRlp | ( | ) |
Definition at line 126 of file StickyAdapter.cpp.
RealType OpenMD::StickyAdapter::getRu | ( | ) |
Definition at line 121 of file StickyAdapter.cpp.
RealType OpenMD::StickyAdapter::getRup | ( | ) |
Definition at line 131 of file StickyAdapter.cpp.
RealType OpenMD::StickyAdapter::getV0 | ( | ) |
Definition at line 106 of file StickyAdapter.cpp.
RealType OpenMD::StickyAdapter::getV0p | ( | ) |
Definition at line 111 of file StickyAdapter.cpp.
RealType OpenMD::StickyAdapter::getW0 | ( | ) |
Definition at line 101 of file StickyAdapter.cpp.
bool OpenMD::StickyAdapter::isSticky | ( | ) |
Definition at line 54 of file StickyAdapter.cpp.
bool OpenMD::StickyAdapter::isStickyPower | ( | ) |
Definition at line 93 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 136 of file StickyAdapter.cpp.