forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9266 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
1fbdf60757
commit
93e3045cfc
|
@ -45,9 +45,9 @@ either be primitive shapes (block, sphere, cylinder, etc) or
|
|||
combinations of primitive shapes specified via the <I>union</I> or
|
||||
<I>intersect</I> region styles. These latter styles can be used to
|
||||
construct particle containers with complex shapes. Regions can also
|
||||
change over time via keywords like <I>linear</I>, <I>wiggle</I>, and <I>rotate</I>,
|
||||
which when used with this fix, have the effect of moving the region
|
||||
surface in a prescribed manner.
|
||||
change over time via the <A HREF = "region.html">region</A> command keywords (move)
|
||||
and <I>rotate</I>. If such a region is used with this fix, then the of
|
||||
region surface will move over time in the corresponding manner.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: As discussed on the <A HREF = "region.html">region</A> command doc
|
||||
page, regions in LAMMPS do not get wrapped across periodic boundaries.
|
||||
|
|
|
@ -42,9 +42,9 @@ either be primitive shapes (block, sphere, cylinder, etc) or
|
|||
combinations of primitive shapes specified via the {union} or
|
||||
{intersect} region styles. These latter styles can be used to
|
||||
construct particle containers with complex shapes. Regions can also
|
||||
change over time via keywords like {linear}, {wiggle}, and {rotate},
|
||||
which when used with this fix, have the effect of moving the region
|
||||
surface in a prescribed manner.
|
||||
change over time via the "region"_region.html command keywords (move)
|
||||
and {rotate}. If such a region is used with this fix, then the of
|
||||
region surface will move over time in the corresponding manner.
|
||||
|
||||
IMPORTANT NOTE: As discussed on the "region"_region.html command doc
|
||||
page, regions in LAMMPS do not get wrapped across periodic boundaries.
|
||||
|
|
|
@ -73,7 +73,7 @@ style</A> to perform consistent short-range pairwise
|
|||
calculations. This means that the name of the pair style contains a
|
||||
matching keyword to the name of the KSpace style, as in this table:
|
||||
</P>
|
||||
<DIV ALIGN=center><TABLE WIDTH="0%" BORDER=1 >
|
||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||
<TR ALIGN="center"><TD >Pair style </TD><TD > KSpace style </TD></TR>
|
||||
<TR ALIGN="center"><TD >coul/long </TD><TD > ewald or pppm</TD></TR>
|
||||
<TR ALIGN="center"><TD >coul/msm </TD><TD > msm</TD></TR>
|
||||
|
|
Loading…
Reference in New Issue