This docker image contains the run-scripts for the paper:
Viscous fingering in fractured porous media
by Runar L. Berge, Inga Berre, Eirik Keilegavlen, and Jan M. Nordbotten

The easiest access to running the simulations is by running the main file:
main.py:    Main run script of the software.

The main run script acces the simulations from the paper by runnining the modules:
parallel_fractures.py:  Setup and run the parallel fracture geometry
brick_fractures.py:     Setup and run the brick fracture geometry
hexagon_fractures.py:   Setup and run the hexagon fracture geometry

To change the parameters for each simulation, please edit the corresponding
lines in the run scripts.

In adition to the run-scripts this container contains the utility functions:
boundary-conditions.py:	Module for periodic boundary conditions
data.py:               	Module for assigning data to a mixed dimensional grid
viscosity_solver.py 	Module for setting up and solving non-linear viscous flow
viz.py			Module for visualization.

A modified version of porepy is found in the subfolder:
pp/
