Examples tagged with capacity

Select an example to explore it in the playground.

Beginner - Introductory Models

Bathtub Fill and Drain

A bathtub simulation illustrating stock and flow of water volume.

Level: Beginner

stocks-flowscapacity

  • Stocks: water_volume
  • Flows: inflow, outflow
  • Probes: water_volume, inflow, outflow

Logistic Growth

A logistic growth simulation of population increase with saturation.

Level: Beginner

populationcapacitynonlinear-dynamicsreinforcing-loop

  • Stocks: population
  • Flows: growth
  • Feedback Loops: reinforcing adoption, saturation constraint
  • Probes: population, growth

Nested Hierarchy Workflow

A nested hierarchy simulation where tasks flow across company departments.

Level: Beginner

workflowcapacityresource-managementthroughputbottleneck

  • Flows: arrivals, service
  • Probes: Dept0, Dept1, Dept0-Team0, Dept0-Team1, Dept1-Team0, Dept1-Team1

Queue Simulation

A queue simulation demonstrating throughput limits and system capacity.

Level: Beginner

queuethroughputbottleneckdiscrete-eventservicecapacity

  • Stocks: backlog[p]
  • Flows: produced, consumed
  • Probes: backlog_total, incoming_per_sec, outgoing_per_sec
Intermediate - Classic Dynamics
Advanced - Complex Simulations