git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3400 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2009-11-13 00:04:38 +00:00
parent 60cdeb2ede
commit 19ed854aff
2 changed files with 8 additions and 4 deletions

View File

@ -57,11 +57,13 @@ This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>
</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
<P>A reflecting wall should not 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>.
wall/lj93</A>. LAMMPS will flag the use of a rigid
fix with fix wall/reflect with a warning, but will not generate an
error.
</P>
<P><B>Related commands:</B>
</P>

View File

@ -54,11 +54,13 @@ This fix is not invoked during "energy minimization"_minimize.html.
Any dimension (xyz) that has a reflecting wall must be non-periodic.
A reflecting wall cannot be used with rigid bodies such as those
A reflecting wall should not 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.
wall/lj93"_fix_wall_lj93.html. LAMMPS will flag the use of a rigid
fix with fix wall/reflect with a warning, but will not generate an
error.
[Related commands:]