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

This commit is contained in:
sjplimp
2014-05-09 15:12:05 +00:00
parent 90f055351f
commit 1e871c456e
2 changed files with 16 additions and 4 deletions

View File

@ -87,8 +87,10 @@ set to will be whatever the variable generates. If the <I>scale</I>
keyword is set to <I>yes</I>, then the value of the altered parameter will keyword is set to <I>yes</I>, then the value of the altered parameter will
be the initial value of that parameter multiplied by whatever the be the initial value of that parameter multiplied by whatever the
variable generates. I.e. the variable is now a "scale factor" applied variable generates. I.e. the variable is now a "scale factor" applied
in (presumably) a time-varying fashion to the parameter. Internally, in (presumably) a time-varying fashion to the parameter.
the parameters themselves are actually altered; make sure you use the </P>
<P>Note that whether scale is <I>no</I> or <I>yes</I>, internally, the parameters
themselves are actually altered by this fix. Make sure you use the
<I>reset yes</I> option if you want the parameters to be restored to their <I>reset yes</I> option if you want the parameters to be restored to their
initial values after the run. initial values after the run.
</P> </P>
@ -215,6 +217,10 @@ discussion above describing the formulas associated with equal-style
variables. The new value is assigned to the corresponding attribute variables. The new value is assigned to the corresponding attribute
for all atoms in the fix group. for all atoms in the fix group.
</P> </P>
<P>IMPORTANT NOTE: The <I>atom</I> keyword works this way whether the <I>scale</I>
keyword is set to <I>no</I> or <I>yes</I>. I.e. the use of scale yes is not yet
supported by the <I>atom</I> keyword.
</P>
<P>If the atom parameter is <I>diameter</I> and per-atom density and per-atom <P>If the atom parameter is <I>diameter</I> and per-atom density and per-atom
mass are defined for particles (e.g. <A HREF = "atom_style.html">atom_style mass are defined for particles (e.g. <A HREF = "atom_style.html">atom_style
granular</A>), then the mass of each particle is also granular</A>), then the mass of each particle is also

View File

@ -75,8 +75,10 @@ set to will be whatever the variable generates. If the {scale}
keyword is set to {yes}, then the value of the altered parameter will keyword is set to {yes}, then the value of the altered parameter will
be the initial value of that parameter multiplied by whatever the be the initial value of that parameter multiplied by whatever the
variable generates. I.e. the variable is now a "scale factor" applied variable generates. I.e. the variable is now a "scale factor" applied
in (presumably) a time-varying fashion to the parameter. Internally, in (presumably) a time-varying fashion to the parameter.
the parameters themselves are actually altered; make sure you use the
Note that whether scale is {no} or {yes}, internally, the parameters
themselves are actually altered by this fix. Make sure you use the
{reset yes} option if you want the parameters to be restored to their {reset yes} option if you want the parameters to be restored to their
initial values after the run. initial values after the run.
@ -201,6 +203,10 @@ discussion above describing the formulas associated with equal-style
variables. The new value is assigned to the corresponding attribute variables. The new value is assigned to the corresponding attribute
for all atoms in the fix group. for all atoms in the fix group.
IMPORTANT NOTE: The {atom} keyword works this way whether the {scale}
keyword is set to {no} or {yes}. I.e. the use of scale yes is not yet
supported by the {atom} keyword.
If the atom parameter is {diameter} and per-atom density and per-atom If the atom parameter is {diameter} and per-atom density and per-atom
mass are defined for particles (e.g. "atom_style mass are defined for particles (e.g. "atom_style
granular"_atom_style.html), then the mass of each particle is also granular"_atom_style.html), then the mass of each particle is also