forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1261 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
7868a5b8b5
commit
ac842484eb
|
@ -39,7 +39,7 @@
|
|||
vx, vy, vz, fx, fy, fz,
|
||||
q, mux, muy, muz,
|
||||
quatw, quati, quatj, quatk, tqx, tqy, tqz,
|
||||
c_ID, c_ID[N], f_ID, f_ID[N]
|
||||
c_ID, c_ID[N], f_ID, f_ID[N], v_name
|
||||
tag = atom ID
|
||||
mol = molecule ID
|
||||
type = atom type
|
||||
|
@ -57,7 +57,7 @@
|
|||
c_ID[N] = Nth per-atom vector quantity calculated by a compute identified by its ID
|
||||
f_ID = scalar per-atom quantity calculated by a fix identified by its ID
|
||||
f_ID[N] = Nth per-atom vector quantity calculated by a fix identified by its ID
|
||||
v_name = variable of atom style that calculates a per-atom quantity
|
||||
v_name = atom-style variable that calculates a per-atom quantity
|
||||
</PRE>
|
||||
|
||||
</UL>
|
||||
|
|
|
@ -30,7 +30,7 @@ args = list of arguments for a particular style :l
|
|||
vx, vy, vz, fx, fy, fz,
|
||||
q, mux, muy, muz,
|
||||
quatw, quati, quatj, quatk, tqx, tqy, tqz,
|
||||
c_ID, c_ID\[N\], f_ID, f_ID\[N\]
|
||||
c_ID, c_ID\[N\], f_ID, f_ID\[N\], v_name
|
||||
tag = atom ID
|
||||
mol = molecule ID
|
||||
type = atom type
|
||||
|
@ -48,7 +48,7 @@ args = list of arguments for a particular style :l
|
|||
c_ID\[N\] = Nth per-atom vector quantity calculated by a compute identified by its ID
|
||||
f_ID = scalar per-atom quantity calculated by a fix identified by its ID
|
||||
f_ID\[N\] = Nth per-atom vector quantity calculated by a fix identified by its ID
|
||||
v_name = variable of atom style that calculates a per-atom quantity :pre
|
||||
v_name = atom-style variable that calculates a per-atom quantity :pre
|
||||
:ule
|
||||
|
||||
[Examples:]
|
||||
|
|
Loading…
Reference in New Issue