forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1904 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
7ac6937467
commit
f92ff11324
|
@ -58,7 +58,9 @@ other type pairs have a much shorter cutoff. For style <I>multi</I> the
|
|||
bin size is set to 1/2 of the shortest cutoff distance and multiple
|
||||
sets of bins are defined to search over for different atom types.
|
||||
This imposes some extra setup overhead, but the searches themselves
|
||||
may be much faster for the short-cutoff cases.
|
||||
may be much faster for the short-cutoff cases. See the <A HREF = "communicate.html">communicate
|
||||
multi</A> command for a communication option option that
|
||||
may also be beneficial for simulations of this kind.
|
||||
</P>
|
||||
<P>The <A HREF = "neigh_modify.html">neigh_modify</A> command has additional options
|
||||
that control how often neighbor lists are built and which pairs are
|
||||
|
@ -73,7 +75,8 @@ section</A> for details.
|
|||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "neigh_modify.html">neigh_modify</A>, <A HREF = "units.html">units</A>
|
||||
<P><A HREF = "neigh_modify.html">neigh_modify</A>, <A HREF = "units.html">units</A>,
|
||||
<A HREF = "communicate.html">communicate</A>
|
||||
</P>
|
||||
<P><B>Default:</B>
|
||||
</P>
|
||||
|
|
|
@ -55,7 +55,9 @@ other type pairs have a much shorter cutoff. For style {multi} the
|
|||
bin size is set to 1/2 of the shortest cutoff distance and multiple
|
||||
sets of bins are defined to search over for different atom types.
|
||||
This imposes some extra setup overhead, but the searches themselves
|
||||
may be much faster for the short-cutoff cases.
|
||||
may be much faster for the short-cutoff cases. See the "communicate
|
||||
multi"_communicate.html command for a communication option option that
|
||||
may also be beneficial for simulations of this kind.
|
||||
|
||||
The "neigh_modify"_neigh_modify.html command has additional options
|
||||
that control how often neighbor lists are built and which pairs are
|
||||
|
@ -70,7 +72,8 @@ section"_Section_start.html#2_7 for details.
|
|||
|
||||
[Related commands:]
|
||||
|
||||
"neigh_modify"_neigh_modify.html, "units"_units.html
|
||||
"neigh_modify"_neigh_modify.html, "units"_units.html,
|
||||
"communicate"_communicate.html
|
||||
|
||||
[Default:]
|
||||
|
||||
|
|
|
@ -112,6 +112,12 @@ rule-of-thumb is to use a colloid-solvent cutoff that is half the big
|
|||
diameter + 4 times the small diameter. I.e. 9 = 5 + 4 for the
|
||||
colloid-solvent cutoff in this case.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: When using pair_style colloid for a mixture with 2 (or
|
||||
more) widely different particles sizes (e.g. sigma=10 colloids in a
|
||||
background sigam=1 LJ fluid), you will likely want to use these
|
||||
commands for efficiency: <A HREF = "neighbor.html">neighbor multi</A> and
|
||||
<A HREF = "communicate.html">communicate multi</A>.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>:
|
||||
|
|
|
@ -109,6 +109,12 @@ rule-of-thumb is to use a colloid-solvent cutoff that is half the big
|
|||
diameter + 4 times the small diameter. I.e. 9 = 5 + 4 for the
|
||||
colloid-solvent cutoff in this case.
|
||||
|
||||
IMPORTANT NOTE: When using pair_style colloid for a mixture with 2 (or
|
||||
more) widely different particles sizes (e.g. sigma=10 colloids in a
|
||||
background sigam=1 LJ fluid), you will likely want to use these
|
||||
commands for efficiency: "neighbor multi"_neighbor.html and
|
||||
"communicate multi"_communicate.html.
|
||||
|
||||
:line
|
||||
|
||||
[Mixing, shift, table, tail correction, restart, rRESPA info]:
|
||||
|
|
Loading…
Reference in New Issue