git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / compute_smd_damage.txt
blobb6c75a3b204532003231bad5f7a61089e9544199
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/damage command :h3
11 [Syntax:]
13 compute ID group-ID smd/damage :pre
15 ID, group-ID are documented in "compute"_compute.html command
16 smd/damage = style name of this compute command :ul
18 [Examples:]
20 compute 1 all smd/damage :pre
22 [Description:]
24 Define a computation that calculates the damage status of SPH particles
25 according to the damage model which is defined via the SMD SPH pair styles, e.g., the maximum plastic strain failure criterion.
27 See "this PDF guide"_PDF/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS.
29 [Output Info:]
31 This compute calculates a per-particle vector, which can be accessed by
32 any command that uses per-particle values from a compute as input.  See
33 "How-to discussions, section 6.15"_Section_howto.html#howto_15
34 for an overview of LAMMPS output options.
36 The per-particle values are dimensionless an in the range of zero to one.
38 [Restrictions:]
40 This compute is part of the USER-SMD package.  It is only enabled if
41 LAMMPS was built with that package.  See the "Making LAMMPS"_Section_start.html#start_3
42 section for more info.
44 [Related commands:]
46 "smd/plastic_strain"_compute_smd_plastic_strain.html, "smd/tlsph_stress"_compute_smd_tlsph_stress.html
48 [Default:] none