1 "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
3 :link(lws,http://lammps.sandia.gov)
5 :link(lc,Section_commands.html#comm)
9 compute meso/e/atom command :h3
13 compute ID group-ID meso/e/atom :pre
15 ID, group-ID are documented in "compute"_compute.html command
16 meso/e/atom = style name of this compute command :ul
20 compute 1 all meso/e/atom :pre
24 Define a computation that calculates the per-atom internal energy
25 for each atom in a group.
27 The internal energy is the energy associated with the internal degrees
28 of freedom of a mesoscopic particles, e.g. a Smooth-Particle
29 Hydrodynamics particle.
31 See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in
34 The value of the internal energy will be 0.0 for atoms not in the
35 specified compute group.
39 This compute calculates a per-atom vector, which can be accessed by
40 any command that uses per-atom values from a compute as input. See
41 "Section 6.15"_Section_howto.html#howto_15 for an overview of
42 LAMMPS output options.
44 The per-atom vector values will be in energy "units"_units.html.
48 This compute is part of the USER-SPH package. It is only enabled if
49 LAMMPS was built with that package. See the "Making
50 LAMMPS"_Section_start.html#start_3 section for more info.
54 "dump custom"_dump.html