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

This commit is contained in:
sjplimp
2008-05-16 22:14:01 +00:00
parent 910d982db4
commit 81c6c65428
19 changed files with 21 additions and 341 deletions

View File

@ -36,8 +36,9 @@ all compute styles support all parameters.
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 3 which is a correction factor for an
ensemble of velocities with zero total linear momentum.
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.
The {dynamic} keyword determines whether the number of atoms N in the
compute group is re-computed each time a temperature is computed.
@ -62,6 +63,6 @@ fixes"_fix.html for details.
[Default:]
The option defaults are extra = 3 and dynamic = no. Thermo is {yes} if
the compute of style {pe} was defined with no extra keywords; otherwise
it is {no}.
The option defaults are extra = 2 or 3 for 2d or 3d systems and
dynamic = no. Thermo is {yes} if the compute of style {pe} was
defined with no extra keywords; otherwise it is {no}.