Make a flow version that uses the polyhedreal grid

Currently the simulator creats the polyhedreal grid from an eclGrid from opm-common

TODO
 - make it possible to create the grid directly from DGF or MRST format
 - fix issue on norne.
This commit is contained in:
Tor Harald Sandve
2020-11-10 08:54:44 +01:00
parent fc3ce85be2
commit fbccdbf68e
8 changed files with 65 additions and 12 deletions

View File

@@ -19,7 +19,6 @@
#include <flow/flow_ebos_blackoil.hpp>
#include <opm/material/common/ResetLocale.hpp>
#include <opm/grid/CpGrid.hpp>
#include <opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp>
#include <opm/simulators/flow/FlowMainEbos.hpp>