pystra.system#
System reliability limit-state composition.
This module provides a small topology layer for structural system reliability. It does not estimate system reliability directly. Instead, it composes component limit-state functions into a single scalar limit-state function that can be passed to Pystra’s existing reliability algorithms.
The sign convention is the standard Pystra convention: positive values are safe, and negative values indicate failure. A series system fails when any child fails, so its equivalent limit-state value is the minimum child value. A parallel system fails when all children fail, so its equivalent limit-state value is the maximum child value.
Functions
Return Ditlevsen bounds for the probability of a union of events. |
Classes
A named component limit state within a structural system. |
|
A system described by cut sets. |
|
A system that fails when at least |
|
A system that fails when all child components or subsystems fail. |
|
A system that fails when any child component or subsystem fails. |
|
Base class for composed structural system limit states. |
|
A system described by tie sets. |