git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2492 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -94,8 +94,15 @@ last example holds the ion a distance 5 away from the pore axis
|
||||
<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
|
||||
files</A>. None of the <A HREF = "fix_modify.html">fix_modify</A> options
|
||||
are relevant to this fix.
|
||||
files</A>.
|
||||
</P>
|
||||
<P>The <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option is supported by this
|
||||
fix to add the energy stored in the spring to the system's potential
|
||||
energy as part of <A HREF = "thermo_style.html">thermodynamic output</A>.
|
||||
</P>
|
||||
<P>This fix computes a scalar energy which can be accessed by various
|
||||
<A HREF = "Section_howto.html#4_15">output commands</A>. This energy is spring
|
||||
energy = 0.5 * K * r^2.
|
||||
</P>
|
||||
<P>This fix computes a 3-vector of forces, which can be accessed by
|
||||
various <A HREF = "Section_howto.html#4_15">output commands</A>. This is the total
|
||||
@ -104,8 +111,15 @@ force on the group of atoms by the spring. In the case of the
|
||||
negative of the force on the 2nd group (group-ID2).
|
||||
</P>
|
||||
<P>No parameter of this fix can be used with the <I>start/stop</I> keywords of
|
||||
the <A HREF = "run.html">run</A> command. This fix is not invoked during <A HREF = "minimize.html">energy
|
||||
minimization</A>.
|
||||
the <A HREF = "run.html">run</A> command.
|
||||
</P>
|
||||
<P>The forces due to this fix are imposed during an energy minimization,
|
||||
invoked by the <A HREF = "minimize.html">minimize</A> command.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: If you want the spring energy to be included in the
|
||||
total potential energy of the system (the quantity being minimized),
|
||||
you MUST enable the <A HREF = "fix_modify.html">fix_modify</A> <I>energy</I> option for
|
||||
this fix.
|
||||
</P>
|
||||
<P><B>Restrictions:</B> none
|
||||
</P>
|
||||
|
||||
Reference in New Issue
Block a user