🎓 Lesson 9 D5

Zonal Ventilation Control Logic for Mixed Diesel/BEME Fleets

Zonal ventilation control logic is a system that automatically adjusts airflow in different parts of an underground mine to keep diesel exhaust and battery emissions safely diluted—especially where diesel and battery-electric machines work side by side.

🎯 Learning Objectives

  • Analyze real-time gas sensor data streams to determine required airflow adjustments per zone
  • Design zonal damper actuation sequences using duty-cycle-weighted emission load models
  • Calculate minimum required fresh air volume for mixed-fleet zones using weighted emission factors
  • Explain how BEME battery off-gassing profiles (e.g., venting events during fast-charging or thermal runaway) differ from diesel exhaust and affect ventilation timing logic
  • Apply MSHA 30 CFR §57.5022 and CSA Z94.4-22 requirements to validate zonal air quality compliance

📖 Why This Matters

In modern deep mines transitioning to mixed diesel/BEME fleets, static ventilation systems risk under-ventilating zones where battery equipment vents hydrogen or volatile organic compounds—or over-ventilating zones dominated by low-emission BEME, wasting energy. Without zonal logic, diesel exhaust can accumulate in shared development headings, while undetected BEME off-gassing may exceed flammability thresholds (e.g., H₂ > 4% LEL) during charging. This lesson equips you to design responsive, compliant, and energy-efficient ventilation that adapts—not just reacts—to the dynamic emission footprint of hybrid fleets.

📘 Core Principles

ZVCL rests on three interdependent pillars: (1) Emission source characterization—diesel engines emit CO, NOₓ, PM₁₀, and heat; BEME emit negligible combustion gases but release H₂, CO, VOCs (e.g., ethylene carbonate), and heat during charging/thermal events; (2) Zoning methodology—ventilation zones are defined by physical barriers (stoppings), operational boundaries (e.g., loading face vs. haulage drift), and occupancy patterns, not just geometry; (3) Control hierarchy—logic prioritizes human safety (OEL-based triggers), then equipment protection (BEME battery ambient temp/humidity limits), then energy efficiency (minimizing fan kW via demand-based damper modulation). Modern ZVCL uses edge-computed decision trees—not simple proportional control—to handle non-linear emission spikes (e.g., diesel start-up surge or BEME cell venting) and avoid cascading damper oscillations.

📐 Weighted Minimum Air Requirement (WMAR)

WMAR calculates the baseline fresh air volume needed per zone to dilute combined diesel and BEME emissions to safe levels. It weights each equipment type’s emission rate by its duty cycle and applies contaminant-specific dilution factors. Used for initial damper setpoint calibration and audit-level verification.

Weighted Minimum Air Requirement (WMAR)

Q_min = 1.3 × max[ Σ(E_CO,i × D_i / k_CO), Σ(E_H2,j × D_j / k_H2) ]

Calculates minimum fresh air volume (m³/s) required to dilute combined diesel CO and BEME H₂ emissions to below OELs/LEL thresholds, applying safety factor and duty-cycle weighting.

Variables:
SymbolNameUnitDescription
Q_min Minimum required airflow m³/s Total fresh air volume needed for the zone
E_CO,i CO emission rate for diesel unit i g/s Derived from engine power, emission factor, and fuel consumption
D_i Duty cycle fraction for unit i dimensionless Fraction of time unit i operates in emission-generating mode
k_CO CO dilution coefficient g/m³ Air volume required to dilute 1 g/s CO to 30 ppm (MSHA OEL)
E_H2,j H₂ emission rate for BEME unit j m³/s Measured or modeled volumetric H₂ release during venting/charging
k_H2 H₂ dilution coefficient m³/m³ Air volume required to dilute 1 m³/s H₂ to 1% LEL (40,000 ppm)
Typical Ranges:
Development heading (mixed fleet): 12 – 18 m³/s
Charging alcove (BEME-only): 8 – 15 m³/s
Diesel-only main haulage: 25 – 40 m³/s

💡 Worked Example

Problem: Zone 7 serves a 300-m development drive with one Tier 4 diesel LHD (rated 180 kW, 60% duty cycle) and two 90-kWh BEME scoops (each charging 2 hrs/day; peak H₂ emission = 0.04 L/s during venting). CO OEL = 30 ppm (MSHA); H₂ LEL threshold = 1% (40,000 ppm). Diesel CO emission factor = 0.08 g/kW·hr; BEME H₂ emission factor = 0.04 L/s per unit during venting. Assume 1 m³ air dilutes 0.0002 g CO to 30 ppm; 1 m³ air dilutes 0.00002 L H₂ to 40,000 ppm.
1. Step 1: Calculate diesel CO mass emission rate → 180 kW × 0.08 g/kW·hr × 0.6 × (1 hr/3600 s) = 0.0024 g/s
2. Step 2: Calculate required air for CO → 0.0024 g/s ÷ 0.0002 g/m³ = 12 m³/s
3. Step 3: Calculate BEME H₂ volume emission rate → 2 units × 0.04 L/s = 0.08 L/s = 0.00008 m³/s
4. Step 4: Calculate required air for H₂ → 0.00008 m³/s ÷ 0.00002 m³/m³ = 4 m³/s
5. Step 5: Apply safety factor (1.3×) and take maximum → max(12, 4) × 1.3 = 15.6 m³/s
Answer: The result is 15.6 m³/s, which exceeds the typical range of 12–18 m³/s for mixed-fleet development zones and falls within the safe limit of ≤20 m³/s for single-zone VFD fan capacity.

🏗️ Real-World Application

At Vale’s Onaping Depth Project (Ontario), Zone 4B—a 450-m-long production drift—uses ZVCL integrated with MineSite™ IoT platform. When two BEME trucks initiate fast-charging simultaneously (detected via CAN bus telemetry), the logic triggers pre-emptive damper opening in the adjacent charging alcove and increases airflow by 35% for 90 seconds—before H₂ sensors register >1,000 ppm. Simultaneously, when a diesel jumbo drill starts up (CO spike detected within 2.3 s), dampers downstream close to prevent cross-contamination into the BEME maintenance bay. Post-implementation, CO TWA dropped from 22 ppm to 8 ppm, and H₂ excursions >2,000 ppm decreased by 94%—all while reducing total fan energy use by 18% versus fixed-flow operation.

📋 Case Connection

📋 Underground Copper Mine DC Fast-Charging Hub (Chile)

Limited space in existing service drift; seismic zone requiring vibration-isolated mounting; strict MSHA Class I Div 2 h...

📋 Polish Hard Coal Mine BEME Ventilation Integration

Legacy ventilation system designed for diesel exhaust dilution; inability to reduce airflow without violating methane di...

📋 Canadian Iron Ore Mine Battery Swapping Pilot (Labrador)

Sub-zero ambient temps (−40°C), abrasive dust, and critical production uptime requirements (>95%)

📚 References