diff --git a/doc/Section_commands.html b/doc/Section_commands.html index 81eab109fc..8e6963bcea 100644 --- a/doc/Section_commands.html +++ b/doc/Section_commands.html @@ -345,7 +345,8 @@ description: 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 --git a/doc/Section_commands.txt b/doc/Section_commands.txt index 074a7c7165..6c9491a007 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -474,6 +474,7 @@ description: "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 --git a/doc/Section_howto.html b/doc/Section_howto.html index 505910f4c7..aa960dcb4f 100644 --- a/doc/Section_howto.html +++ b/doc/Section_howto.html @@ -1178,6 +1178,7 @@ pressure command calculates pressure.

  • compute temp/com
  • compute temp/deform
  • compute temp/partial +
  • compute temp/profile
  • compute temp/ramp
  • compute temp/region @@ -1186,9 +1187,10 @@ velocities) that are removed when computing the thermal temperature. 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 @@ Berendsen, Langevin, and direct rescaling (temp/rescale):

  • 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 @@ the x and z components of velocity by using it in conjunction with

    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: