git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1291 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -62,11 +62,11 @@ component) or can be the result of a <A HREF = "compute.html">compute</A> or
|
||||
variable must produce a per-atom quantity, not a global quantity.
|
||||
</P>
|
||||
<P><A HREF = "compute.html">Computes</A> that produce per-atom quantities are those
|
||||
which have the word <I>atom</I> in their style name. Currently the only
|
||||
fix that produces per-atom quantities is the <A HREF = "fix_ave_atom.html">fix
|
||||
ave/atom</A> command. <A HREF = "variable.html">Variables</A> of
|
||||
style <I>atom</I> are the only ones that can be used with this compute
|
||||
since all other variable stylse produce global quantities.
|
||||
which have the word <I>atom</I> in their style name. See the doc pages for
|
||||
individual <A HREF = "fix.html">fixes</A> to determine which ones produce per-atom
|
||||
quantities. <A HREF = "variable.html">Variables</A> of style <I>atom</I> are the only
|
||||
ones that can be used with this compute since all other variable
|
||||
styles produce global quantities.
|
||||
</P>
|
||||
<P>If a single value is specified this compute produces a global scalar
|
||||
value. If multiple values are specified, this compute produces a
|
||||
|
||||
@ -54,11 +54,11 @@ component) or can be the result of a "compute"_compute.html or
|
||||
variable must produce a per-atom quantity, not a global quantity.
|
||||
|
||||
"Computes"_compute.html that produce per-atom quantities are those
|
||||
which have the word {atom} in their style name. Currently the only
|
||||
fix that produces per-atom quantities is the "fix
|
||||
ave/atom"_fix_ave_atom.html command. "Variables"_variable.html of
|
||||
style {atom} are the only ones that can be used with this compute
|
||||
since all other variable stylse produce global quantities.
|
||||
which have the word {atom} in their style name. See the doc pages for
|
||||
individual "fixes"_fix.html to determine which ones produce per-atom
|
||||
quantities. "Variables"_variable.html of style {atom} are the only
|
||||
ones that can be used with this compute since all other variable
|
||||
styles produce global quantities.
|
||||
|
||||
If a single value is specified this compute produces a global scalar
|
||||
value. If multiple values are specified, this compute produces a
|
||||
|
||||
@ -258,10 +258,10 @@ the M-length per-atom vector calculated by the compute.
|
||||
<P>The <I>f_ID</I> and <I>f_ID[N]</I> keywords allow scalar or vector per-atom
|
||||
quantities calculated by a <A HREF = "fix.html">fix</A> to be output. The ID in the
|
||||
keyword should be replaced by the actual ID of the fix that has been
|
||||
defined previously in the input script. Currently the <A HREF = "fix_ave_atom.html">fix
|
||||
ave/atom</A> command is the only fix that calculates
|
||||
per-atom quantities. Since it can time-average per-atom quantities
|
||||
produced by any <A HREF = "compute.html">compute</A>, <A HREF = "fix.html">fix</A>, or atom-style
|
||||
defined previously in the input script. The <A HREF = "fix_ave_atom.html">fix
|
||||
ave/atom</A> command is one that calculates per-atom
|
||||
quantities. Since it can time-average per-atom quantities produced by
|
||||
any <A HREF = "compute.html">compute</A>, <A HREF = "fix.html">fix</A>, or atom-style
|
||||
<A HREF = "variable.html">variable</A>, this allows those time-averaged results to
|
||||
be written to a dump file.
|
||||
</P>
|
||||
|
||||
@ -248,10 +248,10 @@ the M-length per-atom vector calculated by the compute.
|
||||
The {f_ID} and {f_ID\[N\]} keywords allow scalar or vector per-atom
|
||||
quantities calculated by a "fix"_fix.html to be output. The ID in the
|
||||
keyword should be replaced by the actual ID of the fix that has been
|
||||
defined previously in the input script. Currently the "fix
|
||||
ave/atom"_fix_ave_atom.html command is the only fix that calculates
|
||||
per-atom quantities. Since it can time-average per-atom quantities
|
||||
produced by any "compute"_compute.html, "fix"_fix.html, or atom-style
|
||||
defined previously in the input script. The "fix
|
||||
ave/atom"_fix_ave_atom.html command is one that calculates per-atom
|
||||
quantities. Since it can time-average per-atom quantities produced by
|
||||
any "compute"_compute.html, "fix"_fix.html, or atom-style
|
||||
"variable"_variable.html, this allows those time-averaged results to
|
||||
be written to a dump file.
|
||||
|
||||
|
||||
@ -64,13 +64,11 @@ you wish to time-average global quantities from a compute, fix, or
|
||||
variable, then see the <A HREF = "fix_ave_time.html">fix ave/time</A> command.
|
||||
</P>
|
||||
<P><A HREF = "compute.html">Computes</A> that produce per-atom quantities are those
|
||||
which have the word <I>atom</I> in their style name. Currently the only
|
||||
fix that produces per-atom quantities is this fix itself, namely fix
|
||||
ave/atom. Thus this fix could be used to produce output that would be
|
||||
the input for another fix ave/atom command, though that would be a
|
||||
strange mode of use. <A HREF = "variable.html">Variables</A> of style <I>atom</I> are
|
||||
the only ones that can be used with this fix since all other styles of
|
||||
variable produce global quantities.
|
||||
which have the word <I>atom</I> in their style name. See the doc pages for
|
||||
inidividual <A HREF = "fix.html">fixes</A> to determine which ones produce per-atom
|
||||
quantities. <A HREF = "variable.html">Variables</A> of style <I>atom</I> are the only
|
||||
ones that can be used with this fix since all other styles of variable
|
||||
produce global quantities.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
|
||||
@ -53,13 +53,11 @@ you wish to time-average global quantities from a compute, fix, or
|
||||
variable, then see the "fix ave/time"_fix_ave_time.html command.
|
||||
|
||||
"Computes"_compute.html that produce per-atom quantities are those
|
||||
which have the word {atom} in their style name. Currently the only
|
||||
fix that produces per-atom quantities is this fix itself, namely fix
|
||||
ave/atom. Thus this fix could be used to produce output that would be
|
||||
the input for another fix ave/atom command, though that would be a
|
||||
strange mode of use. "Variables"_variable.html of style {atom} are
|
||||
the only ones that can be used with this fix since all other styles of
|
||||
variable produce global quantities.
|
||||
which have the word {atom} in their style name. See the doc pages for
|
||||
inidividual "fixes"_fix.html to determine which ones produce per-atom
|
||||
quantities. "Variables"_variable.html of style {atom} are the only
|
||||
ones that can be used with this fix since all other styles of variable
|
||||
produce global quantities.
|
||||
|
||||
:line
|
||||
|
||||
|
||||
@ -87,11 +87,11 @@ compute, fix, or variable, then see the <A HREF = "fix_ave_time.html">fix
|
||||
ave/time</A> command.
|
||||
</P>
|
||||
<P><A HREF = "compute.html">Computes</A> that produce per-atom quantities are those
|
||||
which have the word <I>atom</I> in their style name. Currently the only
|
||||
fix that produces per-atom quantities is <A HREF = "fix_ave_atom.html">fix
|
||||
ave/atom</A>. <A HREF = "variable.html">Variables</A> of style
|
||||
<I>atom</I> are the only ones that can be used with this fix since all
|
||||
other styles of variable produce global quantities.
|
||||
which have the word <I>atom</I> in their style name. See the doc pages for
|
||||
individual <A HREF = "fix.html">fixes</A> to determine which ones produce per-atom
|
||||
quantities. <A HREF = "variable.html">Variables</A> of style <I>atom</I> are the only
|
||||
ones that can be used with this fix since all other styles of variable
|
||||
produce global quantities.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
|
||||
@ -71,11 +71,11 @@ compute, fix, or variable, then see the "fix
|
||||
ave/time"_fix_ave_time.html command.
|
||||
|
||||
"Computes"_compute.html that produce per-atom quantities are those
|
||||
which have the word {atom} in their style name. Currently the only
|
||||
fix that produces per-atom quantities is "fix
|
||||
ave/atom"_fix_ave_atom.html. "Variables"_variable.html of style
|
||||
{atom} are the only ones that can be used with this fix since all
|
||||
other styles of variable produce global quantities.
|
||||
which have the word {atom} in their style name. See the doc pages for
|
||||
individual "fixes"_fix.html to determine which ones produce per-atom
|
||||
quantities. "Variables"_variable.html of style {atom} are the only
|
||||
ones that can be used with this fix since all other styles of variable
|
||||
produce global quantities.
|
||||
|
||||
:line
|
||||
|
||||
|
||||
@ -221,12 +221,12 @@ references, fix references, and references to other variables.
|
||||
<TR><TD >Other variables</TD><TD > v_abc, v_x, etc
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<P>Note that the formula for equal-style variables cannot use any formula
|
||||
element that produces per-atom values, namely atom vectors, a compute
|
||||
that produces per-atom values, a fix that produces per-atoms values,
|
||||
or an atom-style variable. The formula for atom-style variables can
|
||||
use these quantities, as well as quantities that produce a global
|
||||
scalar or vector, e.g. a compute or fix that produces global
|
||||
<P>Note that a formula for equal-style variables cannot use any formula
|
||||
element that produces per-atom values. This includes atom vectors, a
|
||||
compute that produces per-atom values, a fix that produces per-atoms
|
||||
values, or an atom-style variable. A formula for an atom-style
|
||||
variables can use these elements, as well as elements that produce a
|
||||
global scalar or vector, e.g. a compute or fix that produces global
|
||||
quantities.
|
||||
</P>
|
||||
<P>The thermo keywords allowed in a formula are those defined by the
|
||||
|
||||
@ -216,12 +216,12 @@ Compute references: c_ID, c_ID\[N\]
|
||||
Fix references: f_ID, f_ID\[N\]
|
||||
Other variables: v_abc, v_x, etc :tb(s=:)
|
||||
|
||||
Note that the formula for equal-style variables cannot use any formula
|
||||
element that produces per-atom values, namely atom vectors, a compute
|
||||
that produces per-atom values, a fix that produces per-atoms values,
|
||||
or an atom-style variable. The formula for atom-style variables can
|
||||
use these quantities, as well as quantities that produce a global
|
||||
scalar or vector, e.g. a compute or fix that produces global
|
||||
Note that a formula for equal-style variables cannot use any formula
|
||||
element that produces per-atom values. This includes atom vectors, a
|
||||
compute that produces per-atom values, a fix that produces per-atoms
|
||||
values, or an atom-style variable. A formula for an atom-style
|
||||
variables can use these elements, as well as elements that produce a
|
||||
global scalar or vector, e.g. a compute or fix that produces global
|
||||
quantities.
|
||||
|
||||
The thermo keywords allowed in a formula are those defined by the
|
||||
|
||||
Reference in New Issue
Block a user