Examples tagged with reliability

Select an example to explore it in the playground.

Beginner - Introductory Models
Intermediate - Classic Dynamics

Antifragile System

A simple antifragile system simulation where each failure reduces the probability of future failures.

Level:Intermediate

reinforcing-loopreliability

  • Flows:failure
  • Feedback Loops:learning from failure
  • Probes:failure, failure_rate, total_failures

Car Service Simulation - SimPy Tutorial

A car service simulation showing priority washing with features like interrupts.

Level:Intermediate

simpypriorityservicemaintenancequeueinterruptsdiscrete-eventreliabilityworkflow

  • Stocks:fuel_level, parts
  • Probes:fuel_level, wash_q, parts
Advanced - Complex Simulations

Machines Simulation

A machines simulation depicting resource allocation and reliability.

Level:Advanced

reliabilityresource-managementmaintenancequeuethroughput

  • Stocks:buffer, idle-token store
  • Flows:in_rate, dispatch_rate
  • Probes:in_rate, dispatch_rate, buffer_level, breakdown, repair