2007-02-10 05:40:32 +08:00
|
|
|
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
|
|
:link(ld,Manual.html)
|
|
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
|
|
|
|
:line
|
|
|
|
|
|
|
|
compute ke/atom command :h3
|
|
|
|
|
|
|
|
[Syntax:]
|
|
|
|
|
|
|
|
compute ID group-ID ke/atom :pre
|
|
|
|
|
|
|
|
ID, group-ID are documented in "compute"_compute.html command
|
|
|
|
ke/atom = style name of this compute command :ul
|
|
|
|
|
|
|
|
[Examples:]
|
|
|
|
|
|
|
|
compute 1 all ke/atom :pre
|
|
|
|
|
|
|
|
[Description:]
|
|
|
|
|
2008-03-19 05:49:24 +08:00
|
|
|
Define a computation that calculates the per-atom translational
|
|
|
|
kinetic energy for each atom in a group.
|
2007-11-20 23:37:16 +08:00
|
|
|
|
2007-02-10 05:40:32 +08:00
|
|
|
The kinetic energy is simply 1/2 m v^2, where m is the mass and v is
|
|
|
|
the velocity of each atom.
|
|
|
|
|
2008-03-19 05:49:24 +08:00
|
|
|
The value of the kinetic energy will be 0.0 for atoms not in the
|
|
|
|
specified compute group.
|
|
|
|
|
2008-01-04 08:56:10 +08:00
|
|
|
[Output info:]
|
|
|
|
|
2009-12-05 05:04:00 +08:00
|
|
|
This compute calculates a per-atom vector, which can be accessed by
|
|
|
|
any command that uses per-atom values from a compute as input. See
|
|
|
|
"this section"_Section_howto.html#4_15 for an overview of LAMMPS
|
|
|
|
output options.
|
2008-01-04 08:56:10 +08:00
|
|
|
|
2010-01-24 07:20:05 +08:00
|
|
|
The per-atom vector values will be in energy "units"_units.html.
|
|
|
|
|
2007-02-10 05:40:32 +08:00
|
|
|
[Restrictions:] none
|
|
|
|
|
|
|
|
[Related commands:]
|
|
|
|
|
|
|
|
"dump custom"_dump.html
|
|
|
|
|
|
|
|
[Default:] none
|