forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2271 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8bc5e3ac57
commit
218a9ec676
|
@ -23,7 +23,7 @@
|
|||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>fix 1 frozen wiggle 3.0 0.5
|
||||
<PRE>fix 1 frozen wiggle y 3.0 0.5
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
|
@ -40,6 +40,11 @@ the <I>dim</I> coordinate of each atom is set to
|
|||
elapsed time since the fix was specified. The velocity of the atom is
|
||||
set to the derivative of this expression.
|
||||
</P>
|
||||
<P>Note that if a value of A > 0 is specified, each wiggling atom does
|
||||
not oscillate around its initial position, but moves entirely in the
|
||||
positive direction relative to its initial position. This is so that
|
||||
its initial velocity will be 0.0.
|
||||
</P>
|
||||
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
|
||||
</P>
|
||||
<P>No information about this fix is written to <A HREF = "restart.html">binary restart
|
||||
|
|
|
@ -20,7 +20,7 @@ period = time of oscillation (time units) :ul
|
|||
|
||||
[Examples:]
|
||||
|
||||
fix 1 frozen wiggle 3.0 0.5 :pre
|
||||
fix 1 frozen wiggle y 3.0 0.5 :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
|
@ -37,6 +37,11 @@ where {coord0} is the coordinate at the time the fix was specified,
|
|||
elapsed time since the fix was specified. The velocity of the atom is
|
||||
set to the derivative of this expression.
|
||||
|
||||
Note that if a value of A > 0 is specified, each wiggling atom does
|
||||
not oscillate around its initial position, but moves entirely in the
|
||||
positive direction relative to its initial position. This is so that
|
||||
its initial velocity will be 0.0.
|
||||
|
||||
[Restart, fix_modify, output, run start/stop, minimize info:]
|
||||
|
||||
No information about this fix is written to "binary restart
|
||||
|
|
Loading…
Reference in New Issue