diff --git a/doc/Section_errors.html b/doc/Section_errors.html index d4023ad812..015fe10d0d 100644 --- a/doc/Section_errors.html +++ b/doc/Section_errors.html @@ -181,6 +181,14 @@ the bond topologies you have defined.
dist = pairwise distance
eng = pairwise energy
diff --git a/doc/compute_pair_local.txt b/doc/compute_pair_local.txt
index e7b5520aca..30b7a05cb3 100644
--- a/doc/compute_pair_local.txt
+++ b/doc/compute_pair_local.txt
@@ -15,7 +15,7 @@ compute ID group-ID pair/local input1 input2 ... :pre
ID, group-ID are documented in "compute"_compute.html command :ulb,l
pair/local = style name of this compute command :l
zero or more keywords may be appended :l
-keyword = {dist} or {eng} or {force} or {fx} or {fy} or {fz} or {fN} :l
+keyword = {dist} or {eng} or {force} or {fx} or {fy} or {fz} or {pN} :l
{dist} = pairwise distance
{eng} = pairwise energy
{force} = pairwise force
diff --git a/doc/dump_modify.html b/doc/dump_modify.html
index 37a8ebf6ac..f5e313fdb4 100644
--- a/doc/dump_modify.html
+++ b/doc/dump_modify.html
@@ -336,12 +336,13 @@ pre-defined color names with new RBG values.
The element keyword applies only to the the dump cfg and image
styles. It associates element names (e.g. H, C, Fe) with LAMMPS atom
-types. In the case of dump cfg, it allows the AtomEye
-visualization package to read the dump file and render atoms with the
-appropriate size and color. In the case of dump image, the output
-images will follow the same AtomEye convention. An element
-name is specified for each atom type (1 to Ntype) in the simulation.
-The same element name can be given to multiple atom types.
+types. See the list of element names at the bottom of this page. In
+the case of dump cfg, it allows the AtomEye visualization
+package to read the dump file and render atoms with the appropriate
+size and color. In the case of dump image, the output images will
+follow the same AtomEye convention. An element name is
+specified for each atom type (1 to Ntype) in the simulation. The same
+element name can be given to multiple atom types.
@@ -546,6 +547,23 @@ box size stored with the snapshot.
+These are the standard 109 element names that LAMMPS pre-defines for
+use with the dump image and dump_modify commands.
+
+These are the 140 colors that LAMMPS pre-defines for use with the dump image and dump_modify commands. Additional colors can be defined with the dump_modify color command. The 3 diff --git a/doc/dump_modify.txt b/doc/dump_modify.txt index 758c54df87..7ad5133271 100644 --- a/doc/dump_modify.txt +++ b/doc/dump_modify.txt @@ -329,12 +329,13 @@ pre-defined color names with new RBG values. The {element} keyword applies only to the the dump {cfg} and {image} styles. It associates element names (e.g. H, C, Fe) with LAMMPS atom -types. In the case of dump {cfg}, it allows the "AtomEye"_atomeye -visualization package to read the dump file and render atoms with the -appropriate size and color. In the case of dump {image}, the output -images will follow the same "AtomEye"_atomeye convention. An element -name is specified for each atom type (1 to Ntype) in the simulation. -The same element name can be given to multiple atom types. +types. See the list of element names at the bottom of this page. In +the case of dump {cfg}, it allows the "AtomEye"_atomeye visualization +package to read the dump file and render atoms with the appropriate +size and color. In the case of dump {image}, the output images will +follow the same "AtomEye"_atomeye convention. An element name is +specified for each atom type (1 to Ntype) in the simulation. The same +element name can be given to multiple atom types. :link(atomeye,http://mt.seas.upenn.edu/Archive/Graphics/A) @@ -539,6 +540,23 @@ unwrap = no :ul :line +These are the standard 109 element names that LAMMPS pre-defines for +use with the "dump image"_dump_image.html and dump_modify commands. + +1-10 = "H", "He", "Li", "Be", "B", "C", "N", "O", "F", "Ne" +11-20 = "Na", "Mg", "Al", "Si", "P", "S", "Cl", "Ar", "K", "Ca" +21-30 = "Sc", "Ti", "V", "Cr", "Mn", "Fe", "Co", "Ni", "Cu", "Zn" +31-40 = "Ga", "Ge", "As", "Se", "Br", "Kr", "Rb", "Sr", "Y", "Zr" +41-50 = "Nb", "Mo", "Tc", "Ru", "Rh", "Pd", "Ag", "Cd", "In", "Sn" +51-60 = "Sb", "Te", "I", "Xe", "Cs", "Ba", "La", "Ce", "Pr", "Nd" +61-70 = "Pm", "Sm", "Eu", "Gd", "Tb", "Dy", "Ho", "Er", "Tm", "Yb" +71-80 = "Lu", "Hf", "Ta", "W", "Re", "Os", "Ir", "Pt", "Au", "Hg" +81-90 = "Tl", "Pb", "Bi", "Po", "At", "Rn", "Fr", "Ra", "Ac", "Th" +91-100 = "Pa", "U", "Np", "Pu", "Am", "Cm", "Bk", "Cf", "Es", "Fm" +101-109 = "Md", "No", "Lr", "Rf", "Db", "Sg", "Bh", "Hs", "Mt" :ul + +:line + These are the 140 colors that LAMMPS pre-defines for use with the "dump image"_dump_image.html and dump_modify commands. Additional colors can be defined with the dump_modify color command. The 3