forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2746 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
16cfe5021d
commit
0d29a6db12
|
@ -70,7 +70,7 @@ Thus you must use a separate time integration fix, like <A HREF = "fix_nve.html"
|
|||
nve</A> or <A HREF = "fix_nvt.html">fix nvt</A> to actually update the
|
||||
positions and velocities of atoms. This fix can be used in
|
||||
conjunction with thermostatting fixes to control the temperature, such
|
||||
as <A HREF = "fix_nvt.html">fix nvt</A> or <A HREF = "fix_langevin.html">fix langevin</A> or <A HREF = "fix_temp_berendsen,html">fix
|
||||
as <A HREF = "fix_nvt.html">fix nvt</A> or <A HREF = "fix_langevin.html">fix langevin</A> or <A HREF = "fix_temp_berendsen.html">fix
|
||||
temp/berendsen</A>.
|
||||
</P>
|
||||
<P>See <A HREF = "Section_howto.html#4_16">this howto section</A> of the manual for a
|
||||
|
|
|
@ -62,7 +62,7 @@ nve"_fix_nve.html or "fix nvt"_fix_nvt.html to actually update the
|
|||
positions and velocities of atoms. This fix can be used in
|
||||
conjunction with thermostatting fixes to control the temperature, such
|
||||
as "fix nvt"_fix_nvt.html or "fix langevin"_fix_langevin.html or "fix
|
||||
temp/berendsen"_fix_temp_berendsen,html.
|
||||
temp/berendsen"_fix_temp_berendsen.html.
|
||||
|
||||
See "this howto section"_Section_howto.html#4_16 of the manual for a
|
||||
discussion of different ways to compute temperature and perform
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>fix 1 all nvt 300.0 300.0 100.0
|
||||
<PRE>fix 1 all temp/berendsen 300.0 300.0 100.0
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
|
|
|
@ -19,7 +19,7 @@ Tdamp = temperature damping parameter (time units) :ul
|
|||
|
||||
[Examples:]
|
||||
|
||||
fix 1 all nvt 300.0 300.0 100.0 :pre
|
||||
fix 1 all temp/berendsen 300.0 300.0 100.0 :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue