git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@504 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user