🎓 Lesson 5 D3

Dynamic Reactive Power Compensation Design

Dynamic reactive power compensation is like adding smart, real-time 'shock absorbers' to a mine’s electrical grid to keep voltage stable when big equipment like crushers or conveyors suddenly switch on or off.

🎯 Learning Objectives

  • Calculate required reactive power compensation capacity for a given mining load profile with cyclic duty cycles
  • Design a STATCOM-based dynamic compensation system for a 33 kV mine substation, specifying rating, response time, and harmonic filtering requirements
  • Analyze voltage flicker severity (Pst) before and after compensation using IEEE 1459–2010 methodology
  • Explain the trade-offs between SVC and STATCOM technologies in terms of footprint, efficiency, and fault ride-through capability
  • Apply IEC 61000-3-7 and EN 50160 voltage tolerance limits to validate compensation system performance

📖 Why This Matters

In remote mines, diesel-grid hybrids or long overhead feeders create electrically 'weak' networks—where starting a 5 MW SAG mill can cause >8% voltage sag, tripping critical ventilation fans. Without dynamic reactive power compensation, such events risk safety shutdowns, production loss, and non-compliance with grid interconnection agreements. This lesson bridges theory to practice: you’ll learn how to specify, size, and validate compensation systems that keep mine operations resilient—not just compliant.

📘 Core Principles

Reactive power (Q) supports magnetic fields in motors and transformers but does no useful work; imbalance between supply and demand causes voltage drop and phase shift. Unlike fixed capacitor banks (slow, stepwise), dynamic compensators use IGBT-based inverters to synthesize reactive current instantaneously—acting as controllable current sources. Key concepts include: (1) The Q-V droop relationship in weak grids (dV/dQ ≈ Xₜₕᵣₑₑ), (2) System strength quantified by Short Circuit Ratio (SCR = Sₛc / Sₗₒₐd), where SCR < 3 indicates high vulnerability, and (3) Flicker generation modeled via amplitude modulation of load current at frequencies < 25 Hz—directly mitigated by sub-cycle Q control.

📐 Required Compensation Capacity

The minimum dynamic VAR rating is determined by worst-case reactive power deficit during peak load transients, corrected for existing fixed compensation and system impedance. This ensures voltage remains within ±5% of nominal per EN 50160.

Dynamic VAR Requirement (Q_dyn)

Q_dyn = max[Q_load(t) − Q_fixed] − (ΔV_max × V_base / X_th) + Margin

Minimum reactive power capacity required from dynamic compensator to constrain voltage deviation within statutory limits during worst-case transient

Variables:
SymbolNameUnitDescription
Q_dyn Required dynamic reactive power MVAR Net VAR capacity to be supplied by SVC/STATCOM
Q_load(t) Time-varying reactive load demand MVAR Peak reactive demand during transient event (e.g., mill startup)
Q_fixed Existing fixed reactive compensation MVAR Capacitor bank or reactor contribution already installed
ΔV_max Maximum allowable voltage deviation pu Per-unit voltage change limit (e.g., 0.04 for ±4%)
V_base System base voltage kV Nominal line-to-line voltage at compensation point
X_th Thevenin equivalent reactance Ω System impedance seen at point of common coupling
Typical Ranges:
Medium-voltage mine substation (33 kV): 5 – 15 MVAR
High-voltage interface (132 kV): 25 – 60 MVAR

💡 Worked Example

Problem: A copper mine’s 33 kV substation supplies a 12 MW SAG mill (PF=0.82 lagging at startup) and 8 MW of auxiliary loads (PF=0.92). Existing fixed capacitors provide 3.2 MVAR. System short-circuit capacity is 280 MVA. Calculate minimum Q_dyn needed to limit voltage dip to ≤4% during mill energization.
1. Step 1: Compute SAG mill reactive demand at startup: Q_mill = P × tan(arccos(0.82)) = 12 × tan(34.9°) ≈ 12 × 0.70 = 8.4 MVAR
2. Step 2: Compute auxiliary reactive demand: Q_aux = 8 × tan(arccos(0.92)) = 8 × 0.43 = 3.44 MVAR → Total Q_demand = 11.84 MVAR
3. Step 3: Net deficit after fixed compensation: Q_deficit = 11.84 − 3.2 = 8.64 MVAR
4. Step 4: Verify voltage impact: ΔV ≈ (Q_deficit × X_th) / V_base; X_th = V²/S_sc = (33²)/280 ≈ 3.9 kΩ → ΔV ≈ (8.64 × 3.9)/33 ≈ 1.02 pu → too high! Apply dynamic compensation to reduce effective Q_deficit to meet ΔV ≤ 0.04 pu → Q_dyn ≥ 8.64 − (0.04 × 33 / 3.9) ≈ 8.64 − 0.34 = 8.3 MVAR
5. Step 5: Add 15% margin for harmonics and future load growth → Q_dyn_min = 8.3 × 1.15 ≈ 9.55 MVAR
Answer: The result is 9.6 MVAR, which falls within the safe range of 8–12 MVAR for a 33 kV mine substation serving cyclical loads.

🏗️ Real-World Application

At Newmont’s Boddington Mine (Western Australia), a 12 MVAR STATCOM was installed at the 132/33 kV substation in 2021 after repeated under-voltage trips during SAG mill startup. Pre-installation monitoring showed 7.8% voltage sag (2.6 kV drop) lasting 320 ms—exceeding EN 50160’s 100-ms limit for >5% dips. Post-commissioning, voltage dip reduced to 2.1%, Pst flicker index dropped from 1.8 to 0.32, and protection relay nuisance tripping ceased. The STATCOM’s 5-ms response time and 40-kA fault current contribution also enabled successful low-voltage ride-through during nearby transmission line faults.

📚 References