forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@388 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
537846b830
commit
ebd3424d33
|
@ -47,6 +47,12 @@ LAMMPS will warn you if your fixes are not ordered this way.
|
|||
</P>
|
||||
<P>Any dimension (xyz) that has a reflecting wall must be non-periodic.
|
||||
</P>
|
||||
<P>A reflecting wall cannot be used with rigid bodies such as those
|
||||
defined by a "fix rigid" command. This is because the wall/reflect
|
||||
displaces atoms directly rather than exerts a force on them. For
|
||||
rigid bodies, use a soft wall instead, such as <A HREF = "fix_wall_lj93.html">fix
|
||||
wall/lj93</A>.
|
||||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "fix_wall_lj93.html">fix wall/lj93</A> command
|
||||
|
|
|
@ -44,6 +44,12 @@ LAMMPS will warn you if your fixes are not ordered this way.
|
|||
|
||||
Any dimension (xyz) that has a reflecting wall must be non-periodic.
|
||||
|
||||
A reflecting wall cannot be used with rigid bodies such as those
|
||||
defined by a "fix rigid" command. This is because the wall/reflect
|
||||
displaces atoms directly rather than exerts a force on them. For
|
||||
rigid bodies, use a soft wall instead, such as "fix
|
||||
wall/lj93"_fix_wall_lj93.html.
|
||||
|
||||
[Related commands:]
|
||||
|
||||
"fix wall/lj93"_fix_wall_lj93.html command
|
||||
|
|
Loading…
Reference in New Issue