I decided to test the mathematical cycling power model published by Martin, Milliken, Cobb, McFadden, and Coggan using the data from my iAero. I developed a program that calculates power using the iAero data and the power equation described in this article. The equation is quite detailed and includes several components:
Values for CDA and CRR can be difficult to determine, especially since they change throughout any ride based on the position of the cyclist and the quality of the road. Fortunately, the iAero computes average values for both of these coefficients during the calibration ride. I decided to use three different values of CDA in my program: (1) the iAero coefficient for regular road grades, (2) a scaled-up number for high grades, and (3) a scaled-down number for downhill grades. I had to guess a value for the wheel rotation resistance, but this isn't a big deal since it amounts to about one or two percent of the total aerodynamic resistance. An equation for wheel bearing frictional losses was included in the article. Changes in potential and kinetic energy were easy to calculate given that wind speed, bike speed, and elevation data are gathered by the iAero.
The first component of the program that I wrote calculates power based on all the above-mentioned factors and compares it to the power measured by the iAero. The figure below shows that the model does a fairly good job of calculating power throughout the ride. Indeed, when I ran this program for multiple power files, the average error in total energy (power*time=energy) was 2.65%. This is quite good considering major factors, like the coefficients of aerodynamic drag and rolling resistance, are anything but constant.
Once the power calculation model had been validated, I decided to add two features to it. First, the data from the iAero (minus power data) was used to calculate how fast I would have gone (and how far) without any wind. This negates the detriment of headwinds as well as the benefit of tailwinds. Second, I used the iAero data to calculate how fast and far I would have traveled without any wind on a flat road. This second calculation in essence converts the outdoor effort to a ride on an indoor trainer and in essence normalizes rides so that they can be compared by distance. I've included figures of data from four different rides illustrating how these efforts compare.
This first ride was from a 36-mile loop that includes little elevation gain (789 feet) and had very little wind that day. There is little difference in the three velocities, as is to be expected for a fairly flat, wind-free ride. The distances (in miles) were 36.918 (actual ride), 36.601 (ride with no wind, –0.9%), and 37.227 (flat ride with no wind, +0.8%).
The second ride was a criterium workout on a 1.2-mile loop that has about 35 feet elevation gain per loop. This figure shows that the wind actually increased my peak speed by a few miles per hour on many of the laps. The distances (in miles) were 20.586 (actual ride), 19.088 (ride with no wind, –7.3%), and 19.711 (flat ride with no wind, +4.2%).
The third ride was a 45-mile out-and-back ride up and down a mountain, including an elevation gain of about 3,600 feet. It is obvious in the figure where I was climbing the mountain as the calculated flat, windless speed is consistently double to triple my actual speed. Then, on descending the mountain, that same flat, windless speed plummets and hovers near zero while my actual speed averaged about 30 mph and peaked over 45 mph. The distances (in miles) were 44.914 (actual ride), 43.050 (ride with no wind, –4.2%), and 51.542 (flat ride with no wind, +14.8%).
The fourth ride was the middle day (3 of 5) of my trip from Provo, UT to Mesquite, NV. This ride included an elevation gain of about 8,800 feet and a brutal headwind that never let up and that I will never forget. The figure shows how my power output was a consistent effort that would average 18 mph on a flat road with no wind. However, the incessant wind kept me down between five and ten mph for much of the ride. The distances (in miles) were 70.651 (actual ride), 90.196 (ride with no wind, +27.7%), and 106.381 (flat ride with no wind, +50.6%).