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

@ -433,7 +433,9 @@ run, according to this formula:
</P>
<P>The run begins on startstep. Startstep can span multiple runs, using
the <I>start</I> keyword of the <A HREF = "run.html">run</A> command. See the
<A HREF = "run.html">run</A> command for details of how to do this.
<A HREF = "run.html">run</A> command for details of how to do this. Note that the
<A HREF = "thermo_style.html">thermo_style</A> keyword elaplong =
timestep-startstep.
</P>
<P>The swiggle(x,y,z) and cwiggle(x,y,z) functions each take 3 arguments:
x = coord0, y = amplitude, z = period. They use the elapsed time to
@ -448,7 +450,9 @@ value = coord0 + Amplitude * (1 - cos(omega*(timestep-startstep)*dt))
</P>
<P>The run begins on startstep. Startstep can span multiple runs, using
the <I>start</I> keyword of the <A HREF = "run.html">run</A> command. See the
<A HREF = "run.html">run</A> command for details of how to do this.
<A HREF = "run.html">run</A> command for details of how to do this. Note that the
<A HREF = "thermo_style.html">thermo_style</A> keyword elaplong =
timestep-startstep.
</P>
<HR>