🎓 Lesson 16 D5

EMT vs. Phasor vs. RMS Modeling Tradeoffs

EMT, Phasor, and RMS models are different ways to simulate how electricity behaves in power systems—like choosing between a high-speed video, a slow-motion replay, or a single still photo to understand motion.

🎯 Learning Objectives

  • Calculate simulation speedup ratio between Phasor and EMT models for a given 3-bus system
  • Analyze tradeoffs in accuracy vs. computational cost when selecting RMS vs. Phasor modeling for transient stability assessment
  • Explain why EMT modeling is mandatory for validating surge arrester coordination per IEEE C62.22
  • Apply model selection criteria (time horizon, frequency content, required fidelity) to design an appropriate simulation strategy for a mine-site grid with VFD-fed conveyors and medium-voltage capacitor banks

📖 Why This Matters

In mining operations, sudden load changes from blasting circuits, regenerative braking from haul trucks, or capacitor bank switching can trigger voltage sags, resonances, or insulation failures. Choosing the wrong simulation model—like using RMS for arc-flash analysis or Phasor for IGBT switching events—leads to unsafe designs, unexplained tripping, or costly over-engineering. Module 9 hinges on this decision: it’s not about 'which model is best,' but 'which model is fit-for-purpose.'

📘 Core Principles

Model fidelity exists on a spectrum: EMT resolves microsecond-scale phenomena (e.g., thyristor turn-on, cable reflections) by solving differential equations with nanosecond timesteps and full electromagnetic component models (e.g., distributed-parameter lines, nonlinear saturable transformers). Phasor models solve algebraic equations in the phasor domain at 50/60 Hz, assuming quasi-steady-state—valid for electromechanical transients (>100 ms) but masking harmonics >5th order. RMS models reduce variables to smooth envelope trajectories (dV/dt < 10 V/s), suitable for minutes-long dynamic stability but incapable of capturing fault inception or reclosing transients. The key insight is that model choice defines *what physics you see*—and what you miss.

📐 Simulation Fidelity–Speed Tradeoff Index

This index quantifies the computational efficiency gain of simplified models relative to EMT, normalized by acceptable error in critical metrics (e.g., peak overvoltage, rotor angle deviation). It guides model selection when validation constraints exist.

Fidelity–Speed Tradeoff Index (FSTI)

FSTI = T_EMT / T_model

Quantifies computational speedup of a simplified model relative to EMT baseline for identical scenario and output metrics.

Variables:
SymbolNameUnitDescription
T_EMT EMT simulation runtime seconds Wall-clock time to simulate event with EMT model
T_model Simplified model runtime seconds Wall-clock time for same event using Phasor or RMS model
Typical Ranges:
Phasor vs. EMT (medium grid): 50× – 500×
RMS vs. EMT (large network): 1000× – 10,000×

💡 Worked Example

Problem: For a mine substation with 12.47 kV bus, EMT simulation timestep = 1 μs, runtime = 8.2 sec for 0.5 sec event. Phasor equivalent timestep = 10 ms, runtime = 0.041 sec. Required accuracy: ±2% on overvoltage during capacitor energization.
1. Step 1: Compute speedup ratio = EMT runtime / Phasor runtime = 8.2 / 0.041 = 200×
2. Step 2: Validate Phasor accuracy: Compare peak overvoltage — EMT = 1.82 p.u., Phasor = 1.76 p.u. → error = |1.82−1.76|/1.82 = 3.3% > 2% tolerance
3. Step 3: Conclude Phasor insufficient; RMS would yield >15% error (no harmonic resolution); EMT required despite cost
Answer: The result is FSTI = 200× speedup but 3.3% error — exceeding the 2% accuracy requirement. Thus, EMT is mandatory despite computational cost.

🏗️ Real-World Application

At Newmont’s Boddington Mine (WA), a 2022 study investigated repeated 33 kV feeder breaker trips during conveyor startup. RMS modeling predicted stable operation (<5° rotor swing). Phasor modeling revealed 12° oscillation post-fault—still within ANSI C37.118 limits. EMT modeling uncovered a 4.2 kV, 120 kHz transient at the VFD input filter caused by interaction between cable capacitance and transformer inrush—triggering protection misoperation. Only EMT captured the root cause, leading to snubber redesign and IEEE 1597.1-compliant validation.

📚 References