Separation property of a reservoir culture ========================================== .. note:: This example uses the :doc:`imperative interface <../tutorial/imperative-interface>`. This example constructs a microcircuit reservoir simulation that reproduces a classic seperation property experiment by `Maass et al. 2002 `__. To run this example, make sure to change into the ``3-interface-api`` directory within the `MiV-Simulator-Cases `__ repository. Then run the entire ``rc-separation.py`` script or execute each individual step below. .. literalinclude:: ../MiV-Simulator-Cases/3-interface-api/rc-separation.py :language: python :linenos: :lines: 10-270