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”).

Additional parameters

For different models than the co2store, new variables are used from the ones explained here. Then, in each of the configuration files, a short description of the variable is added, e.g., for the saltprec model, then the poro-perm relationship and the parameters per different facies can be set, see saltprec.toml.