diff --git a/doc/fix_wall_lj126.html b/doc/fix_wall_lj126.html index 78c9104af8..bc8ac35f15 100644 --- a/doc/fix_wall_lj126.html +++ b/doc/fix_wall_lj126.html @@ -13,7 +13,7 @@
Syntax:
-fix ID group-ID wall/lj126 style coord epsilon sigma cutoff +fix ID group-ID wall/lj126 style coord epsilon sigma cutoff keyword values ...
Examples:
fix wallhi all wall/lj126 xhi 10.0 1.0 1.0 1.12+
fix leftwall all wall/lj126 zlo 0.0 1.0 1.0 0.858 vel 1.0 +
Description:
Bound the simulation domain on one of its faces with a Lennard-Jones @@ -44,6 +54,12 @@ provided by the fix wall/lj93 command.
The wall potential is shifted so that the energy of a wall-particle interaction is 0.0 at the cutoff distance.
+If the vel keyword is specified, the position of wall will move during the +simulation, based on its initial position (coord) and the specified +velocity (vel). Note that if you do multiple runs, the initial position +of the indenter (x,y,z) does not change, so it will continue to move +at the specified velocity. +
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart @@ -80,6 +96,8 @@ being minimized), you MUST enable the fix_modify
fix wall/reflect, fix wall/lj93
-Default: none +
Default: +
+The option defaults are vel = 0.