Configuration file

The following configuration file is available in the examples folder in the GitHub repository as co2.txt and in the examples documentation section the simulation results are shown.

The first input parameter in the configuration file is:

1"""Set the full path to the flow executable and flags"""
2flow --enable-opm-rst-file=true

If flow is not in your path, then write the full path to the executable (e.g., /Users/dmar/Github/opm/build/opm-simulators/bin/flow). We also add in the same line as many flags as required (see the OPM Flow documentation here).

Note

If you have installed flow with MPI support, then you can run the simulations in parallel by adding mpirun -np N flow … where N is the number of cpus.