diff --git a/doc/fix_setforce.html b/doc/fix_setforce.html index 92bb13545e..3e2582c711 100644 --- a/doc/fix_setforce.html +++ b/doc/fix_setforce.html @@ -38,6 +38,15 @@ alter the force component in that dimension.
The forces due to this fix are also imposed during an energy minimization, invoked by the minimize command.
+The total force on the group of atoms before it is reset is stored by +the fix and its components can be accessed during thermodynamic +print-out by using f_IDN where ID = he fix-ID and N = 1,2,3. See +the thermo_style custom command for details. Note +that the fix stores the total force on the group of atoms, but the +printed value may be normalized by the total number of atoms in the +simulation depending on the thermo_modify norm +option you are using. +
Restrictions: none
Related commands: diff --git a/doc/fix_setforce.txt b/doc/fix_setforce.txt index 8c0673cfbb..e611ae28cf 100644 --- a/doc/fix_setforce.txt +++ b/doc/fix_setforce.txt @@ -35,6 +35,15 @@ alter the force component in that dimension. The forces due to this fix are also imposed during an energy minimization, invoked by the "minimize"_minimize.html command. +The total force on the group of atoms before it is reset is stored by +the fix and its components can be accessed during thermodynamic +print-out by using f_ID[N] where ID = he fix-ID and N = 1,2,3. See +the "thermo_style custom"_thermo_style.html command for details. Note +that the fix stores the total force on the group of atoms, but the +printed value may be normalized by the total number of atoms in the +simulation depending on the "thermo_modify norm"_thermo_modify.html +option you are using. + [Restrictions:] none [Related commands:]