Skip to content

Commit

Permalink
Remove mention of inexistent OIF features
Browse files Browse the repository at this point in the history
These features were removed in espressomd#3385.
  • Loading branch information
jngrad committed Mar 6, 2020
1 parent 0436a79 commit 83f09d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
5 changes: 2 additions & 3 deletions doc/sphinx/advanced_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,9 @@ Description of sample script
.. note::

The following features are required:
``LB``, ``LB_BOUNDARIES``,
``LB_BOUNDARIES``,
``EXTERNAL_FORCES``,
``MASS``, ``OIF_LOCAL_FORCES``,
``OIF_GLOBAL_FORCES``, ``SOFT_SPHERE``
``MASS``, ``SOFT_SPHERE``

The script described in this section is available in :file:`samples/object-in-fluid/motivation.py` and also at
`http://cell-in-fluid.fri.uniza.sk/en/content/oif-espresso
Expand Down
4 changes: 0 additions & 4 deletions doc/sphinx/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,10 +488,6 @@ Fluid dynamics and fluid structure interaction
- ``EK_DOUBLE_PREC``
- ``OIF_LOCAL_FORCES``
- ``OIF_GLOBAL_FORCES``
.. _Interaction features:
Expand Down
10 changes: 0 additions & 10 deletions doc/sphinx/inter_bonded.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,6 @@ modeling objects are described in section :ref:`Object-in-fluid`.
OIF local forces
~~~~~~~~~~~~~~~~

.. note::

Requires ``OIF_GLOBAL_FORCES`` feature.


OIF local forces are available through the :class:`espressomd.interactions.OifLocalForces` class.

This type of interaction is available for closed 3D immersed objects flowing in the LB flow.
Expand Down Expand Up @@ -598,11 +593,6 @@ larger than :math:`\pi`, then the inner angle is concave.
OIF global forces
~~~~~~~~~~~~~~~~~

.. note::

Requires ``OIF_GLOBAL_FORCES`` feature.


OIF global forces are available through the
:class:`espressomd.interactions.OifGlobalForces` class.

Expand Down

0 comments on commit 83f09d1

Please sign in to comment.