Files
opm-simulators/flow
Håkon Hægland 2a1c1f9bfd Refactor flowEbosBlackoilMain()
Currently, the Python run() calls flowEbosBlackoilMain() to start the
simulation (which calls execute() in FlowMainEbos). The Python
step_init() method should also do the setup in flowEbosBlackoilMain()
but it should not call execute() directly. In order to avoid code
duplication for run() and step_init(), the initialization part of
flowEbosBlackoilMain() is isolated into a flowEbosBlackoilMain_init()
2020-02-26 12:45:53 +01:00
..
2020-01-09 14:14:38 +01:00