forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15294 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
070ca26148
commit
f9047919e8
|
@ -40,12 +40,11 @@ The *extra* keyword refers to how many degrees-of-freedom are
|
|||
subtracted (typically from 3N) as a normalizing factor in a
|
||||
temperature computation. Only computes that compute a temperature use
|
||||
this option. The default is 2 or 3 for :doc:`2d or 3d systems <dimension>` which is a correction factor for an ensemble
|
||||
of velocities with zero total linear momentum. For compute temp/partial,
|
||||
if one or more velocity components are excluded, the value used for
|
||||
*extra* is scaled accordingly. You can use a negative number for
|
||||
the *extra* parameter if you need to add degrees-of-freedom.
|
||||
See the :doc:`compute temp/asphere <compute_temp_asphere>` command
|
||||
for an example.
|
||||
of velocities with zero total linear momentum. For compute
|
||||
temp/partial, if one or more velocity components are excluded, the
|
||||
value used for *extra* is scaled accordingly. You can use a negative
|
||||
number for the *extra* parameter if you need to add
|
||||
degrees-of-freedom. See the :doc:`compute temp/asphere <compute_temp_asphere>` command for an example.
|
||||
|
||||
The *dynamic* keyword determines whether the number of atoms N in the
|
||||
compute group is re-computed each time a temperature is computed.
|
||||
|
|
|
@ -158,13 +158,11 @@ all compute styles support all parameters.</p>
|
|||
subtracted (typically from 3N) as a normalizing factor in a
|
||||
temperature computation. Only computes that compute a temperature use
|
||||
this option. The default is 2 or 3 for <a class="reference internal" href="dimension.html"><span class="doc">2d or 3d systems</span></a> which is a correction factor for an ensemble
|
||||
of velocities with zero total linear momentum. For compute temp/partial,
|
||||
if one or more velocity components are excluded, the value used for
|
||||
<em>extra</em> is scaled accordingly. You can use a negative number for
|
||||
the <em>extra</em> parameter if you need to add degrees-of-freedom.</p>
|
||||
<blockquote>
|
||||
<div>See the <a class="reference internal" href="compute_temp_asphere.html"><span class="doc">compute temp/asphere</span></a> command</div></blockquote>
|
||||
<p>for an example.</p>
|
||||
of velocities with zero total linear momentum. For compute
|
||||
temp/partial, if one or more velocity components are excluded, the
|
||||
value used for <em>extra</em> is scaled accordingly. You can use a negative
|
||||
number for the <em>extra</em> parameter if you need to add
|
||||
degrees-of-freedom. See the <a class="reference internal" href="compute_temp_asphere.html"><span class="doc">compute temp/asphere</span></a> command for an example.</p>
|
||||
<p>The <em>dynamic</em> keyword determines whether the number of atoms N in the
|
||||
compute group is re-computed each time a temperature is computed.
|
||||
Only compute styles that calculate a temperature use this option. By
|
||||
|
|
|
@ -36,12 +36,12 @@ subtracted (typically from 3N) as a normalizing factor in a
|
|||
temperature computation. Only computes that compute a temperature use
|
||||
this option. The default is 2 or 3 for "2d or 3d
|
||||
systems"_dimension.html which is a correction factor for an ensemble
|
||||
of velocities with zero total linear momentum. For compute temp/partial,
|
||||
if one or more velocity components are excluded, the value used for
|
||||
{extra} is scaled accordingly. You can use a negative number for
|
||||
the {extra} parameter if you need to add degrees-of-freedom.
|
||||
See the "compute temp/asphere"_compute_temp_asphere.html command
|
||||
for an example.
|
||||
of velocities with zero total linear momentum. For compute
|
||||
temp/partial, if one or more velocity components are excluded, the
|
||||
value used for {extra} is scaled accordingly. You can use a negative
|
||||
number for the {extra} parameter if you need to add
|
||||
degrees-of-freedom. See the "compute
|
||||
temp/asphere"_compute_temp_asphere.html command for an example.
|
||||
|
||||
The {dynamic} keyword determines whether the number of atoms N in the
|
||||
compute group is re-computed each time a temperature is computed.
|
||||
|
|
Loading…
Reference in New Issue