git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12058 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-06-02 16:17:38 +00:00
parent 0f826e273c
commit a45707b5e4
2 changed files with 20 additions and 10 deletions

View File

@ -150,11 +150,16 @@ for details of how to specify a group or region.
change, for the selected atoms. change, for the selected atoms.
</P> </P>
<P>Note that except where explicitly prohibited below, all of the <P>Note that except where explicitly prohibited below, all of the
keywords allow an <A HREF = "variable.html">atom-style variable</A> to be used as keywords allow an <A HREF = "variable.html">atom-style or atomfile-style
the specified value(s). If the value is a variable, it should be variable</A> to be used as the specified value(s). If the
specified as v_name, where name is the variable name. In this case, value is a variable, it should be specified as v_name, where name is
the variable will be evaluated, and its resulting per-atom value used the variable name. In this case, the variable will be evaluated, and
to determine the value assigned to each selected atom. its resulting per-atom value used to determine the value assigned to
each selected atom. Note that the per-atom value from the variable
will be ignored for atoms that are not selected via the <I>style</I> and
<I>ID</I> settings explained above. A simple way to use per-atom values
from the variable to reset a property for all atoms is to use style
<I>atom</I> with <I>ID</I> = "*"; this selects all atom IDs.
</P> </P>
<P>Atom-style variables can specify formulas with various mathematical <P>Atom-style variables can specify formulas with various mathematical
functions, and include <A HREF = "thermo_style.html">thermo_style</A> command functions, and include <A HREF = "thermo_style.html">thermo_style</A> command

View File

@ -146,11 +146,16 @@ This section describes the keyword options for which properties to
change, for the selected atoms. change, for the selected atoms.
Note that except where explicitly prohibited below, all of the Note that except where explicitly prohibited below, all of the
keywords allow an "atom-style variable"_variable.html to be used as keywords allow an "atom-style or atomfile-style
the specified value(s). If the value is a variable, it should be variable"_variable.html to be used as the specified value(s). If the
specified as v_name, where name is the variable name. In this case, value is a variable, it should be specified as v_name, where name is
the variable will be evaluated, and its resulting per-atom value used the variable name. In this case, the variable will be evaluated, and
to determine the value assigned to each selected atom. its resulting per-atom value used to determine the value assigned to
each selected atom. Note that the per-atom value from the variable
will be ignored for atoms that are not selected via the {style} and
{ID} settings explained above. A simple way to use per-atom values
from the variable to reset a property for all atoms is to use style
{atom} with {ID} = "*"; this selects all atom IDs.
Atom-style variables can specify formulas with various mathematical Atom-style variables can specify formulas with various mathematical
functions, and include "thermo_style"_thermo_style.html command functions, and include "thermo_style"_thermo_style.html command