Commit 9d0ec662 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@284 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent d8e3722a
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -97,10 +97,11 @@ boundary, the input data file must define the image flags for each
atom correctly, so that LAMMPS can "unwrap" the atoms into a valid
rigid body.
</P>
<P>Do not use this fix if you just want a group of atoms to remain 
stationary. A much better way to do this is to not include those atoms
in your integration fix (i.e. use "fix 1 mobile nve" instead of "fix 1
all nve", where "mobile" is the group of atoms that you want to move).
<P>You should not use this fix if you just want to hold group of atoms
stationary.  A better way to do this is to not include those atoms in
your time integration fix.  E.g. use "fix 1 mobile nve" instead of
"fix 1 all nve", where "mobile" is the group of atoms that you want to
move.
</P>
<P><B>Related commands:</B>
</P>
+5 −4
Original line number Diff line number Diff line
@@ -90,10 +90,11 @@ boundary, the input data file must define the image flags for each
atom correctly, so that LAMMPS can "unwrap" the atoms into a valid
rigid body.

Do not use this fix if you just want a group of atoms to remain 
stationary. A much better way to do this is to not include those atoms
in your integration fix (i.e. use "fix 1 mobile nve" instead of "fix 1
all nve", where "mobile" is the group of atoms that you want to move).
You should not use this fix if you just want to hold group of atoms
stationary.  A better way to do this is to not include those atoms in
your time integration fix.  E.g. use "fix 1 mobile nve" instead of
"fix 1 all nve", where "mobile" is the group of atoms that you want to
move.

[Related commands:]