equinor / flownet

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

Allow for multiple separated network in a single FlowNet #276

Closed wouterjdb closed 3 years ago

wouterjdb commented 3 years ago

This issue is to support a stepwise implementation of a layered FlowNet approach. This issue describes a feature that allows for the generation of 2 or more independent network in a single FlowNet.

What Allow for multiple networks to be generated in a single FlowNet that are only communicating via well connections. This can be achieved relatively straight forward with the current code and can serve as a proof of concept that history matching performance could be improved by a layered approach.

How


The first three tasks are addressed in issue #277, PR #279.

This task is addressed in PR #287.



PR #304.

tayloris commented 3 years ago

In issue #171, we discuss the possibility to influence the network generation using flow diagnostic. Maybe we could an option to indicate which wells will communicate with each layer. In that way, the nodes that are created in that layer will connect with the wells specified by the user.

wouterjdb commented 3 years ago

In essence we do that based on the geological formations where wells are perforated. However, this of course does not give us communication wells due to juxtaposition.

For now, however, we are taking the simple step of fully disconnected networks. A next step should be to include in a better way faults, and juxtaposition, and there information from flow diagnostics could be incorporated.