equinor / flownet

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

Create connections for FlowNet with layers #242

Open olwijn opened 3 years ago

olwijn commented 3 years ago

Third step in creating support for layering in FlowNet:

  1. Create connections between nodes in the same layer a. Delaunay triangulation b. Connect neighbouring nodes based on local search
  2. Create connections between nodes in different layers - only create vertical connections to nodes that are neighbours in (X,Y) or (i,j) sense.

image image