ParM
parm
A molecular dynamics library
|
#include <interaction.hpp>
Public Member Functions | |
SCPair (IDPair &p1, IDPair &p2, flt l1, flt l2) | |
SCPair (IDPair &p1, IDPair &p2, flt l) | |
SCPair (const SCPair &other) | |
SpheroCylinderDiff | nearest_location (Box &box) |
void | apply_force (Box &box, Vec f, SpheroCylinderDiff diff, flt I1, flt I2) |
void | apply_force (Box &box, Vec f, SpheroCylinderDiff diff, flt I) |
Public Attributes | |
IDPair & | p1 |
IDPair & | p2 |
flt | l1 |
flt | l2 |
|
inline |
void SCPair::apply_force | ( | Box & | box, |
Vec | f, | ||
SpheroCylinderDiff | diff, | ||
flt | I1, | ||
flt | I2 | ||
) |
|
inline |
SpheroCylinderDiff SCPair::nearest_location | ( | Box & | box | ) |
flt SCPair::l1 |
flt SCPair::l2 |
IDPair& SCPair::p1 |
IDPair& SCPair::p2 |