OPM / ResInsight

3D viewer and post processing of reservoir models
http://resinsight.org/
GNU General Public License v3.0
173 stars 91 forks source link

Investigate import of grid models using opm-common #10516

Open magnesj opened 10 months ago

magnesj commented 10 months ago

libeclreports out of range for large grids. Investigate how large grids can be imported using opm-common, and potentially data from INIT/UNRST using existing code from libecl.

Features

Main grid

Grid results

Simulation wells

Other

Developer notes

Well data

Investigate how well data can be imported using https://github.com/OPM/opm-common/blob/99e3608bf36deac109b1ecb3f42fe0ac543f6140/opm/io/eclipse/rst/state.hpp#L59-L62

https://github.com/OPM/opm-common/blob/master/opm/output/eclipse/VectorItems/well.hpp • brønnavn ligger i tabell ZWEL.
• Brønntype i IWEL • Datum dyp i SWEL https://github.com/OPM/opm-common/blob/master/src/opm/io/eclipse/rst/well.cpp#L143

Test branch

Test branch able to import geometry and active cell information. https://github.com/OPM/ResInsight/tree/import-grid-geo-opm-common

magnesj commented 10 months ago

See also https://github.com/OPM/ResInsight/issues/7700 https://github.com/OPM/ResInsight/issues/5716