Static Reliability Modeling

In some cases, you may want to run GoldSim statically (i.e., without timestepping). A static simulation consists of a single calculation of the system in its steady-state condition. As such, it is equivalent to a conventional fault tree analysis (using Monte Carlo simulation A method for propagating (translating) uncertainties in model inputs into uncertainties in model results. instead of cut sets).

Static simulation cannot represent any true system dynamics, but is significantly faster than dynamic simulation (as GoldSim only needs to calculate element values once as opposed to the hundreds or thousands of updates in a dynamic simulation). Hence, a properly constructed static model can provide useful information on the long-term availability The probability that a component or system is performing its required function at any given time. of systems that do not have complex dynamic behavior.

When running a static reliability simulation, the following logic is used by GoldSim:

  1. The system is assumed to have operated for an indefinite period of time and reached a steady-state with regard to failures and repairs.
  2. To determine each reliability element's availability, GoldSim computes the steady state probability of being operable for each failure mode as follows:

    MTTF / (MTTF + MTTR)

    where MTTF is the Mean Time to Failure, and MTTR is the Mean Time to Repair.
  3. For each realization A single model run within a Monte Carlo simulation. It represents one possible path the system could follow through time., each failure mode in each reliability element randomly realizes its state (operating or failed). If a reliability element has a failure mode that has failed, that reliability element is considered failed for that static reliability simulation.
  4. Based on the status of each reliability element, the system is considered to either be operating or failed for a particular realization. By specifying multiple Monte Carlo realizations, the mean availability can be computed.
Note: After calculating whether it has failed due to a failure mode, the reliability element then checks that its Operating Requirements are met. Within the requirements-tree A logic tree in a Reliability Module element that that must evaluate to True in order for the component to operate., any nodes that reference other GoldSim elements use their time = 0 values.

Static reliability simulations have several important limitations: