OPM / pyopmspe11

A Python framework using OPM Flow for the SPE11 benchmark project
http://OPM.github.io/pyopmspe11/
MIT License
9 stars 11 forks source link

Improvements in the spatial reporting data #42

Closed daavid00 closed 9 months ago

daavid00 commented 9 months ago

The intensive variables (e.g., pressure) are mapped from the closest cell in the simulation grid to the reporting grid, while the co2 mass maps weights the contributions by the cell overlapping in the simulation and reporting grid. In addition, now we use rtree which improves the computational time (tested with 10M cells, generating the data in ca. minutes).