Reliability calculation

Classes

Model4aCalculation

Pre-defined system reliability calculation for Piping.

Module Contents

class Model4aCalculation(distributions, correlations=None, reliability_settings=None)

Bases: Systemcalculation

Pre-defined system reliability calculation for Piping.

Usage by calling the object, inserting the variable distributions and after that calling the run-method. The separate limit state models (uplift, heave and piping) are already pre-defined in the class.

Parameters:
  • distributions (List[Dict])

  • correlations (List[Tuple[str, str, float]])

  • reliability_settings (Dict[str, Union[str, float, int]])