git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / compute_meso_e_atom.txt
blob4e621b43018137817134f567efc0c550574e5737
1 "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
3 :link(lws,http://lammps.sandia.gov)
4 :link(ld,Manual.html)
5 :link(lc,Section_commands.html#comm)
7 :line
9 compute meso/e/atom command :h3
11 [Syntax:]
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
18 [Examples:]
20 compute 1 all meso/e/atom :pre
22 [Description:]
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
32 LAMMPS.
34 The value of the internal energy will be 0.0 for atoms not in the
35 specified compute group.
37 [Output info:]
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.
46 [Restrictions:]
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.
52 [Related commands:]
54 "dump custom"_dump.html
56 [Default:] none