šŸŽ“ Lesson 7 D4

Monte Carlo Simulation for Probabilistic FoS

Monte Carlo simulation is a computer method that runs thousands of random trials to show how likely different outcomes are when dealing with uncertain inputs like rock strength or water pressure in slope stability.

šŸŽÆ Learning Objectives

  • āœ“ Calculate probability of failure (Pf) from Monte Carlo-simulated FoS distribution
  • āœ“ Analyze sensitivity of FoS to individual parameters using correlation coefficients and partial rank correlation coefficients (PRCC)
  • āœ“ Design a statistically robust simulation by selecting appropriate sample size (N ≄ 5000), distribution types (e.g., lognormal for cohesion), and correlation structures
  • āœ“ Explain the difference between aleatory and epistemic uncertainty in slope stability modeling
  • āœ“ Apply Latin Hypercube Sampling (LHS) to improve convergence efficiency compared to simple random sampling

šŸ“– Why This Matters

Traditional slope stability analysis assumes single 'best-estimate' values for soil and rock properties—ignoring natural variability and measurement uncertainty. In real mining operations, a 15% underestimation of cohesion or unanticipated pore pressure buildup can turn a 'safe' design into a catastrophic landslide. Monte Carlo simulation transforms qualitative risk judgments into quantitative metrics—like '95% confidence that Pf < 3%'—enabling engineers to justify slope angles, drainage investments, and monitoring strategies to regulators and mine management.

šŸ“˜ Core Principles

Monte Carlo simulation rests on three pillars: (1) Probabilistic modeling of inputs—assigning realistic distributions (e.g., normal for unit weight, lognormal for cohesion, truncated normal for φ) based on site data and judgment; (2) Propagation through a deterministic model—running each sampled parameter set through a limit equilibrium (e.g., Bishop) or numerical (e.g., Phase2) solver; (3) Statistical inference—aggregating N outputs to compute Pf, reliability index (β), and sensitivity measures. Critical refinements include handling parameter correlations (e.g., negative c–φ correlation in clays), nonlinearity-induced skewness in FoS output, and convergence diagnostics (e.g., Gelman-Rubin statistic for MCMC variants).

šŸ“ Probability of Failure & Reliability Index

The core output metric is Pf = proportion of simulations where FoS < 1.0. For normally distributed FoS, the reliability index β = Φ⁻¹(1 āˆ’ Pf) links probability to standard deviations from failure. While β > 3.5 is often targeted (Pf < 0.00023), mining slopes commonly accept β ≄ 2.3 (Pf ≤ 0.01) under controlled monitoring.

šŸ’” Worked Example

Problem: A Monte Carlo simulation of 10,000 iterations yields FoS values with mean = 1.42, standard deviation = 0.28, and 217 simulations with FoS < 1.0. Assume FoS is approximately normal.
1. Step 1: Compute empirical Pf = number of failures / total samples = 217 / 10,000 = 0.0217
2. Step 2: Calculate reliability index: β = Φ⁻¹(1 āˆ’ 0.0217) ā‰ˆ Φ⁻¹(0.9783) ā‰ˆ 2.02 (using standard normal table or inverse CDF)
3. Step 3: Compare to industry benchmarks: β = 2.02 corresponds to Pf ā‰ˆ 2.2%, typical for operational open-pit highwalls with active monitoring per SME Guidelines.
Answer: The result is Pf = 2.17% (β ā‰ˆ 2.02), which falls within the acceptable range for monitored working slopes (Pf ≤ 5% per SME 2021).

šŸ—ļø Real-World Application

At Newmont’s Boddington Mine (Western Australia), Monte Carlo simulation was used to assess the long-term stability of the East Wall highwall after rainfall infiltration modeling. Input parameters—including saturated unit weight (γ_sat ~ N(20.1, 0.4) kN/m³), effective cohesion (c' ~ LogN(12, 0.35) kPa), and effective friction angle (φ' ~ N(32°, 2.5°))—were assigned based on 217 laboratory tests and 42 piezometer time-series. Using 8,000 LHS samples in Slide3 with Spencer’s method, the analysis revealed Pf increased from 0.4% (dry) to 6.8% during extreme 100-year rainfall. This quantified justification led to installation of targeted subsurface drains and real-time inclinometer arrays—reducing Pf to <1.5% at a cost 40% lower than over-designing the entire wall.