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/t/atom command :h3
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
20 compute 1 all meso/t/atom :pre
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
36 The value of the internal energy will be 0.0 for atoms not in the
37 specified compute group.
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.
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.
56 "dump custom"_dump.html