Flywheel Energy Calculator Formula
Understand the math behind the flywheel energy calculator. Each variable explained with a worked example.
Formulas Used
Moment of Inertia (solid disc)
moment_inertia = inertiaStored Kinetic Energy
energy_j = 0.5 * inertia * pow(omega, 2)Energy in kWh
energy_kwh = 0.5 * inertia * pow(omega, 2) / 3600000Variables
| Variable | Description | Default |
|---|---|---|
mass | Flywheel Mass (m)(kg) | 50 |
outer_radius | Outer Radius (R)(mm) | 200 |
rpm | Rotational Speed(RPM) | 3000 |
r_m | Derived value= outer_radius / 1000 | calculated |
inertia | Derived value= 0.5 * mass * pow(r_m, 2) | calculated |
omega | Derived value= 2 * pi * rpm / 60 | calculated |
How It Works
Flywheel Rotational Energy
A flywheel stores kinetic energy in its rotating mass.
Formulas
I = 0.5 m R^2 (moment of inertia for a solid disc)
E = 0.5 I omega^2 (rotational kinetic energy)
where m is mass, R is outer radius, and omega = 2 pi N / 60 is angular velocity. The usable energy is the difference between energy at maximum and minimum operating speeds.
Worked Example
A 50 kg solid disc flywheel, 200 mm radius, spinning at 3000 RPM.
mass = 50outer_radius = 200rpm = 3000
- 01R = 0.2 m
- 02I = 0.5 x 50 x 0.04 = 1.0 kg-m^2
- 03omega = 2 x pi x 3000 / 60 = 314.16 rad/s
- 04E = 0.5 x 1.0 x 314.16^2 = 49,348 J = 49.3 kJ
Ready to run the numbers?
Open Flywheel Energy Calculator