git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / compute_smd_tlsph_defgrad.txt
blob68b5dffa1cf558df517156e61bc604604bbfa113
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 smd/tlsph/defgrad command :h3
11 [Syntax:]
13 compute ID group-ID smd/tlsph/defgrad :pre
15 ID, group-ID are documented in "compute"_compute.html command
16 smd/tlsph/defgrad = style name of this compute command :ul
18 [Examples:]
20 compute 1 all smd/tlsph/defgrad :pre
22 [Description:]
24 Define a computation that calculates the deformation gradient.  It is
25 only meaningful for particles which interact according to the
26 Total-Lagrangian SPH pair style.
28 See "this PDF guide"_PDF/SMD_LAMMPS_userguide.pdf to use Smooth
29 Mach Dynamics in LAMMPS.
31 [Output info:]
33 This compute outputss a per-particle vector of vectors (tensors),
34 which can be accessed by any command that uses per-particle values
35 from a compute as input. See "How-to discussions, section
36 6.15"_Section_howto.html#howto_15 for an overview of LAMMPS output
37 options.
39 The per-particle vector values will be given dimensionless. See
40 "units"_units.html.  The per-particle vector has 10 entries. The first
41 nine entries correspond to the xx, xy, xz, yx, yy, yz, zx, zy, zz
42 components of the asymmetric deformation gradient tensor. The tenth
43 entry is the determinant of the deformation gradient.
45 [Restrictions:]
47 This compute is part of the USER-SMD package.  It is only enabled if
48 LAMMPS was built with that package. See the "Making
49 LAMMPS"_Section_start.html#start_3 section for more info. TThis
50 compute can only be used for particles which interact via the total
51 Lagrangian SPH pair style.
53 [Related commands:]
55 "smd/hourglass/error"_compute_smd_hourglass_error.html
57 [Default:] none