Fault Analysis: Calculating Short-Circuit Currents in Power Systems

simulator intermediate ~10 min
Loading simulation...
I_f ≈ 6.67 p.u. — bolted three-phase fault

A bolted three-phase fault at bus 3 with generator subtransient reactance of 0.15 p.u. produces a fault current of approximately 6.67 p.u., requiring circuit breakers rated for this interrupting capacity.

Formula

I_fault = V_prefault / (Z_thevenin + Z_fault)
S_fault = √3 · V_base · I_fault · I_base

Why Fault Analysis Matters

When a short circuit occurs in a power system, currents can surge to 10-50 times their normal values within milliseconds. These enormous currents generate intense heat and powerful electromagnetic forces that can destroy equipment, cause fires, and endanger lives. Fault analysis calculates these currents before equipment is installed, ensuring that circuit breakers can interrupt them safely and protective relays can detect them reliably.

The Thevenin Equivalent Approach

The standard method reduces the entire power network, as seen from the faulted bus, to a single voltage source behind an impedance — the Thevenin equivalent. The pre-fault voltage at the faulted bus drives current through the Thevenin impedance plus any fault impedance. This elegant simplification transforms a complex network problem into a single division operation, though computing the Thevenin impedance requires inverting the bus impedance matrix Z_bus.

Fault Current Waveform

The visualization shows both the AC symmetrical component and the DC offset that occurs when a fault initiates away from voltage zero-crossing. The total fault current peaks at approximately twice the AC component (the 'making current') during the first half-cycle. The DC component decays with the system X/R ratio, and the AC component transitions from subtransient through transient to steady-state values as different machine time constants play out.

Protective Coordination

The simulation demonstrates the concept of protection zones — each section of the network must have primary protection (fast, for faults in the zone) and backup protection (slower, in case the primary fails). Time-current coordination ensures that the relay closest to the fault operates first. If it fails, the next upstream relay operates after a deliberate time delay, minimizing the extent of the outage.

FAQ

What is fault analysis in power systems?

Fault analysis calculates the currents and voltages that result from short circuits in an electrical network. These calculations are essential for sizing circuit breakers, setting protective relays, and ensuring the safety and reliability of the power system.

What is a bolted fault?

A bolted fault is a short circuit with zero fault impedance — a direct metallic connection. It produces the maximum possible fault current and represents the worst-case scenario for equipment ratings. Real faults often have some impedance from the arc.

What is subtransient reactance?

Subtransient reactance X''_d is the effective reactance of a synchronous generator during the first few cycles after a fault. It is the smallest of the three machine reactances (subtransient, transient, synchronous) and produces the highest initial fault current.

How fast must circuit breakers operate?

Modern circuit breakers must interrupt fault current within 3-5 cycles (50-83 ms at 60 Hz). The first peak of fault current occurs at about half a cycle, so breakers must withstand this momentary current before interrupting.

Sources

Embed

<iframe src="https://homo-deus.com/lab/power-systems/fault-analysis/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub