|
OpenMD 3.2
Molecular Dynamics in the Open
|
Public Member Functions | |
| SuttonChenAdapter (AtomType *AT) | |
| void | makeSuttonChen (RealType c, RealType m, RealType n, RealType alpha, RealType epsilon) |
| bool | isSuttonChen () |
| RealType | getC () |
| RealType | getM () |
| RealType | getN () |
| RealType | getAlpha () |
| RealType | getEpsilon () |
Definition at line 69 of file SuttonChenAdapter.hpp.
|
inline |
Definition at line 71 of file SuttonChenAdapter.hpp.
| RealType OpenMD::SuttonChenAdapter::getAlpha | ( | ) |
Definition at line 113 of file SuttonChenAdapter.cpp.
| RealType OpenMD::SuttonChenAdapter::getC | ( | ) |
Definition at line 98 of file SuttonChenAdapter.cpp.
| RealType OpenMD::SuttonChenAdapter::getEpsilon | ( | ) |
Definition at line 118 of file SuttonChenAdapter.cpp.
| RealType OpenMD::SuttonChenAdapter::getM | ( | ) |
Definition at line 103 of file SuttonChenAdapter.cpp.
| RealType OpenMD::SuttonChenAdapter::getN | ( | ) |
Definition at line 108 of file SuttonChenAdapter.cpp.
| bool OpenMD::SuttonChenAdapter::isSuttonChen | ( | ) |
Definition at line 57 of file SuttonChenAdapter.cpp.
| void OpenMD::SuttonChenAdapter::makeSuttonChen | ( | RealType | c, |
| RealType | m, | ||
| RealType | n, | ||
| RealType | alpha, | ||
| RealType | epsilon ) |
Definition at line 123 of file SuttonChenAdapter.cpp.