flownet.parameters._fault_transmissibility module

class flownet.parameters._fault_transmissibility.FaultTransmissibility(distribution_values: 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 fault transmissibility multiplier values.

Parameters
  • distribution_values

    A dataframe with seven columns (“parameter”, “minimum”, “maximum”, “mean”, “base”, “stddev”, “distribution”) which state:

    • The name of the parameter,

    • The minimum value of the parameter (set to None if not applicable),

    • The maximum value of the parameter (set to None if not applicable),

    • The mean value of the parameter,

    • The mode of the parameter distribution (set to None if not applicable),

    • The standard deviation of the parameter,

    • The type of probability distribution,

  • network – FlowNet network instance.

_abc_impl = <_abc_data object>
render_output() dict

Creates FAULTS include content - which are given to the RUNSPEC and GRID section.

Returns

Include content for faults