git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / compute_smd_plastic_strain_rate.txt
blobba7b3176dbf538f25802ec53eb0e4a12b2db3cff
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/plastic/strain/rate command :h3
11 [Syntax:]
13 compute ID group-ID smd/plastic/strain/rate :pre
15 ID, group-ID are documented in "compute"_compute.html command
16 smd/plastic/strain/rate = style name of this compute command :ul
18 [Examples:]
20 compute 1 all smd/plastic/strain/rate :pre
22 [Description:]
24 Define a computation that outputs the time rate of the equivalent
25 plastic strain.  This command is only meaningful if a material model
26 with plasticity is defined.
28 See "this PDF guide"_PDF/SMD_LAMMPS_userguide.pdf to use Smooth
29 Mach Dynamics in LAMMPS.
31 [Output Info:]
33 This compute calculates a per-particle vector, which can be accessed
34 by any command that uses per-particle values from a compute as input.
35 See "How-to discussions, section 6.15"_Section_howto.html#howto_15 for
36 an overview of LAMMPS output options.
38 The per-particle values will be given in "units"_units.html of one over time.
40 [Restrictions:]
42 This compute is part of the USER-SMD package.  It is only enabled if
43 LAMMPS was built with that package.  See the "Making
44 LAMMPS"_Section_start.html#start_3 section for more info. This compute
45 can only be used for particles which interact via the updated
46 Lagrangian or total Lagrangian SPH pair styles.
48 [Related commands:]
50 "smd/plastic/strain"_compute_smd_plastic_strain.html,
51 "smd/tlsph/strain/rate"_compute_smd_tlsph_strain_rate.html,
52 "smd/tlsph/strain"_compute_smd_tlsph_strain.html
54 [Default:] none