git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@504 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-04-20 19:03:20 +00:00
parent 7e1e28af0e
commit 467e7efbd6
5 changed files with 171 additions and 6 deletions

View File

@ -42,6 +42,7 @@ class Group : protected Pointers {
void xcm(int, double, double *); // center-of-mass coords of group
void vcm(int, double, double *); // center-of-mass velocity of group
void fcm(int, double *); // total force on group
double ke(int); // kinetic energy of group
double gyration(int, double, double *); // radius-of-gyration of group
void angmom(int, double *, double *); // angular momentum of group
void inertia(int, double *, double [3][3]); // inertia tensor