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

This commit is contained in:
sjplimp
2010-10-29 00:17:32 +00:00
parent 25e2de1bf2
commit 9895060359
6 changed files with 145 additions and 117 deletions

View File

@ -122,12 +122,11 @@ the right edge, even if the box size changes:
</P>
<PRE>variable x equal "xlo + 0.25*lx"
</PRE>
<P>Similarly, these variable definitions will move the indenter at a
constant velocity:
<P>Similarly, either of these variable definitions will move the indenter
from an initial position at 2.5 at a constant velocity of 5:
</P>
<PRE>variable x0 equal 2.5
variable vx equal 5.0
variable x equal "v_x0 + step*dt*v_vx"
<PRE>variable x equal "2.5 + 5*elaplong*dt"
variable x equal vdisplace(2.5,5)
</PRE>
<P>If a spherical indenter's radius is specified as v_r, then these
variable definitions will grow the size of the indenter at a specfied