git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1669 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2008-03-24 14:45:46 +00:00
parent 16a584ec5a
commit 655971cf9d
2 changed files with 12 additions and 12 deletions

View File

@ -36,12 +36,12 @@ processor partitions are defined using the -partition command-line
switch (see <A HREF = "Section_start.html#2_6">this section</A>). Each ensemble's
temperature is typically controlled at a different value by a fix with
ID <I>fix-ID</I> that controls temperature. Possible fix styles are
<A HREF = "fix_nvt.html">nvt</A>, <A HREF = "fix_npt.html">npt</A>, and
<A HREF = "fix_temp_rescale.html">temp/rescale</A>. The desired temperature is
specified by <I>temp</I>, which is typically a variable previously set in
the input script, so that each partition is assigned a different
temperature. See the <A HREF = "variable.html">variable</A> command for more
details. For example,
<A HREF = "fix_nvt.html">nvt</A>, <A HREF = "fix_npt.html">temp/berendsen</A>,
<A HREF = "fix_langevin.html">langevin</A> and <A HREF = "fix_temp_rescale.html">temp/rescale</A>.
The desired temperature is specified by <I>temp</I>, which is typically a
variable previously set in the input script, so that each partition is
assigned a different temperature. See the <A HREF = "variable.html">variable</A>
command for more details. For example,
</P>
<PRE>variable t world 300.0 310.0 320.0 330.0
</PRE>

View File

@ -33,12 +33,12 @@ processor partitions are defined using the -partition command-line
switch (see "this section"_Section_start.html#2_6). Each ensemble's
temperature is typically controlled at a different value by a fix with
ID {fix-ID} that controls temperature. Possible fix styles are
"nvt"_fix_nvt.html, "npt"_fix_npt.html, and
"temp/rescale"_fix_temp_rescale.html. The desired temperature is
specified by {temp}, which is typically a variable previously set in
the input script, so that each partition is assigned a different
temperature. See the "variable"_variable.html command for more
details. For example,
"nvt"_fix_nvt.html, "temp/berendsen"_fix_npt.html,
"langevin"_fix_langevin.html and "temp/rescale"_fix_temp_rescale.html.
The desired temperature is specified by {temp}, which is typically a
variable previously set in the input script, so that each partition is
assigned a different temperature. See the "variable"_variable.html
command for more details. For example,
variable t world 300.0 310.0 320.0 330.0 :pre