OPM Flow settings#
The flow variable defines the simulator command and its command-line
options.
flow#
Type: non-empty string
The value may include the executable name or full path, an MPI launcher, the number of processes, and any OPM Flow options.
Executable on PATH:
flow = "flow --enable-opm-rst-file=true"
Full executable path:
flow = "/path/to/flow --enable-opm-rst-file=true"
MPI execution:
flow = "mpirun -np 32 flow --partition-method=metis --enable-opm-rst-file=true"
Use version to select compatibility with the stable release or master branch. pyopmspe11 checks that the configured OPM Flow release is supported before running the simulation.
Note
OPM Flow is not required for pyopmspe11 -m deck. It is required for
simulation, data-processing, and plotting workflows.
See OPM Flow and the OPM Flow manual.