|
OpenMD 3.1
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 66 of file SuttonChenAdapter.hpp.
|
inline |
Definition at line 68 of file SuttonChenAdapter.hpp.
| RealType OpenMD::SuttonChenAdapter::getAlpha | ( | ) |
Definition at line 110 of file SuttonChenAdapter.cpp.
| RealType OpenMD::SuttonChenAdapter::getC | ( | ) |
Definition at line 95 of file SuttonChenAdapter.cpp.
| RealType OpenMD::SuttonChenAdapter::getEpsilon | ( | ) |
Definition at line 115 of file SuttonChenAdapter.cpp.
| RealType OpenMD::SuttonChenAdapter::getM | ( | ) |
Definition at line 100 of file SuttonChenAdapter.cpp.
| RealType OpenMD::SuttonChenAdapter::getN | ( | ) |
Definition at line 105 of file SuttonChenAdapter.cpp.
| bool OpenMD::SuttonChenAdapter::isSuttonChen | ( | ) |
Definition at line 54 of file SuttonChenAdapter.cpp.
| void OpenMD::SuttonChenAdapter::makeSuttonChen | ( | RealType | c, |
| RealType | m, | ||
| RealType | n, | ||
| RealType | alpha, | ||
| RealType | epsilon ) |
Definition at line 120 of file SuttonChenAdapter.cpp.