← All articles
technologyenergyengineeringmachinesSeptember 17, 20263 min read

How Do You Store Energy in Something Spinning? Mass Moving Fast

By the BrainSnail editorial team. How these articles are written and checked, and how to tell us when one is wrong.

A heavy spinning wheel holds energy that can be taken back out, which smooths uneven machines and is now used to stabilise electricity grids. The idea is ancient and the engineering is not.

What it does in a machine

Many machines deliver or demand power unevenly, and a spinning mass evens that out. A piston engine produces a push only during part of each cycle and nothing during the rest, so without something to carry it through, the crankshaft would slow between firings and the engine would run roughly or stop. A heavy wheel attached to the shaft absorbs energy during the power stroke and gives it back during the rest of the cycle, keeping the speed nearly constant. The same principle serves a press that needs a large force briefly, where the wheel accumulates energy from a small motor over several seconds and releases it in a fraction of one, which allows a modest motor to do work it could never do directly.

What determines the capacity

Two factors govern how much energy is held and they are not equal:

  • The mass, which contributes in direct proportion
  • The rotational speed, which contributes as its square
  • Mass placed far from the axis counts for far more than mass near it
  • Doubling speed therefore stores four times as much as doubling mass stores twice
  • Material strength sets the speed limit, since the wheel tries to tear itself apart
  • Modern designs therefore favour light strong composites spun very fast over heavy metal spun slowly

The modern version

Current engineering has moved away from heavy iron entirely. A modern storage unit uses a rotor of carbon fibre composite, which is far stronger for its weight than steel, spun at tens of thousands of revolutions per minute inside a vacuum chamber to remove air resistance, supported on magnetic bearings so nothing touches and nothing wears. Energy goes in and out through an electrical machine that acts as a motor to spin it up and a generator to slow it down. Such a unit responds within milliseconds, tolerates being cycled hundreds of thousands of times without degrading, and works across a wide temperature range, which are all advantages over batteries. It loses its charge over hours rather than days, which is the significant limitation.

The failure that engineers worry about

A stored energy that can be released gradually can also be released all at once, and that possibility governs the whole design. A rotor spinning fast enough to be useful holds energy comparable to a substantial quantity of explosive, and if the material fails the fragments leave at enormous speed, which has killed people. Steel rotors fail by throwing large pieces, which is why they are contained in heavy housings or buried below ground. Composite rotors fail differently and more benignly, tending to disintegrate into fibres and dust that are absorbed by the housing rather than punching through it, which is one of the strongest arguments for the material beyond its strength. Containment, burst testing and speed limiting are standard, and no installation relies on the rotor simply not failing.

Where they are used now

The applications follow directly from responding fast and cycling endlessly rather than from storing a great deal. Electricity grids use banks of them to hold frequency steady, absorbing and supplying power within milliseconds as supply and demand fluctuate, which matters increasingly as generation shifts to sources that do not themselves provide the stabilising inertia that large rotating generators used to supply. Rail systems recover braking energy from trains and return it for acceleration. Uninterruptible power supplies use them to carry a load for the seconds a standby generator takes to start. Spacecraft use them both to store energy and to control orientation. Experimental vehicles have used them for braking recovery, notably in motorsport.

The takeaway

A spinning mass absorbs energy when there is a surplus and returns it when there is a deficit, which smooths a piston engine and lets a small motor drive a heavy press. Speed counts as its square while mass counts directly, so modern designs use light composite rotors spun extremely fast in a vacuum on magnetic bearings. They respond in milliseconds and cycle endlessly, which suits grid frequency control and braking recovery.

Practise this

Questions from AI and Machine Learning

Reading about something is not the same as being able to recall it. These are real questions from the AI and Machine Learning unit in our Technology track, answers and explanations included. The unit has 121 in total across 23 steps.

  • Match the pairsLevel 2

    1. Match each short name to what it means.

    Answer: AI = Artificial intelligence; ML = Machine learning; Bot = An automatic helper program

    AI is artificial intelligence, ML is machine learning, and a bot is an automatic helper program.

  • Fill the blankLevel 1

    2. A neural network is loosely inspired by the human ____.

    • braincorrect
    • knee
    • ear
    • hair

    Neural networks are loosely based on the brain.

  • True or falseLevel 2

    3. If an AI is trained on wrong or messy examples, it can learn the wrong things.

    Answer: True

    Bad training data leads to a bad model, sometimes called garbage in, garbage out.