git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12088 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -4388,7 +4388,7 @@ it turns off bonds that should contribute to the energy.
|
||||
|
||||
<DT><I>Fix srd requires ghost atoms store velocity</I>
|
||||
|
||||
<DD>Use the communicate vel yes command to enable this.
|
||||
<DD>Use the comm_modify vel yes command to enable this.
|
||||
|
||||
<DT><I>Fix srd requires newton pair on</I>
|
||||
|
||||
@ -6849,7 +6849,7 @@ rRESPA cutoffs.
|
||||
|
||||
<DT><I>Pair dpd requires ghost atoms store velocity</I>
|
||||
|
||||
<DD>Use the communicate vel yes command to enable this.
|
||||
<DD>Use the comm_modify vel yes command to enable this.
|
||||
|
||||
<DT><I>Pair gayberne epsilon a,b,c coeffs are not all set</I>
|
||||
|
||||
@ -6878,7 +6878,7 @@ have these 3 coefficients set at least once.
|
||||
|
||||
<DT><I>Pair granular requires ghost atoms store velocity</I>
|
||||
|
||||
<DD>Use the communicate vel yes command to enable this.
|
||||
<DD>Use the comm_modify vel yes command to enable this.
|
||||
|
||||
<DT><I>Pair granular with shear history requires newton pair off</I>
|
||||
|
||||
@ -6918,7 +6918,7 @@ rRESPA cutoffs.
|
||||
|
||||
<DT><I>Pair lubricate requires ghost atoms store velocity</I>
|
||||
|
||||
<DD>Use the communicate vel yes command to enable this.
|
||||
<DD>Use the comm_modify vel yes command to enable this.
|
||||
|
||||
<DT><I>Pair lubricate requires monodisperse particles</I>
|
||||
|
||||
@ -6934,7 +6934,7 @@ rRESPA cutoffs.
|
||||
|
||||
<DT><I>Pair lubricate/poly requires ghost atoms store velocity</I>
|
||||
|
||||
<DD>Use the communicate vel yes command to enable this.
|
||||
<DD>Use the comm_modify vel yes command to enable this.
|
||||
|
||||
<DT><I>Pair lubricate/poly requires newton pair off</I>
|
||||
|
||||
@ -6946,7 +6946,7 @@ rRESPA cutoffs.
|
||||
|
||||
<DT><I>Pair lubricateU requires ghost atoms store velocity</I>
|
||||
|
||||
<DD>Use the communicate vel yes command to enable this.
|
||||
<DD>Use the comm_modify vel yes command to enable this.
|
||||
|
||||
<DT><I>Pair lubricateU requires monodisperse particles</I>
|
||||
|
||||
@ -6954,7 +6954,7 @@ rRESPA cutoffs.
|
||||
|
||||
<DT><I>Pair lubricateU/poly requires ghost atoms store velocity</I>
|
||||
|
||||
<DD>Use the communicate vel yes command to enable this.
|
||||
<DD>Use the comm_modify vel yes command to enable this.
|
||||
|
||||
<DT><I>Pair lubricateU/poly requires newton pair off</I>
|
||||
|
||||
|
||||
@ -4384,7 +4384,7 @@ Self-explanatory. :dd
|
||||
|
||||
{Fix srd requires ghost atoms store velocity} :dt
|
||||
|
||||
Use the communicate vel yes command to enable this. :dd
|
||||
Use the comm_modify vel yes command to enable this. :dd
|
||||
|
||||
{Fix srd requires newton pair on} :dt
|
||||
|
||||
@ -6845,7 +6845,7 @@ Two atoms are further apart than the pairwise table allows. :dd
|
||||
|
||||
{Pair dpd requires ghost atoms store velocity} :dt
|
||||
|
||||
Use the communicate vel yes command to enable this. :dd
|
||||
Use the comm_modify vel yes command to enable this. :dd
|
||||
|
||||
{Pair gayberne epsilon a,b,c coeffs are not all set} :dt
|
||||
|
||||
@ -6874,7 +6874,7 @@ Self-explanatory. :dd
|
||||
|
||||
{Pair granular requires ghost atoms store velocity} :dt
|
||||
|
||||
Use the communicate vel yes command to enable this. :dd
|
||||
Use the comm_modify vel yes command to enable this. :dd
|
||||
|
||||
{Pair granular with shear history requires newton pair off} :dt
|
||||
|
||||
@ -6914,7 +6914,7 @@ Self-explanatory. :dd
|
||||
|
||||
{Pair lubricate requires ghost atoms store velocity} :dt
|
||||
|
||||
Use the communicate vel yes command to enable this. :dd
|
||||
Use the comm_modify vel yes command to enable this. :dd
|
||||
|
||||
{Pair lubricate requires monodisperse particles} :dt
|
||||
|
||||
@ -6930,7 +6930,7 @@ One of the particles has radius 0.0. :dd
|
||||
|
||||
{Pair lubricate/poly requires ghost atoms store velocity} :dt
|
||||
|
||||
Use the communicate vel yes command to enable this. :dd
|
||||
Use the comm_modify vel yes command to enable this. :dd
|
||||
|
||||
{Pair lubricate/poly requires newton pair off} :dt
|
||||
|
||||
@ -6942,7 +6942,7 @@ Self-explanatory. :dd
|
||||
|
||||
{Pair lubricateU requires ghost atoms store velocity} :dt
|
||||
|
||||
Use the communicate vel yes command to enable this. :dd
|
||||
Use the comm_modify vel yes command to enable this. :dd
|
||||
|
||||
{Pair lubricateU requires monodisperse particles} :dt
|
||||
|
||||
@ -6950,7 +6950,7 @@ All particles must be the same finite size. :dd
|
||||
|
||||
{Pair lubricateU/poly requires ghost atoms store velocity} :dt
|
||||
|
||||
Use the communicate vel yes command to enable this. :dd
|
||||
Use the comm_modify vel yes command to enable this. :dd
|
||||
|
||||
{Pair lubricateU/poly requires newton pair off} :dt
|
||||
|
||||
|
||||
@ -175,8 +175,8 @@ number of "dangerous" reneighborings (printed at the end of a
|
||||
simulation), you should experiment with forcing reneighboring more
|
||||
often and see if system energies/trajectories change.
|
||||
</P>
|
||||
<P>These pair styles requires you to use the <A HREF = "communicate.html">communicate vel
|
||||
yes</A> option so that velocites are stored by ghost
|
||||
<P>These pair styles requires you to use the <A HREF = "comm_modify.html">comm_modify vel
|
||||
yes</A> command so that velocites are stored by ghost
|
||||
atoms.
|
||||
</P>
|
||||
<P>These pair styles will not restart exactly when using the
|
||||
|
||||
@ -167,8 +167,8 @@ number of "dangerous" reneighborings (printed at the end of a
|
||||
simulation), you should experiment with forcing reneighboring more
|
||||
often and see if system energies/trajectories change.
|
||||
|
||||
These pair styles requires you to use the "communicate vel
|
||||
yes"_communicate.html option so that velocites are stored by ghost
|
||||
These pair styles requires you to use the "comm_modify vel
|
||||
yes"_comm_modify.html command so that velocites are stored by ghost
|
||||
atoms.
|
||||
|
||||
These pair styles will not restart exactly when using the
|
||||
|
||||
@ -296,8 +296,8 @@ such as radius, radial velocity, and radital force, as defined by the
|
||||
<A HREF = "atom_style.html">atom_style</A>. The <I>electron</I> atom style does all of
|
||||
this.
|
||||
</P>
|
||||
<P>Thes pair styles require you to use the <A HREF = "communicate.html">communicate vel
|
||||
yes</A> option so that velocites are stored by ghost
|
||||
<P>Thes pair styles require you to use the <A HREF = "comm_modify.html">comm_modify vel
|
||||
yes</A> command so that velocites are stored by ghost
|
||||
atoms.
|
||||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
|
||||
@ -289,8 +289,8 @@ such as radius, radial velocity, and radital force, as defined by the
|
||||
"atom_style"_atom_style.html. The {electron} atom style does all of
|
||||
this.
|
||||
|
||||
Thes pair styles require you to use the "communicate vel
|
||||
yes"_communicate.html option so that velocites are stored by ghost
|
||||
Thes pair styles require you to use the "comm_modify vel
|
||||
yes"_comm_modify.html command so that velocites are stored by ghost
|
||||
atoms.
|
||||
|
||||
[Related commands:]
|
||||
|
||||
@ -243,8 +243,8 @@ LAMMPS</A> section for more info.
|
||||
require a per-particle radius is stored. The <I>sphere</I> atom style does
|
||||
all of this.
|
||||
</P>
|
||||
<P>This pair style requires you to use the <A HREF = "communicate.html">communicate vel
|
||||
yes</A> option so that velocites are stored by ghost
|
||||
<P>This pair style requires you to use the <A HREF = "comm_modify.html">comm_modify vel
|
||||
yes</A> command so that velocites are stored by ghost
|
||||
atoms.
|
||||
</P>
|
||||
<P>These pair styles will not restart exactly when using the
|
||||
|
||||
@ -229,8 +229,8 @@ These pair styles require that atoms store torque and angular velocity
|
||||
require a per-particle radius is stored. The {sphere} atom style does
|
||||
all of this.
|
||||
|
||||
This pair style requires you to use the "communicate vel
|
||||
yes"_communicate.html option so that velocites are stored by ghost
|
||||
This pair style requires you to use the "comm_modify vel
|
||||
yes"_comm_modify.html command so that velocites are stored by ghost
|
||||
atoms.
|
||||
|
||||
These pair styles will not restart exactly when using the
|
||||
|
||||
Reference in New Issue
Block a user