Thinking in Systems, Not Code Thinking in SystemsNot Code
Field note · What's next in transformers

Can the transformer be
smaller and safer?

The transformer on your street is a 140-year-old design: iron, copper and a tank of oil. The new solid state version is much lighter and compact. Let's compare them using simulations.

The 60-second version

If you read nothing else


100×
Smaller magnetics: run the core at 20 kHz instead of 50 Hz
6 000 → 430 A
The same fault, old iron vs solid state
98%
Less fault wear absorbed by the equipment
So what

Once it is made of electronics, fault protection is a control decision.

Chapter 1

01  High voltage for the journey


Losses in a wire grow with the square of the current, so the grid moves power at high voltage and steps it down near your house. The stepping is the transformer's job.

Power plant
15 kV at the generator terminals
Transmission
220 kV, tiny current, cool wires
Feeder
11 kV through the neighborhood
Home
230 V at the wall socket
A normal day: the feeder, the pole-top transformer and the houses, with the data panel green
Figure 1. A normal day in the model: 11 kV comes in, the pole-top transformer delivers 230 V and 50 kW to the street, and the dial sits at 218 A in the green. Nothing happens. That is what normal looks like.
Chapter 2

02  When the street shorts out


At t = 0.5 s a branch falls across the wires. From that moment the only thing limiting the current is the cable itself, and it jumps from 217 A to about 6 000.

The fault under the old breaker: arc burning at the pole, dial pegged red, wear bar full
Figure 2. The contacts are open but the arc still carries the full fault current. The dial reads 3 619 A—a smoothed average; the raw peaks reach about 6 000 A—and the wear bar is filling. By the time the arc dies the street is dark, and the equipment has taken its worst beating in years.
The grid's reflexes are mechanical. Between the fault and the cure, the transformer just has to survive.
Chapter 3

03  The transformer gets a brain


A solid state transformer does the same job with power electronics on either side of a much smaller transformer. The size gain comes from speed.

AC → DC
Electronics rectify the incoming 11 kV
20 kHz link
A fist-sized transformer does the ratio and isolation
DC → AC
Clean 230 V out—or DC directly, if you want it
Power electronics board
Figure 3. Switching semiconductors and their gate drives now do the work the iron used to do. (Photo: Pixabay.)
Chapter 4

04  Same branch, same moment


I ran the chapter 2 fault again with the solid state transformer on the pole. Same street, same branch, same instant. Its control loop caps the output at 430 A and it just sits there.

ProtectionPeak currentTime at fault currentFault wear absorbed
Old breaker (moving parts)~6 000 A~100 ms, arc included100%
Solid state breaker650 A, then cutunder 1 ms~2%
Solid state transformer430 A, heldnever exceeds its limit~7%, still serving
The same fault under the solid state transformer: dial barely off the green, lamp green
Figure 4. The same instant as Figure 2. The dial reads 405 A, the lamp is still green and the wear bar has barely moved. There is no arc because nothing was interrupted.
Chapter 5

05  The honest page


So why isn't this everywhere already? Five reasons, and they are all real engineering.

Where it lands first

Wherever its extra functions pay for themselves: data centers taking DC straight to the racks, EV fast-charging plazas, microgrids and solar-heavy feeders. Ordinary street corners will be last.

The takeaway

The old grid survives faults.
The new one refuses them.

For 140 years the transformer has been a passive machine protected by another machine. Both are turning into electronics. What I take from the simulations: the damage was never in the fault itself, it was in the tenth of a second the old hardware needed to respond.

More field notes at systemsnotcode.com →
Thinking in SystemsNot Code
© Ankit Naik 2026

Method & limits


Every number in this note comes from one simulated neighborhood: an 11 kV feeder, a 50 kW street at 230 V and a bolted short circuit at t = 0.5 s. Read the limits before you trust the conclusions.

How it was built

  1. A self-contained Modelica library (grid chain, arcing breaker, solid state breaker, averaged SST, fault and wear meters), built and simulated in Wolfram System Modeler.
  2. Every component carries a unit test; the fault scenarios are the library's example models.
  3. Simulated trajectories exported and rendered headlessly in Blender; the data panel is drawn per frame from the same trajectories.