equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

Fix issues related to generating a FlowNet from 2D input #413

Closed olelod closed 3 years ago

olelod commented 3 years ago

When all completions/wells are at the same depth, the Delauney triangulation can be performed in 2D and requires only 4 points (5 points in 3D). This PR fixes the algorithm so it works for such a problem as well.


Contributor checklist