equinor / flownet

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

Add option to remove flow path if permeability is below a threshold #341

Closed wouterjdb closed 3 years ago

wouterjdb commented 3 years ago

This PR adds the option to remove flow path if permeability is below a threshold


Contributor checklist

wouterjdb commented 3 years ago

Setting a threshold of 50 mD will result in (the grey tubes that have cells where below 50 mD and are now deactivated): image

edubarrosTNO commented 3 years ago

Setting a threshold of 50 mD will result in (the grey tubes that have cells where below 50 mD and are now deactivated):

Ok, so it looks like this threshold is indeed taking effect. One question that I have is: how would you choose such threshold? I mean, we already define the minimum permeability value in the config file. Would this new threshold be equal to that minimum value or slightly higher? Where do we draw the line?