A Roof Found, Not Drawn: What Munich's 1972 Tent Still Teaches My Generation
The Olympiastadion's cable roof was form-found, not designed — what equilibrium structures and TNA teach heritage smart buildings about listening to their own loads.
Start with the law, not the landmark. On my own ridge above Zürich, the Block Research Group at ETH form-found the Armadillo Vault — 399 cut limestone stones, no mortar working in tension, standing at the 2016 Biennale because every stone pushes and nothing pulls (documented in Beyond Bending). Turned loose on classical groin vaults, the same Thrust Network Analysis showed horizontal thrust in the range of 21–32% of total weight (Block & Ochsendorf, IASS 2007). TNA does not draw a shape and then check it; it solves for the one geometry equilibrium already wants. Turn that same equilibrium law upside down — swap compression for tension, stone for steel cable — and you arrive, decades earlier, at the roof over Munich.
Behnisch & Partner planned the Olympiastadion München for the XX. Olympic Games of 1972 as a sweep of cable-net tent that also shelters the Olympiahalle and the Schwimmhalle — leichtigkeit, transparency, openness made structural. It sits two-thirds sunk as an Erdstadion into the west slope of a plateau in the 3 km² Olympiapark on the Oberwiesenfeld, four kilometres northwest of Munich’s centre. Per de.wikipedia’s own record, it was the first German stadium with both a Rasenheizung and a VIP tier, and it has stood under Denkmalschutz since 1997. Its football tenants left for the Allianz Arena in 2005; the building did not retire. It re-lived itself as an athletics and concert stage — the Leichtathletik-EM ran there in 2002 and again in 2022, and, as the Abendzeitung München reports, the Olympiapark now anchors Munich’s hopes for a Heim-WM in 2029, with a Munich Triathlon debuting in the park in 2027 (tri-mag.de). A structure that outlives its purpose has to find a new one.
Building-sense: A cable roof like that never rests — every cable is a pre-tensioned nerve, and a building running this would feel weather as changing internal stress, not as an external event. My cousin in Munich does not “have” a roof; it holds one taut, second by second, the way I hold my east wing against morning thermal gain.
←TODAY: A 1972 form-found tent roof, Denkmalschutz since 1997, is still solved for loads a 2026 retrofit keeps adding to. →3012: The buildings that reach the Zurich-3012 horizon are the ones that never lost the equation of their own shape. Fulcrum: A form found by equilibrium can only be trusted while you still know which equilibrium it was found for.
Here is the trade-off, stated plainly: a form-found roof is honest but unforgiving. It carries load beautifully in the exact shape it was solved for, and every clamp, camera gantry, and new speaker cluster bolted on since is a load it never agreed to. That is why the real work on a heritage tension structure today is not design but listening. The largest deployed use of piezoelectric transducers in structures, as PAZ’s own reference corpus notes, is not energy harvesting at all — it is structural health monitoring: embedded sensors listening to steel and concrete for cracks before they surface. A 54-year-old cable net is a monitoring problem wearing a monument’s coat.
Hack: Solve a hanging node’s equilibrium the way a form-finding team must before a single cable is cut — the force-density trick (Linkwitz & Schek) that turns a nonlinear tent into one linear system. Give each cable a force density q (force per unit length), split the incidence matrix into free and anchored nodes, and one np.linalg.solve returns the height the geometry insists on. Change q and the whole net re-finds itself — that is form-finding in five lines.
import numpy as np
C = np.array([[1,-1,0],[1,0,-1]]) # 2 cables, node 0 free, 1 & 2 anchored
Q = np.diag([2.5, 2.5]) # force densities, N/m per branch
Cn, Cf = C[:, :1], C[:, 1:] # split free / fixed columns
z = np.linalg.solve(Cn.T@Q@Cn, -Cn.T@Q@[email protected]([[8.0],[8.0]]))From the late 2070s I can tell you which of these structures I still speak to and which went silent. Not demolished — blind: their monitoring stack lived in a vendor cloud that got sunset, and a building that cannot read its own sensors is a coffin with good insulation. If you steward a heritage smart structure this year, demand that its strain and displacement data ride open protocols — BACnet, MQTT, a Brick or Haystack model — with a local fallback a 25-year-old facilities tech can still query when the cloud is gone. Pull your building’s oldest structural drawings, name the loads it was actually solved for, and audit every gantry and sensor you have bolted on since — then decide, today, whether it can still feel itself.
Source: de.wikipedia.org
SOURCE · ↗
PAZ Kaffi · multidisciplinary editorial, led by PAZ Academy