From 2ba239f94dcbc800687827bed8b7d0f8435d8bf7 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 5 Sep 2013 23:07:01 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10728 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/compute_ke.html | 10 +++++----- doc/compute_ke.txt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/compute_ke.html b/doc/compute_ke.html index b71d9e3066..90497bec8d 100644 --- a/doc/compute_ke.html +++ b/doc/compute_ke.html @@ -27,7 +27,7 @@

Define a computation that calculates the translational kinetic energy of a group of particles.

-

The kinetic energy or each particle is computed as 1/2 m v^2, where m +

The kinetic energy of each particle is computed as 1/2 m v^2, where m and v are the mass and velocity of the particle.

There is a subtle difference between the quantity calculated by this @@ -45,10 +45,10 @@ include different degrees of freedom (translational, rotational, etc).

Output info:

-

This compute calculates a global scalar (the KE). This value can be -used by any command that uses a global scalar value from a compute as -input. See Section_howto 15 for an -overview of LAMMPS output options. +

This compute calculates a global scalar (the summed KE). This value +can be used by any command that uses a global scalar value from a +compute as input. See Section_howto 15 +for an overview of LAMMPS output options.

The scalar value calculated by this compute is "extensive". The scalar value will be in energy units. diff --git a/doc/compute_ke.txt b/doc/compute_ke.txt index cd84381d35..330306f11e 100644 --- a/doc/compute_ke.txt +++ b/doc/compute_ke.txt @@ -24,7 +24,7 @@ compute 1 all ke :pre Define a computation that calculates the translational kinetic energy of a group of particles. -The kinetic energy or each particle is computed as 1/2 m v^2, where m +The kinetic energy of each particle is computed as 1/2 m v^2, where m and v are the mass and velocity of the particle. There is a subtle difference between the quantity calculated by this @@ -42,10 +42,10 @@ include different degrees of freedom (translational, rotational, etc). [Output info:] -This compute calculates a global scalar (the KE). This value can be -used by any command that uses a global scalar value from a compute as -input. See "Section_howto 15"_Section_howto.html#howto_15 for an -overview of LAMMPS output options. +This compute calculates a global scalar (the summed KE). This value +can be used by any command that uses a global scalar value from a +compute as input. See "Section_howto 15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. The scalar value calculated by this compute is "extensive". The scalar value will be in energy "units"_units.html.