add Note to damping/cundall documentation about fix order. Remove fix order warning from fix viscous/sphere
This commit is contained in:
@ -68,6 +68,15 @@ followed by the atom type and the associated scale factor. Alternately the
|
||||
scaling factor can be computed for each atom (e.g. based on its radius) by
|
||||
using an :doc:`atom-style variable <variable>`.
|
||||
|
||||
.. Note::
|
||||
|
||||
The damping force/torque is computed based on the force/torque at the moment
|
||||
this fix is invoked. Any force/torque added after this fix, e.g., by
|
||||
:doc:`fix addforce <fix_addforce>` or :doc:`fix addtorque <fix_addtorque>`
|
||||
will not be damped. When performing simulations with gravity, invoking
|
||||
:doc:`fix gravity <fix_gravity>` after this fix will maintain the specified
|
||||
gravitational acceleration.
|
||||
|
||||
.. Note::
|
||||
|
||||
This scheme is dependent on the coordinates system and does not correspond to
|
||||
|
||||
Reference in New Issue
Block a user