git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / compute_meso_t_atom.txt
blob9e81b038f452c901aeb5dc3d0747e4df6cafd215
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/t/atom command :h3
11 [Syntax:]
13 compute ID group-ID meso/t/atom :pre
15 ID, group-ID are documented in "compute"_compute.html command
16 meso/t/atom = style name of this compute command :ul
18 [Examples:]
20 compute 1 all meso/t/atom :pre
22 [Description:]
24 Define a computation that calculates the per-atom internal temperature
25 for each atom in a group.
27 The internal temperature is the ratio of internal energy over the heat
28 capacity associated with the internal degrees of freedom of a mesoscopic
29 particles, e.g. a Smooth-Particle Hydrodynamics particle.
31 T_{int} = E_{int} / C_{V, int}
33 See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in
34 LAMMPS.
36 The value of the internal energy will be 0.0 for atoms not in the
37 specified compute group.
39 [Output info:]
41 This compute calculates a per-atom vector, which can be accessed by
42 any command that uses per-atom values from a compute as input.  See
43 "Section 6.15"_Section_howto.html#howto_15 for an overview of
44 LAMMPS output options.
46 The per-atom vector values will be in temperature "units"_units.html.
48 [Restrictions:]
50 This compute is part of the USER-SPH package.  It is only enabled if
51 LAMMPS was built with that package.  See the "Making
52 LAMMPS"_Section_start.html#start_3 section for more info.
54 [Related commands:]
56 "dump custom"_dump.html
58 [Default:] none