flownet icon indicating copy to clipboard operation
flownet copied to clipboard

Permeability class obsolete

Open olelod opened this issue 4 years ago • 2 comments

The permeability class seems not to be used in the code anymore. Both the initialization and rendering of output is handled by the Porv_poro_trans class (docstring needs updating). Can it simply be removed?

https://github.com/equinor/flownet/blob/master/src/flownet/parameters/_permeability.py https://github.com/equinor/flownet/blob/master/src/flownet/parameters/_porv_poro_trans.py

olelod avatar Jan 06 '21 10:01 olelod

Permeability is not part of the pickled parameters:

image

olelod avatar Jan 06 '21 11:01 olelod

Seems like a good idea.

Looking at https://github.com/equinor/flownet/blob/6eb0fd57d1a328567a46b68b0afdf17aa6117f56/src/flownet/parameters/_porv_poro_trans.py#L124-L132

suggests that the PERM is not rendered there, but it actually is.

wouterjdb avatar Jan 06 '21 13:01 wouterjdb