~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to doc/compute_ke.html

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-11-20 22:41:36 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131120224136-tzx7leh606fqnckm
Tags: 0~20131119.git7162cf0-1
* [e65b919] Imported Upstream version 0~20131119.git7162cf0
* [f7bddd4] Fix some problems, introduced by upstream recently.
* [3616dfc] Use wrap-and-sort script.
* [7e92030] Ignore quilt dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
<P>Define a computation that calculates the translational kinetic energy
28
28
of a group of particles.
29
29
</P>
30
 
<P>The kinetic energy or each particle is computed as 1/2 m v^2, where m
 
30
<P>The kinetic energy of each particle is computed as 1/2 m v^2, where m
31
31
and v are the mass and velocity of the particle.
32
32
</P>
33
33
<P>There is a subtle difference between the quantity calculated by this
45
45
</P>
46
46
<P><B>Output info:</B>
47
47
</P>
48
 
<P>This compute calculates a global scalar (the KE).  This value can be
49
 
used by any command that uses a global scalar value from a compute as
50
 
input.  See <A HREF = "Section_howto.html#howto_15">Section_howto 15</A> for an
51
 
overview of LAMMPS output options.
 
48
<P>This compute calculates a global scalar (the summed KE).  This value
 
49
can be used by any command that uses a global scalar value from a
 
50
compute as input.  See <A HREF = "Section_howto.html#howto_15">Section_howto 15</A>
 
51
for an overview of LAMMPS output options.
52
52
</P>
53
53
<P>The scalar value calculated by this compute is "extensive".  The
54
54
scalar value will be in energy <A HREF = "units.html">units</A>.