opm-simulators/opm/simulators
Håkon Hægland 946b5f5806 Refactor flow_ebos_blackoil.cpp (2)
NOTE: this pull request depends on #2555 which should be merged first.

A rewrite of the outdated PR #2543.

Refactors flow_ebos_blackoil.cpp such that we can choose not to execute
the whole simulation using the flowEbosBlackoilMain() function but
instead only initialize by calling flowEbosBlackoilMainInit(). This is
necessary to implement a Python step() method that can advance the
simulator one report step at a time.

Also adds a method initFlowEbosBlackoil() to Main.hpp that can be used
directly from the Python interface's BlackOilSimulator object to gain
access to the FlowMainEbos object before it has initialized the
simulation main loop.
2020-05-13 11:54:18 +02:00
..
aquifers changed: use AquiferConfig when setting up aquifers 2020-03-24 13:36:39 +01:00
flow Refactor flow_ebos_blackoil.cpp (2) 2020-05-13 11:54:18 +02:00
linalg Make only rank zero honor verbosity in flexible solvers. 2020-05-12 18:06:20 +02:00
timestepping Minor adjustments from review. 2020-05-08 09:21:25 +02:00
utils Update connection <-> segment implementation 2020-04-30 14:53:35 +02:00
wells Merge pull request #2600 from totto82/improve_msw_convergence_clean 2020-05-11 17:45:37 +02:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00