diff --git a/doc/fix_addforce.html b/doc/fix_addforce.html index 9b3fe8f9e9..9017270cbc 100644 --- a/doc/fix_addforce.html +++ b/doc/fix_addforce.html @@ -13,11 +13,22 @@
Syntax:
-fix ID group-ID addforce fx fy fz +fix ID group-ID addforce fx fy fz keyword value ...-
region value = region-ID + region-ID = ID of region atoms must be in to have added force ++
Examples:
@@ -30,6 +41,10 @@ the group. This command can be used to give an additional push to atoms in a simulation, such as for a simulation of Poiseuille flow in a channel. +If the region keyword is used, the atom must also be in the +specified geometric region in order to have force added +to it. +
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart
diff --git a/doc/fix_addforce.txt b/doc/fix_addforce.txt
index 014db2b820..38bc06f834 100644
--- a/doc/fix_addforce.txt
+++ b/doc/fix_addforce.txt
@@ -10,11 +10,16 @@ fix addforce command :h3
[Syntax:]
-fix ID group-ID addforce fx fy fz :pre
+fix ID group-ID addforce fx fy fz keyword value ... :pre
-ID, group-ID are documented in "fix"_fix.html command
-addforce = style name of this fix command
-fx,fy,fz = force component values (force units) :ul
+ID, group-ID are documented in "fix"_fix.html command :ulb,l
+addforce = style name of this fix command :l
+fx,fy,fz = force component values (force units) :l
+zero or more keyword/value pairs may be appended to args :l
+keyword = {region} :l
+ {region} value = region-ID
+ region-ID = ID of region atoms must be in to have added force :pre
+:ule
[Examples:]
@@ -27,6 +32,10 @@ the group. This command can be used to give an additional push to
atoms in a simulation, such as for a simulation of Poiseuille flow in
a channel.
+If the {region} keyword is used, the atom must also be in the
+specified geometric "region"_region.html in order to have force added
+to it.
+
[Restart, fix_modify, output, run start/stop, minimize info:]
No information about this fix is written to "binary restart
diff --git a/doc/fix_aveforce.html b/doc/fix_aveforce.html
index 00f905165f..36fd348a86 100644
--- a/doc/fix_aveforce.html
+++ b/doc/fix_aveforce.html
@@ -13,16 +13,27 @@
Syntax:
Examples:
Description:
fix ID group-ID aveforce fx fy fz
+
fix ID group-ID aveforce fx fy fz keyword value ...
- region value = region-ID
+ region-ID = ID of region atoms must be in to have added force
+
+
fix pressdown topwall aveforce 0.0 -1.0 0.0
-fix 2 bottomwall aveforce NULL -1.0 0.0
+fix 2 bottomwall aveforce NULL -1.0 0.0 region top
If the region keyword is used, the atom must also be in the +specified geometric region in order to have force added +to it. +
Restart, fix_modify, output, run start/stop, minimize info: