Commit ed9a03eb authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1592 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent d0e374e4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -27,10 +27,11 @@

<LI>zero or more keyword/value pairs may be appended 

keyword = <I>scale</I>
<PRE>keyword = <I>scale</I>
  <I>scale</I> values = type ratio
    type = atom type (1-N)
    ratio = factor to scale the damping coefficient by
    ratio = factor by which to scale the damping coefficient 
</PRE>

</UL>
<P><B>Examples:</B>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ zero or more keyword/value pairs may be appended :l
keyword = {scale}
  {scale} values = type ratio
    type = atom type (1-N)
    ratio = factor to scale the damping coefficient by
    ratio = factor by which to scale the damping coefficient :pre
:ule

[Examples:]
+1 −4
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
<P><B>Examples:</B>
</P>
<PRE>fix 1 all nvt 300.0 300.0 100.0 
fix 1 all nvt 300.0 300.0 100.0 drag 0.2 
</PRE>
<P><B>Description:</B>
</P>
@@ -48,8 +47,6 @@ normally be used on atoms that also have their temperature controlled
by another fix - e.g. by <A HREF = "fix_nvt.html">fix nvt</A> or <A HREF = "fix_langevin.html">fix
langevin</A> commands.
</P>
<HR>

<P>This fix computes a temperature each timestep.  To do this, the fix
creates its own compute of style "temp", as if this command had been
issued:
+1 −4
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@ Tdamp = temperature damping parameter (time units) :ul

[Examples:]

fix 1 all nvt 300.0 300.0 100.0
fix 1 all nvt 300.0 300.0 100.0 drag 0.2 :pre
fix 1 all nvt 300.0 300.0 100.0 :pre

[Description:]

@@ -45,8 +44,6 @@ normally be used on atoms that also have their temperature controlled
by another fix - e.g. by "fix nvt"_fix_nvt.html or "fix
langevin"_fix_langevin.html commands.

:line

This fix computes a temperature each timestep.  To do this, the fix
creates its own compute of style "temp", as if this command had been
issued:
+0 −2
Original line number Diff line number Diff line
@@ -54,8 +54,6 @@ normally be used on atoms that also have their temperature controlled
by another fix - e.g. by <A HREF = "fix_nvt.html">fix nvt</A> or <A HREF = "fix_langevin.html">fix
langevin</A> commands.
</P>
<HR>

<P>This fix computes a temperature each timestep.  To do this, the fix
creates its own compute of style "temp", as if one of this command had
been issued:
Loading