forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1592 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d0e374e4c3
commit
ed9a03eb82
|
@ -27,10 +27,11 @@
|
||||||
|
|
||||||
<LI>zero or more keyword/value pairs may be appended
|
<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
|
<I>scale</I> values = type ratio
|
||||||
type = atom type (1-N)
|
type = atom type (1-N)
|
||||||
ratio = factor to scale the damping coefficient by
|
ratio = factor by which to scale the damping coefficient
|
||||||
|
</PRE>
|
||||||
|
|
||||||
</UL>
|
</UL>
|
||||||
<P><B>Examples:</B>
|
<P><B>Examples:</B>
|
||||||
|
|
|
@ -21,7 +21,7 @@ zero or more keyword/value pairs may be appended :l
|
||||||
keyword = {scale}
|
keyword = {scale}
|
||||||
{scale} values = type ratio
|
{scale} values = type ratio
|
||||||
type = atom type (1-N)
|
type = atom type (1-N)
|
||||||
ratio = factor to scale the damping coefficient by
|
ratio = factor by which to scale the damping coefficient :pre
|
||||||
:ule
|
:ule
|
||||||
|
|
||||||
[Examples:]
|
[Examples:]
|
||||||
|
|
|
@ -22,8 +22,7 @@
|
||||||
</UL>
|
</UL>
|
||||||
<P><B>Examples:</B>
|
<P><B>Examples:</B>
|
||||||
</P>
|
</P>
|
||||||
<PRE>fix 1 all nvt 300.0 300.0 100.0
|
<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>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</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
|
by another fix - e.g. by <A HREF = "fix_nvt.html">fix nvt</A> or <A HREF = "fix_langevin.html">fix
|
||||||
langevin</A> commands.
|
langevin</A> commands.
|
||||||
</P>
|
</P>
|
||||||
<HR>
|
|
||||||
|
|
||||||
<P>This fix computes a temperature each timestep. To do this, the fix
|
<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
|
creates its own compute of style "temp", as if this command had been
|
||||||
issued:
|
issued:
|
||||||
|
|
|
@ -19,8 +19,7 @@ Tdamp = temperature damping parameter (time units) :ul
|
||||||
|
|
||||||
[Examples:]
|
[Examples:]
|
||||||
|
|
||||||
fix 1 all nvt 300.0 300.0 100.0
|
fix 1 all nvt 300.0 300.0 100.0 :pre
|
||||||
fix 1 all nvt 300.0 300.0 100.0 drag 0.2 :pre
|
|
||||||
|
|
||||||
[Description:]
|
[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
|
by another fix - e.g. by "fix nvt"_fix_nvt.html or "fix
|
||||||
langevin"_fix_langevin.html commands.
|
langevin"_fix_langevin.html commands.
|
||||||
|
|
||||||
:line
|
|
||||||
|
|
||||||
This fix computes a temperature each timestep. To do this, the fix
|
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
|
creates its own compute of style "temp", as if this command had been
|
||||||
issued:
|
issued:
|
||||||
|
|
|
@ -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
|
by another fix - e.g. by <A HREF = "fix_nvt.html">fix nvt</A> or <A HREF = "fix_langevin.html">fix
|
||||||
langevin</A> commands.
|
langevin</A> commands.
|
||||||
</P>
|
</P>
|
||||||
<HR>
|
|
||||||
|
|
||||||
<P>This fix computes a temperature each timestep. To do this, the fix
|
<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
|
creates its own compute of style "temp", as if one of this command had
|
||||||
been issued:
|
been issued:
|
||||||
|
|
|
@ -51,8 +51,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
|
by another fix - e.g. by "fix nvt"_fix_nvt.html or "fix
|
||||||
langevin"_fix_langevin.html commands.
|
langevin"_fix_langevin.html commands.
|
||||||
|
|
||||||
:line
|
|
||||||
|
|
||||||
This fix computes a temperature each timestep. To do this, the fix
|
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
|
creates its own compute of style "temp", as if one of this command had
|
||||||
been issued:
|
been issued:
|
||||||
|
|
Loading…
Reference in New Issue