forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5190 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
9895060359
commit
0aa371887b
|
@ -62,7 +62,7 @@
|
|||
<I>box</I> = the geometry is defined in simulation box units
|
||||
<I>move</I> args = v_x v_y v_z
|
||||
v_x,v_y,v_z = equal-style variables for x,y,z displacement of region over time
|
||||
<I>rotate</I> args = v_theta Px Py Pz Rx Ry Rz
|
||||
<I>rotate</I> args = v_theta Px Py Pz Rx Ry Rz
|
||||
v_theta = equal-style variable for rotaton of region over time (in radians)
|
||||
Px,Py,Pz = origin for axis of rotation (distance units)
|
||||
Rx,Ry,Rz = axis of rotation vector
|
||||
|
@ -294,7 +294,7 @@ parameters must be 0.0.
|
|||
</P>
|
||||
<P><B>Default:</B>
|
||||
</P>
|
||||
<P>The option defaults are side = in, units = lattice, and no moving or
|
||||
<P>The option defaults are side = in, units = lattice, and no move or
|
||||
rotation.
|
||||
</P>
|
||||
</HTML>
|
||||
|
|
|
@ -54,7 +54,7 @@ keyword = {side} or {units} or {move} or {rotate} :l
|
|||
{box} = the geometry is defined in simulation box units
|
||||
{move} args = v_x v_y v_z
|
||||
v_x,v_y,v_z = equal-style variables for x,y,z displacement of region over time
|
||||
{rotate} args = v_theta Px Py Pz Rx Ry Rz
|
||||
{rotate} args = v_theta Px Py Pz Rx Ry Rz
|
||||
v_theta = equal-style variable for rotaton of region over time (in radians)
|
||||
Px,Py,Pz = origin for axis of rotation (distance units)
|
||||
Rx,Ry,Rz = axis of rotation vector :pre
|
||||
|
@ -285,5 +285,5 @@ parameters must be 0.0.
|
|||
|
||||
[Default:]
|
||||
|
||||
The option defaults are side = in, units = lattice, and no moving or
|
||||
The option defaults are side = in, units = lattice, and no move or
|
||||
rotation.
|
||||
|
|
Loading…
Reference in New Issue