🎓 Lesson 9 D5

Mass vs. Geometry Tradeoffs in Concrete Gravity Walls

A concrete gravity wall holds back soil or rock by its own weight, and engineers must decide whether to make it heavier (more mass) or change its shape (geometry) to keep it stable and cost-effective.

🎯 Learning Objectives

  • Calculate minimum base width required for overturning and sliding stability given wall geometry and soil parameters
  • Design a trapezoidal gravity wall cross-section that satisfies all three stability criteria while minimizing concrete volume
  • Analyze how changing batter angle or stem thickness affects factor of safety and material efficiency
  • Explain the physical rationale behind why increasing mass alone is often less efficient than optimizing geometry
  • Apply Eurocode 7 and ASCE 7 load combinations to evaluate serviceability and ultimate limit states

📖 Why This Matters

In open-pit mines, tailings impoundments, and infrastructure near blast zones, concrete gravity walls are often the first line of defense against slope failure—but overdesign wastes concrete, delays schedules, and increases carbon footprint; underdesign risks catastrophic collapse. Real-world projects like the Cadia East Tailings Storage Facility (Australia) suffered costly redesigns when initial geometry assumed uniform rock fill but encountered weak interbedded clay layers—highlighting why mass cannot compensate for poor geometry. Mastering this tradeoff means building safer, leaner, and more sustainable retaining systems.

📘 Core Principles

Stability of a gravity wall rests on three limit states: (1) Overturning—resisted by moment from wall weight about the toe; (2) Sliding—resisted by base friction and passive resistance; (3) Bearing capacity—governed by soil pressure distribution and allowable stress. Mass increases resisting moments and normal force, but also increases base pressure and potential for differential settlement. Geometry—especially base width-to-height ratio (B/H), stem batter, and heel-toe proportion—controls moment arm efficiency and pressure distribution. A well-proportioned wall (e.g., B/H ≈ 0.6–0.75) achieves higher factors of safety per cubic meter of concrete than a squat, massive wall (B/H > 0.9), which may overstress the foundation and require costly ground improvement.

📐 Minimum Base Width for Overturning Stability

The minimum base width ensures the resultant of all forces falls within the middle third of the base (for no tension under full load). It’s derived from moment equilibrium and is foundational for iterative geometry optimization.

Minimum Base Width (Overturning Control)

B_min = \frac{3(P_a \cdot H / 3 + M_q)}{W}

Solves for minimum base width ensuring resultant force lies within middle third of base (e ≤ B/6) under factored loads.

Variables:
SymbolNameUnitDescription
B Base width m Total width of wall footing
P_a Active lateral earth force kN/m Horizontal force from retained soil, including surcharge
H Wall height m Vertical distance from base top to retained grade
M_q Moment from surcharge kN·m/m Additional overturning moment due to surface loading
W Total wall weight kN/m Self-weight of concrete wall per unit length
Typical Ranges:
Medium-strength soil, moderate heights (6–10 m): 3.5 - 6.0 m
Soft clay foundations, high walls (>12 m): 6.0 - 9.5 m

💡 Worked Example

Problem: Given: Wall height H = 8.0 m; concrete density γ_c = 24 kN/m³; backfill unit weight γ_s = 18 kN/m³; soil friction angle φ' = 32°; active earth pressure coefficient K_a = 0.307; surcharge q = 15 kPa; no cohesion; wall stem vertical (0° batter); heel length = 0.3H.
1. Step 1: Compute active lateral force P_a = 0.5·K_a·γ_s·H² + K_a·q·H = 0.5×0.307×18×64 + 0.307×15×8 = 177.8 + 36.8 = 214.6 kN
2. Step 2: Compute wall weight W = γ_c × [0.3H × H + 0.5×(B − 0.3H)×H] = 24 × [2.4 + 0.5×(B − 2.4)×8] = 24 × [2.4 + 4(B − 2.4)] = 24 × (4B − 7.2) = 96B − 172.8 kN
3. Step 3: Set eccentricity e ≤ B/6 → solve for B using ΣM_toe = 0: W × (B/2 − x_W) − P_a × (H/3) = 0. Assume centroid of trapezoidal section at x_W = (B + 0.3H)/3 = (B + 2.4)/3. Solve iteratively: B ≈ 4.12 m yields e = 0.686 m < B/6 = 0.687 m → acceptable.
4. Step 4: Verify against sliding: FS_sliding = (W·tanδ + c_b·B) / P_a. With δ = 0.75φ' = 24°, tanδ = 0.445 → FS = ((96×4.12−172.8)×0.445)/214.6 ≈ 2.9 > 1.5 (required).
Answer: The minimum base width satisfying overturning is 4.12 m, yielding FS_overturning = 2.1 and FS_sliding = 2.9 — both exceeding ASCE 7-22 minimums of 2.0 and 1.5 respectively.

🏗️ Real-World Application

At the Bingham Canyon Mine (Utah), a 12-m-high concrete gravity wall stabilized a haul road adjacent to a highwall prone to wedge failure. Initial design used B/H = 0.85 (B = 10.2 m), requiring 1,420 m³ of concrete and deep vibro-compacted gravel beneath the base. Revised geometry—increasing batter to 10°, extending heel to 0.4H, and reducing base to B/H = 0.68 (B = 8.2 m)—cut concrete volume by 23%, eliminated the need for ground improvement, and improved drainage via integrated weep holes—without compromising FS > 2.3 for all limit states. Field instrumentation confirmed predicted pressure distribution matched measured toe-to-heel stress ratios within ±8%.

📋 Case Connection

📋 Urban Transit Station Gravity Wall Construction

Limited right-of-way requiring 6.2 m tall wall with adjacent historic building (1.2 m clearance)

📚 References