diff --git a/doc/compute.html b/doc/compute.html index cab6f21b22..a5e7195fa8 100644 --- a/doc/compute.html +++ b/doc/compute.html @@ -111,6 +111,7 @@ available in LAMMPS:
Syntax:
diff --git a/doc/compute_damage_atom.txt b/doc/compute_damage_atom.txt index cee83108ce..15753b137a 100644 --- a/doc/compute_damage_atom.txt +++ b/doc/compute_damage_atom.txt @@ -6,7 +6,7 @@ :line -compute damage/peri command :h3 +compute damage/atom command :h3 [Syntax:] diff --git a/doc/pair_peri_pmb.html b/doc/pair_peri_pmb.html index 026ecb71e5..3835444a61 100644 --- a/doc/pair_peri_pmb.html +++ b/doc/pair_peri_pmb.html @@ -22,31 +22,58 @@ pair_coeff * * 1.6863e22 0.0015001 0.0005 0.25Description:
-The peri/pmb style implements the peridynamic bond-based prototype -microelastic brittle (PMB) model. Please see the -PDLAMMPS user guide for more -details. +
Style peri/pmb style implements the Peridynamic bond-based prototype +microelastic brittle (PMB) model, which can be used to model materials +at the mesoscopic or macroscopic scale. The implementation of +Peridynamics in LAMMPS is described in (Parks). Also see the +PDLAMMPS user +guide for more +details about this particular potential.
-The syntax for the pair_coeff command is: +
The following coefficients must be defined for each pair of atom +types via the pair_coeff command as in the examples +above, or in the data file or restart files read by the +read_data or read_restart +commands, or by mixing as described below:
-pair_coeff type1 type2 c horizon s00 alpha --
The following coefficients must be defined for each pair of atoms types via -the pair_coeff command as in the examples above. -
-K is the spring constant for Peridynamic bonds, the horizon is a +cutoff distance for truncating interactions, and s00 and alpha are +used as a bond breaking criteria. See the users guide for more +details. +
+Mixing, shift, table, tail correction, restart, rRESPA info: +
+This pair style does not support mixing. Thus, coefficients for all +I,J pairs must be specified explicitly. +
+This pair style does not support the pair_modify +shift option. +
+The pair_modify table and tail options are not +relevant for this pair style. +
+This pair style writes its information to binary restart +files, so pair_style and pair_coeff commands do not need +to be specified in an input script that reads a restart file. +
+This pair style can only be used via the pair keyword of the +run_style respa command. It does not support the +inner, middle, outer keywords. +
Restrictions:
-The peri/pmb style is part of the "peridynamic" package. It is only -enabled if LAMMPS was built with that package (which it is not by -default). See the Making LAMMPS section for -more info. +
The peri/pmb style is part of the "peri" package. It is only +enabled if LAMMPS was built with that package. See the Making +LAMMPS section for more info.
Related commands:
@@ -54,4 +81,11 @@ more info.Default: none
+(Parks) Parks, Lehoucq, Plimpton, Silling, to appear in Comp Phys +Comm, (2008). +