Material Flow Analysis¶
Method — instantiates Conserved Reservoir-Flux Balancing
Traces a conserved substance across a defined system — inputs, stocks, transfers, and outputs — so every unit is accounted for from source to sink.
Material Flow Analysis is the foundational accounting method the rest of the archetype reads from. You fix one conserved substance and a hard system boundary, then draw the complete map of where the substance enters, which stocks it pools in, how it moves between those stocks, and where it leaves — such that inputs equal outputs plus the change in stock. The idea that makes it this mechanism and not its siblings: it is the system-wide bookkeeping skeleton, not a table, a monitor, or an intervention. It establishes the shared vocabulary — what is conserved, which reservoirs exist, which channels connect them, which sources and sinks sit on the boundary — that every other mechanism later measures, watches, or acts on. Its refusal to look at flows without stocks, or stocks without flows, is what makes hidden accumulation and leakage visible.
Example¶
A mid-sized city commissions a one-year Material Flow Analysis of its plastic packaging to see where the tonnage actually ends up. They fix the conserved quantity (mass of plastic, in tonnes) and the boundary (the municipal limits, one calendar year). They inventory the reservoirs the plastic can occupy — durable in-use stock, the landfill, the recycling stream, the incinerator, and "environment" for litter and fugitive leakage — and define the channels between them: consumption to bin, bin to sorting, sorting to recycling / landfill / incineration, plus the leakage channel to environment. Sources (imported goods plus local production) and sinks (landfill, exported recyclate, air, environment) are registered on the boundary so nothing enters or exits unrecorded.
When they tally it, the inputs (≈52,000 t entering as packaging) do not match the documented sinks — roughly 6,000 t is unaccounted. The MFA's job ends by localizing that gap to a channel (informal disposal and environmental leakage) and handing it off. The payoff is that instead of arguing about the recycling rate in isolation, the city now holds a closed picture in which every proposed intervention — a deposit scheme, more sorting capacity — can be checked against the whole flow rather than optimized on one channel while the imbalance slides somewhere else.
How it works¶
- Fix the conserved quantity and a hard boundary first. Everything is denominated in one conserved unit; a flow with no common unit cannot enter the account.
- Enumerate reservoirs and channels together. Stocks (where the substance pools) and fluxes (how it moves) are mapped in one pass — the signature move that keeps accumulation from hiding behind throughput.
- Register every source and sink on the boundary so no unit appears or disappears unexplained.
- Force closure. Inputs = outputs + net stock change. An account that will not close is treated as the finding — a real gap to localize — not an error to paper over.
Tuning parameters¶
- System boundary — wide (a whole economy) versus narrow (one plant). Wider boundaries catch burden-shifting that a narrow one exports out of view, but cost far more data.
- Substance granularity — one lumped material versus speciated fractions (PET vs HDPE). Finer reveals which specific fraction leaks, at multiplied data cost.
- Temporal resolution — a single annual snapshot versus a multi-year series that exposes stocks slowly building.
- Stock treatment — whether long-lived in-use stock is tracked (dynamic MFA) or ignored (throughput-only); ignoring it hides accumulation entirely.
- Closure discipline — whether the residual gap is left explicit or the measured flows are reconciled to satisfy the balance within their error bounds.
When it helps, and when it misleads¶
Its strength is turning "we recycle X%" claims into a closed account where no single channel can be improved at the whole system's expense, and where accumulation and leakage that a channel-by-channel view misses become visible.
Its failure modes are quiet. A balance can be made to "close" by construction, burying measurement error inside a single fudged term and lending a tidy diagram false authority over weak data. And the boundary choice can define burden-shifting out of the picture — exported waste reads as a solved sink. The discipline that guards against this is to carry uncertainty on every flow and use explicit data reconciliation[1] rather than silently plugging the gap, and to draw the boundary wide enough to include the places where burden gets shifted.
How it implements the components¶
Material Flow Analysis realizes the descriptive, account-building side of the machinery — the vocabulary the other mechanisms consume:
conserved_quantity_definition— names the single conserved substance and the unit everything is denominated in.reservoir_inventory— enumerates every stock the substance can occupy.flux_channel_definition— defines each transfer pathway between reservoirs and across the boundary.source_sink_register— records where the substance originates and terminates at the system boundary.
It does not write the balance identity itself or measure the flow rates (conservation_balance_equation, inflow_outflow_rate_measure) — that's Mass-Balance Table; it localizes but does not investigate the leakage term (leakage_or_loss_sink_register) — that's Loss-Sink Audit; and it does not watch levels live (stock_level_signal) — that's Reservoir Balance Dashboard.
Related¶
- Instantiates: Conserved Reservoir-Flux Balancing — Material Flow Analysis supplies the reservoir-and-channel account the whole archetype is built on.
- Consumes: Unit Conversion Crosswalk supplies the equivalence rules that bring heterogeneous inputs onto one conserved-mass basis.
- Sibling mechanisms: Mass-Balance Table · Loss-Sink Audit · Capacity Headroom Alert · Compartment Model · Data Lineage Balance Check · Flow Gate or Valve Rule · Inventory Reconciliation Workflow · Reservoir Balance Dashboard · Sankey Flow Map · Stock-and-Flow Diagram · System Dynamics Simulation · Unit Conversion Crosswalk · Water or Resource Budget
Notes¶
Material Flow Analysis is the map, not the verdict — it is deliberately descriptive. It says where the substance goes, not what to do about it; the monitoring, control, and audit mechanisms all read their reservoirs and channels from this one account. Keeping it neutral — an honest picture rather than one built to justify a preferred intervention — is what lets them all share it.
References¶
[1] In Material Flow Analysis the standard corrective for inconsistent measurements is data reconciliation — adjusting each measured flow within its own error band, by least squares, so the mass balance closes, rather than absorbing the whole mismatch into one unmeasured term. It keeps the closure honest about which numbers were actually trusted. ↩