diff -Naur lammps-28Apr09/doc/Section_commands.html lammps-30Apr09/doc/Section_commands.html --- lammps-28Apr09/doc/Section_commands.html 2009-04-28 08:56:27.000000000 -0600 +++ lammps-30Apr09/doc/Section_commands.html 2009-04-29 10:54:14.000000000 -0600 @@ -345,7 +345,8 @@ centro/atomcna/atomcoord/atomdamage/atomdisplace/atomerotate/asphere erotate/spheregroup/groupkeke/atompepe/atom pressurereducereduce/regionstress/atomtemptemp/asphere -temp/comtemp/deformtemp/partialtemp/ramptemp/regiontemp/sphere +temp/comtemp/deformtemp/partialtemp/profiletemp/ramptemp/region +temp/sphere

These are compute styles contributed by users, which can be used if diff -Naur lammps-28Apr09/doc/Section_commands.txt lammps-30Apr09/doc/Section_commands.txt --- lammps-28Apr09/doc/Section_commands.txt 2009-04-28 08:56:27.000000000 -0600 +++ lammps-30Apr09/doc/Section_commands.txt 2009-04-29 10:54:14.000000000 -0600 @@ -474,6 +474,7 @@ "temp/com"_compute_temp_com.html, "temp/deform"_compute_temp_deform.html, "temp/partial"_compute_temp_partial.html, +"temp/profile"_compute_temp_profile.html, "temp/ramp"_compute_temp_ramp.html, "temp/region"_compute_temp_region.html, "temp/sphere"_compute_temp_sphere.html :tb(c=6,ea=c) diff -Naur lammps-28Apr09/doc/Section_howto.html lammps-30Apr09/doc/Section_howto.html --- lammps-28Apr09/doc/Section_howto.html 2009-01-26 13:14:19.000000000 -0700 +++ lammps-30Apr09/doc/Section_howto.html 2009-04-29 10:54:14.000000000 -0600 @@ -1178,6 +1178,7 @@

  • compute temp/com
  • compute temp/deform
  • compute temp/partial +
  • compute temp/profile
  • compute temp/ramp
  • compute temp/region @@ -1186,9 +1187,10 @@ Fix temp/sphere and fix temp/asphere compute kinetic energy for extended particles that includes rotational degrees of freedom. They -both allow, as an extra argument, another temperature compute that -subtracts a velocity bias, so the translational velocity of extended -spherical or aspherical particles can be adjusted in prescribed ways. +both allow, as an extra argument, which is another temperature compute +that subtracts a velocity bias. This allows the translational +velocity of extended spherical or aspherical particles to be adjusted +in prescribed ways.

    Thermostatting in LAMMPS is performed by fixes. Four thermostatting fixes are currently available: Nose-Hoover (nvt), @@ -1203,7 +1205,7 @@

  • fix temp/rescale

    Fix nvt only thermostats the translational velocity of -particles. Fix nvt/sllod does as well, except +particles. Fix nvt/sllod also does this, except that it subtracts out a velocity bias due to a deforming box and integrates the SLLOD equations of motion. See the NEMD simulations section of this page for further details. Fix @@ -1225,8 +1227,9 @@

    IMPORTANT NOTE: Only the nvt fixes perform time integration, meaning they update the velocities and positions of particles due to forces and velocities respectively. The other thermostat fixes only adjust -velocities; they do NOT perform time integration. Thus they should be -used in conjunction with a constant NVE integration fix such as these: +velocities; they do NOT perform time integration updates. Thus they +should be used in conjunction with a constant NVE integration fix such +as these: