Skip to content

opm⚓︎

Wrap OPM-flow

ebos ⚓︎

Bases: eclipse

Class for running OPM ebos with Eclipse input files. Inherits eclipse parent class for setting up and running simulations, and reading the results.

call_sim(folder=None, wait_for_proc=False) ⚓︎

Call OPM flow simulator via shell.

Parameters:

Name Type Description Default
folder str

Folder with runfiles.

None
wait_for_proc bool

Determines whether to wait for the process to be done or not.

False
Changelog
  • RJL 27/08-19

check_sim_end(finished_member=None) ⚓︎

Check in RPT file for "End of simulation" to see if OPM ebos is done.

Changelog
  • RJL 27/08-19

flow ⚓︎

Bases: eclipse

Class for running OPM flow with Eclipse input files. Inherits eclipse parent class for setting up and running simulations, and reading the results.

call_sim(folder=None, wait_for_proc=False) ⚓︎

Call OPM flow simulator via shell.

Parameters:

Name Type Description Default
folder str

Folder with runfiles.

None
wait_for_proc bool

Boolean determining if we wait for the process to be done or not.

False
Changelog
  • ST 18/10-18

check_sim_end(finished_member=None) ⚓︎

Check in RPT file for "End of simulation" to see if OPM flow is done.

Changelog
  • ST 19/10-18