From 83f09d126ae5c3b530c2f2f7d53768f895e453c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Fri, 6 Mar 2020 11:49:20 +0100 Subject: [PATCH] Remove mention of inexistent OIF features These features were removed in #3385. --- doc/sphinx/advanced_methods.rst | 5 ++--- doc/sphinx/installation.rst | 4 ---- doc/sphinx/inter_bonded.rst | 10 ---------- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/doc/sphinx/advanced_methods.rst b/doc/sphinx/advanced_methods.rst index a2bc9b18f7e..38ad2c3feef 100644 --- a/doc/sphinx/advanced_methods.rst +++ b/doc/sphinx/advanced_methods.rst @@ -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 diff --git a/doc/sphinx/installation.rst b/doc/sphinx/installation.rst index 10d62079881..2510ab0fafc 100644 --- a/doc/sphinx/installation.rst +++ b/doc/sphinx/installation.rst @@ -488,10 +488,6 @@ Fluid dynamics and fluid structure interaction - ``EK_DOUBLE_PREC`` -- ``OIF_LOCAL_FORCES`` - -- ``OIF_GLOBAL_FORCES`` - .. _Interaction features: diff --git a/doc/sphinx/inter_bonded.rst b/doc/sphinx/inter_bonded.rst index 0ad322c561f..431b0eea5d0 100644 --- a/doc/sphinx/inter_bonded.rst +++ b/doc/sphinx/inter_bonded.rst @@ -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. @@ -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.