flownet.parameters._permeability module
- class flownet.parameters._permeability.Permeability(distribution_values: pandas.core.frame.DataFrame, ti2ci: pandas.core.frame.DataFrame, network: flownet.network_model._network_model.NetworkModel)
Bases:
flownet.parameters._base_parameter.Parameter
Parameter type which takes care of stochastically drawn permeability values.
- Parameters
distribution_values – A dataframe with index equal to tube model index, and with three columns (‘minimum’, ‘maximum’, ‘loguniform’) which states the minimum allowed permeability value, maximum allowed permeability value, and one boolean value if it should be loguniform (False implies uniform).
ti2ci – A dataframe with index equal to tube model index, and one column which equals cell indices.
network – The FlowNet NetworkModel instance.
- _abc_impl = <_abc_data object>
- render_output() Dict
Creates PERMX, PERMY and PERMZ include content - which are given to the GRID section.
- Returns
PERMX, PERMY and PERMZ include content.