equinor / snapwell

The Snapwell wellpath optimization tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor: ResSlice

pgdr opened this issue · comments

Make snapecl construct a ResSlice (wall) of the wellpath before running algorithm.

Instead of running findOwc and activeColumn successively on the wellpoints, construct the entire wall first (with inactive cells).

Consider splitting the wall vertically and adjusting for height (TVD).

This facilitates the use of DP / genetic algorithms.