🎓 Lesson 17 D5

Case Review: Puerto Rico Rural Microgrid — Harmonic-Based Fault Discrimination in Practice

It’s a way to detect electrical faults in microgrids by spotting unusual patterns in the electrical 'hum' (harmonics) caused by inverters instead of relying only on traditional current or voltage spikes.

🎯 Learning Objectives

  • Analyze harmonic spectrum data from oscillographic records to distinguish internal faults from inverter switching transients
  • Explain how inverter control modes (e.g., V/f vs. PQ) affect harmonic generation during asymmetrical faults
  • Apply IEEE 1547-2018 and IEEE 2800 fault ride-through requirements to validate harmonic-based relay settings
  • Design a harmonic-band filter bank for 3rd–13th harmonic extraction using FFT-based phasor estimation

📖 Why This Matters

In Puerto Rico’s rural microgrids—often powered by solar PV + battery inverters—traditional overcurrent relays frequently misoperate during cloud-induced power fluctuations or inverter anti-islanding events. The 2022 Guayama microgrid incident showed 7 false trips in one month until harmonic-based discrimination was deployed. This lesson reveals how real-world engineers turned waveform distortion from a nuisance into a precise fault-detection signal—enabling reliable, islanded operation without sacrificing safety.

📘 Core Principles

Harmonic-based fault discrimination rests on three pillars: (1) Inverters inject predictable harmonic currents under normal operation (e.g., 5th, 7th, 11th due to PWM), but fault conditions distort this pattern—amplifying sub-harmonics (<50 Hz) and inter-harmonics (non-integer multiples); (2) Fault location alters harmonic impedance ratios—especially near resonant frequencies of LC filters in inverters; (3) Grid-forming inverters exhibit distinct harmonic phase-angle shifts during phase-to-ground faults, enabling directional discrimination. As penetration exceeds 60% inverter-based resources, sequence-component methods degrade—but harmonic signature analysis remains robust when combined with synchrophasor-enabled adaptive thresholds.

📐 Harmonic Energy Ratio (HER) Threshold

The Harmonic Energy Ratio quantifies spectral distortion relative to fundamental energy and serves as a primary discriminator. A HER > 1.8 triggers fault logic in Puerto Rico’s DERMS-integrated relays. It is computed over a 2-cycle sliding window using IEEE Std 1459-2010-compliant power quality metrics.

Harmonic Energy Ratio (HER)

HER (%) = (Sₕ / S₁) × 100

Ratio of harmonic apparent power (3rd–13th) to fundamental apparent power, used as primary fault indicator.

Variables:
SymbolNameUnitDescription
Sₕ Harmonic apparent power VA RMS product of harmonic voltage and current magnitudes across specified harmonic orders (typically 3rd–13th)
S₁ Fundamental apparent power VA RMS product of fundamental-frequency voltage and current
Typical Ranges:
Normal operation (solar inverter): 0.3 – 0.9%
Cloud-edge transient: 1.0 – 1.6%
Internal phase-to-ground fault: 2.2 – 8.5%

💡 Worked Example

Problem: Given: RMS fundamental voltage = 230 V, RMS harmonic voltage (3rd–13th) = 42.8 V, RMS fundamental current = 125 A, RMS harmonic current (3rd–13th) = 18.3 A. Calculate HER.
1. Step 1: Compute fundamental apparent power S₁ = V₁ × I₁ = 230 × 125 = 28,750 VA
2. Step 2: Compute harmonic apparent power Sₕ = Vₕ × Iₕ = 42.8 × 18.3 ≈ 783.2 VA
3. Step 3: Apply HER = Sₕ / S₁ = 783.2 / 28,750 ≈ 0.0273 → convert to per-unit × 100 = 2.73%
4. Step 4: Compare to threshold: 2.73% > 1.8% → indicates fault condition
Answer: The HER is 2.73%, exceeding the 1.8% threshold—confirming a fault event requiring isolation.

🏗️ Real-World Application

In the 2023 Culebra Island microgrid (1.2 MW solar + 2.4 MWh BESS), a phase-to-ground fault on the 480-V distribution line triggered simultaneous trips in two downstream breakers. Oscillography revealed a 12.4-Hz sub-harmonic burst (0.25× fundamental) coinciding with inverter PLL loss-of-lock—distinct from normal 3rd/5th harmonics. Engineers reprogrammed SEL-751 relays to monitor 0.1–25 Hz inter-harmonic energy and set dual-threshold logic: HER > 1.8% + sub-harmonic energy > 0.8% of fundamental → trip. Post-deployment, fault clearance time improved from 420 ms to 86 ms, meeting IEEE 2800 <100 ms requirement for Class III faults.

📚 References