Let's take a look at how wheel mass affects acceleration. In SM, we are limited to a minimum of 13lb wheels. How much would it slow us down if we used 16lb wheels? Let's find out.
- The power being absorbed by a rotating and accelerating object is equal to its moment of inertia multiplied by its rotational speed multiplied by its rotational acceleration. Power=Inertia*alpha*omega
- This quantity of absorbed power is power that doesn't make it to the ground, thus reducing the vehicle's forward acceleration ability
- How much power is actually absorbed?
- How much does that lost power affect acceleration?
-I don't have moment of inertia data for an actual wheel, but we can get close enough by calculating it based on the geometry of the wheel and it's mass. We can assume the wheel to be a combination of a disk and a hoop, with 65% of the mass in the hoop.
-For the 13 and 16 pound cases, vehicle ballast is adjusted to the car's total mass stays the same, just the wheels are different. Just like how it would be in real life.
A copy of the code I wrote to calculate the inertial power being absorbed by a wheel. It uses a simple model to predict acceleration of a miata for 25 seconds starting from 45mph.

Here are the results! From the plot below, you can see that the absorbed power reduces as speed increases. This is because even though rotational speed is increasing, the acceleration is decreasing more quickly. Magnitude wise, we are talking about HP of between 0.2 and 0.7 for the 13lb wheel setup (these numbers are for all four wheels combined). So, when we swap over to the 16lb wheel setup, we see a slight increase of absorbed power, in the 0.1 hp range. In fact, this ratio of the power for the two cases is equal to ratio of the wheel moments of inertia.
Ok, so there is a bit of difference in hp that makes it to the ground for the two cases. How much does this affect the car's acceleration? For this case, the two cars both started at 45mph and accelerated for 25 seconds. Final speed was 119mph for both of them. The 16lb wheel car traveled a distance of 3462.6 feet. The 13lb wheel car traveled 3463.8 feet. So, the 13lb wheel setup has a 1.2 foot advantage. Pretty negligible! For reference, adding 5hp to the car for the same test resulted in an extra 52 feet of distance traveled, or about 4 car lengths.
