forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11951 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
90f055351f
commit
1e871c456e
|
@ -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
|
||||
be the initial value of that parameter multiplied by whatever the
|
||||
variable generates. I.e. the variable is now a "scale factor" applied
|
||||
in (presumably) a time-varying fashion to the parameter. Internally,
|
||||
the parameters themselves are actually altered; make sure you use the
|
||||
in (presumably) a time-varying fashion to the parameter.
|
||||
</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
|
||||
initial values after the run.
|
||||
</P>
|
||||
|
@ -215,6 +217,10 @@ discussion above describing the formulas associated with equal-style
|
|||
variables. The new value is assigned to the corresponding attribute
|
||||
for all atoms in the fix group.
|
||||
</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
|
||||
mass are defined for particles (e.g. <A HREF = "atom_style.html">atom_style
|
||||
granular</A>), then the mass of each particle is also
|
||||
|
|
|
@ -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
|
||||
be the initial value of that parameter multiplied by whatever the
|
||||
variable generates. I.e. the variable is now a "scale factor" applied
|
||||
in (presumably) a time-varying fashion to the parameter. Internally,
|
||||
the parameters themselves are actually altered; make sure you use the
|
||||
in (presumably) a time-varying fashion to the parameter.
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
mass are defined for particles (e.g. "atom_style
|
||||
granular"_atom_style.html), then the mass of each particle is also
|
||||
|
|
Loading…
Reference in New Issue