opm-simulators/opm/simulators/flow
Håkon Hægland f94553c5a7 Python bindings for the blackoil simulator.
A simplified version of PR #2518 that uses a deck filename to construct
the simulator.

After private discussion with @joakim-hove it was decided that the
construction of the blackoil simulator from Python using deck,
ecliseState, schedule and summaryConfig as constructor arguments from
\#2518 should be replaced by a constructor taking only the deck filename
as parameter.

A rewrite of the Python bindings for the blackoil simulator using
pybind11 as introduced in PR #2127. The new version uses the
refactored flow.cpp introduced in PR #2516 and thus avoids duplication
of the code in simulators.cpp.

This PR will be the starting point for implementing the Python bindings
introduced in PR #2403.
2020-05-11 15:03:17 +02:00
..
BlackoilModelEbos.hpp Refactor SimulatorReport system. 2020-05-07 16:13:39 +02:00
BlackoilModelParametersEbos.hpp Improve/fix well potential calculations for MultiSegmentWell. 2019-12-04 11:01:45 +01:00
countGlobalCells.hpp changed: replace boost::any with std::any 2020-02-19 11:20:16 +01:00
FlowMainEbos.hpp Avoid file-ending starting with S or A to not confuse comparison program. 2020-05-08 11:56:52 +02:00
Main.hpp Python bindings for the blackoil simulator. 2020-05-11 15:03:17 +02:00
MissingFeatures.cpp Remove 'MAXVALUE' From List of Missing Features 2020-05-10 14:38:17 +02:00
MissingFeatures.hpp Moved Flow-related classes and files to opm/simulators/flow. 2019-06-20 11:00:51 +02:00
NonlinearSolverEbos.hpp Use = rather than += when appropriate for reports. 2020-05-07 22:09:17 +02:00
SimulatorFullyImplicitBlackoilEbos.hpp Refactor SimulatorReport system. 2020-05-07 16:13:39 +02:00