🎓 Lesson 1
D1
Getting Started with Process Simulation and Digital Twins
A digital twin is a virtual copy of a real mining operation that updates in real time and helps engineers test changes safely before applying them underground or in the pit.
🎯 Learning Objectives
- ✓ Explain how digital twins integrate real-time sensor data with process simulation models
- ✓ Analyze a blast design using a simplified digital twin interface to predict fragmentation distribution
- ✓ Apply mass balance and energy conservation principles to validate simulation inputs for a bench blasting scenario
- ✓ Design a minimal viable digital twin architecture for a surface mine’s drilling-and-blasting subsystem
📖 Why This Matters
Every year, inefficient blasting costs global mining operations over $2 billion in rework, fuel waste, and crusher damage. Digital twins—used by Rio Tinto at Koodaideri and BHP at South Flank—cut dilution by up to 18% and improve mill throughput by synchronizing blast outcomes with downstream processing. For you as a future blasting engineer, mastering simulation and digital twins isn’t about coding—it’s about speaking the language of integrated systems where rock behavior, explosives, equipment, and economics converge.
📘 Core Principles
Digital twins rest on three foundational pillars: (1) Physics-based modeling—e.g., PFC2D/3D for rock fracture, ANSYS AUTODYN for detonation wave propagation; (2) Real-time data integration—via drill rig GNSS, borehole deviation logs, seismic monitoring, and blast vibration sensors; and (3) Bidirectional feedback—where simulation outputs (e.g., predicted muck pile shape) adjust control parameters (e.g., next round’s burden) autonomously. Progressively, students move from static ‘digital shadows’ (one-way data copies) to adaptive twins that learn from historical blast records using supervised ML classifiers trained on >500 validated fragmentation images per site.
📐 Blast Energy Balance Validation
Before trusting a digital twin’s fragmentation prediction, engineers must verify that simulated explosive energy input aligns with field constraints. This formula checks consistency between designed and deliverable energy per unit volume of rock.
Volumetric Energy Ratio (VER)
VER = (ρ_exp × H_exp × V_hole) / V_rockMeasures total explosive energy delivered per unit volume of rock, ensuring sufficient energy for fragmentation without excessive ground vibration or flyrock.
Variables:
| Symbol | Name | Unit | Description |
|---|---|---|---|
| ρ_exp | Explosive density | t/m³ | Bulk density of loaded explosive (e.g., ANFO = 0.80–0.85 t/m³) |
| H_exp | Explosive energy content | MJ/kg | Heat of explosion (ANFO ≈ 2.9–3.0 MJ/kg; emulsion ≈ 3.8–4.2 MJ/kg) |
| V_hole | Explosive volume per hole | m³ | π × r² × (bench height + subdrill) |
| V_rock | Rock volume controlled per hole | m³ | Burden × spacing × bench height |
Typical Ranges:
Hard granite: 1.8 - 2.5 MJ/m³
Moderately fractured porphyry: 1.5 - 2.1 MJ/m³
Weak sedimentary rock: 0.9 - 1.4 MJ/m³
💡 Worked Example
Problem: Given: ANFO density = 0.85 g/cm³, heat of explosion = 3.0 MJ/kg, burden = 4.2 m, spacing = 5.0 m, bench height = 14 m, subdrill = 1.2 m.
1.
Step 1: Calculate total explosive mass per hole = π × (0.127 m)² × (14 + 1.2) m × 0.85 t/m³ = 0.219 t
2.
Step 2: Compute total energy per hole = 0.219 t × 3.0 MJ/kg = 657 MJ
3.
Step 3: Compute rock volume controlled per hole = 4.2 m × 5.0 m × 14 m = 294 m³ → VER = 657 MJ / 294 m³ = 2.23 MJ/m³
4.
Step 4: Compare to typical range for hard granite: 1.8–2.5 MJ/m³ → VER is valid.
Answer:
The result is 2.23 MJ/m³, which falls within the safe range of 1.8–2.5 MJ/m³ for competent granite.
🏗️ Real-World Application
At Newmont’s Boddington Mine (Western Australia), engineers deployed a digital twin integrating Deswik Blasting, RockMass™ geotechnical models, and live drone-based muck pile surveys. When pre-split blast results showed 23% oversize (>75 cm), the twin re-ran simulations with updated joint set orientation (from recent borehole televiewer logs) and recommended reducing burden by 0.3 m and increasing delay timing by 25 ms between rows. Field implementation reduced oversize to 9%—verified by real-time LiDAR scanning—and increased crusher availability by 11% over Q3 2023.
✏️ Simulation Input Audit
You are given a proposed blast design for a porphyry copper deposit: burden = 3.8 m, spacing = 4.6 m, hole depth = 16.5 m, subdrill = 1.5 m, ANFO loading density = 0.82 g/cm³. Using the VER formula and typical energy content of ANFO (2.9 MJ/kg), calculate the volumetric energy ratio. Then assess whether it falls within the acceptable range for moderately fractured porphyry (1.5–2.1 MJ/m³). Justify your conclusion in ≤3 sentences.