Skip to main content

Featured Post

Why I Wrote The Sheet Mechanic (And Why Calculations Aren’t Enough)

For engineers who already know the math—but still lose projects. For the last few years, I’ve been sharing technical guides here on Mechanical Design Handbook —how to size a motor, how to calculate fits, and (as you recently read) how to choose between timing belts and ball screws. But after 25 years in industrial automation, I realized something uncomfortable: Projects rarely fail because the math was wrong. They fail because: The client changed the scope three times in one week. A critical vendor lied about a shipping date (and no one verified it). The installation technician couldn’t fit a wrench into the gap we designed. University taught us the physics. It didn’t teach us the reality. That gap is why I wrote my new book, The Sheet Mechanic . This is not a textbook. It is a field manual for the messy, political, and chaotic space between the CAD model and the factory floor. It captures the systems I’ve used to survive industrial projec...
NEW RELEASE: Stop trying to be a Hero. Start being a Mechanic. Get "The Sheet Mechanic" on Amazon »
Disclosure: As an Amazon Associate, I earn from qualifying purchases.

Flywheel Sizing Guide: Formulas for SI & Imperial Units

Figure 1: Modern flywheels act as mechanical batteries, storing kinetic energy (0.5 Jω²) for rapid release.

The energy-storage capacity of a flywheel is determined essentially by two factors: its Polar Moment of Inertia (J) and its Rotational Speed (ω).

While modern "Grid-Scale" flywheels are used as massive batteries, the principal use in machine design is to smooth out ripples in shaft speed. By absorbing torque spikes (excess energy) and releasing it during dead spots, a flywheel acts as a mechanical reservoir.

Advertisement

Step 1: Determining the Allowable Fluctuation (Cs)

No machine runs at a perfectly constant speed. The goal is to keep the variation within harmless limits. We define this limit as the Coefficient of Speed Fluctuation (Cs):

Cs = ( ωmax - ωmin ) / ωavg

Where ω (omega) is the angular velocity in rad/s.

Machine Application Recommended Cs
Stone Crushers / Hammers 0.200
Punch Presses / Shears 0.100 - 0.150
Pumps & Compressors 0.030 - 0.050
Precision Machine Tools 0.020 - 0.030
Electric Generators 0.003 - 0.005

Step 2: Calculating Inertia (J)

Once Cs is selected, we calculate the required Mass Moment of Inertia (J). This tells us "how heavy" or "how large" the flywheel needs to be.

Figure 2: The flywheel must absorb the "Excess Energy" (Green Area) to prevent the shaft from speeding up.

The fundamental energy equation is the same for both systems, but the units differ.

J = E / ( Cs · ωavg2 )

SI Units (Metric)

  • J: Inertia in kg·m²
  • E: Energy in Joules (J)
  • ω: Speed in rad/s

Note: If using RPM, convert to rad/s:
ω = (2π · RPM) / 60

Imperial Units

  • J: Inertia in lb·ft·s² (slug·ft²)
  • E: Energy in ft·lb
  • ω: Speed in rad/s

Caution: Ensure weight (lbs) is converted to mass (slugs) by dividing by gravity (g=32.2).

Advertisement

Step 3: Energy Estimation for Engines

For internal combustion engines, we often estimate the Energy Variation (E) based on the engine's power if the exact torque curve is unknown.

E ≈ ( K · Power ) / N
For SI Units:
K ≈ 60 (Constant)
Power in Watts
N in RPM
Result E in Joules
For Imperial Units:
K ≈ 33,000 (Constant)
Power in Horsepower (hp)
N in RPM
Result E in ft·lb

Step 4: Safety Check (Hoop Stress)

Knowing J is only half the battle. You must design a shape that provides that inertia without bursting. The limiting factor is Hoop Stress (σ) caused by centrifugal force.

Figure 3: A "Rim" type flywheel is more efficient because mass is concentrated further from the center.
SI Formula:

σ = ρ · v²

σ = Stress (Pa or N/m²)
ρ = Density (kg/m³)
v = Rim Velocity (m/s)
Imperial Formula:

σ = (w · v²) / g

σ = Stress (lb/ft²)
w = Specific Weight (lb/ft³)
v = Rim Velocity (ft/s)
g = Gravity (32.2 ft/s²)

Comments

Popular posts from this blog

Roberts straight-line mechanism

Figure 1: A modern linear ball slide (like this THK model) is the contemporary solution for precise straight-line motion. Many modern engineering applications require components to move in a precise linear fashion, known as " straight-line motion ". Today, we take this for granted. We can simply purchase an off-the-shelf Linear Motion Guide that moves a device accurately along a rail with low friction. The Historical Challenge: Making a Straight Line However, in the late 17th and early 18th centuries—before the development of high-precision milling machines—it was extremely difficult to manufacture long, perfectly flat surfaces. Creating a sliding joint without significant backlash was nearly impossible. During that era, engineers had to rely on Linkages . Much thought was given to the problem of attaining a straight-line motion using only revolute (hinge) connections, which were much easier to manufacture. The most famous early result was...

Ball Detent Torque Limiter – Working Principle & Selection

Figure 1: The ball detent mechanism provides precise overload protection by disengaging instantly when the torque limit is exceeded. The First Line of Defense: Overload Clutches In high-speed automation and heavy industrial machinery, a "jam" is not a matter of if , but when . Whether it is a cardboard box getting stuck in a packaging machine or a tool crashing in a CNC lathe, the resulting torque spike can destroy gearboxes, twist shafts, and burn out expensive servo motors in milliseconds. A torque limiter (or overload clutch) is the mechanical fuse of the drive system. While electronic monitoring (current limiting) is common, it is often too slow to prevent physical damage from the massive kinetic energy stored in the system inertia. A mechanical torque limiter provides a physical disconnect that operates in a fraction of a second. Search for Torque Limiters & Safety Couplings Advertisement Why Choose ...

Chebyshev Linkage Design: Ratios & Straight-Line Motion

Figure 1: The Chebyshev linkage converts rotary input into approximate straight-line output. Introduction to the Chebyshev Linkage The Chebyshev linkage is a four-bar mechanical linkage that converts rotational motion into approximate straight-line motion . It was invented by the 19th-century Russian mathematician Pafnuty Chebyshev , who was deeply involved in the theoretical problems of kinematic mechanisms. His goal was to improve upon existing designs, such as the Watt Straight-line Mechanism , which James Watt had used to revolutionize the steam engine. While Watt's design produces a lemniscate (figure-eight) curve with a straight section, the Chebyshev linkage is often preferred in specific machinery because the straight-line portion of the path is parallel to the line connecting the two fixed ground pivots. Search for Mechanism Design & Robotics Books Advertisement Design Ratios and Geometry The gen...