Configuration file

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

The first input parameter in the configuration file is:

1#Set mpirun, the full path to the flow executable, and simulator flags (except --output-dir)
2flow = "flow --relaxed-max-pv-fraction=0 --enable-opm-rst-file=true --newton-min-iterations=1 --enable-tuning=true"

If flow is not in your path, then write the full path to the executable, as well as adding mpirun if this is supported in your machine (e.g., flow = “mpirun -np 8 /Users/dmar/Github/opm/build/opm-simulators/bin/flow –relaxed-max-pv-fraction=0”).