Sunday, January 27, 2013

Yaw calculator

To sum up all the posts about the topic and following advice by ST member Aralo, I have written a program that some of you will find very helpful. This program is divided in two modules, the objective of the first one (product development) is to compute the yaw-independent CdA given probability distributions or general data of bike and wind speed and relative orientation. This parameter allows you to compare different iterations of a product and make a reasonable choice based on the real world conditions that the component will face. The second module is designed to help with equipment selection for a given course and bike and wind speed. It allows to import bike position and speed data obtained from GPS tracking or any other source and compare the average power consumption needed for each setup.

The program can be downloaded from the following link. I have enclosed some data samples in the file to show the data structure that the program handles.


Don't forget to run MCRInstaller before running the app. Have fun and please report any bugs

Greetings

Saturday, January 5, 2013

About yaw II

I wasn't going to write more posts about this subject but I've got some results to share. If you remember my previous post about yaw, I calculated the relation between the standard deviation of the Maxwellian distribution and the average of the Rayleigh distribution for wind speeds. One of the main problems of the Rayleigh distribution is that there is only one tuning parameter. That means that average value and variability can't be chosen indepently or, alternatively, that a high average wind speed means high variability.

For that reason, I have tried to modify Dan Connelly's yaw model for a more evolved wind speed model. The Weibull distribution is a two-parameter distribution that is used to model wind speed in the energy industry but its complexity means that no analytical expression can be obtained for the yaw probability model for the fixed bike speed case. If we consider that bike speed is variable, it becomes too much computing intensive and impractical.
As I wanted to take into account variable bike speeds, the Rayleigh model was the only option for wind speeds. Assuming a Weibull distribution of bike speeds, the yaw probability function for variable bike and wind speed and bike and wind direction is:
κ, shape factor of the Weibull distribution. λ, scale parameter of the Weibull distribution. va, average wind speed
The main problem of this distribution is that it isn't normalized and, as no analytical solution exists, the normalization constant can't be computed. The normalization constant could be calculated numerically but this would be too computing intensive so I have used an alternative method. If you calculate the probability for a given yaw, the real probability would be that value divided by the normalization constant. So, if you calculate the probability for different yaws and you fit that data to a null-average gaussian distribution (as Mavic's data) multiplied by that unkown constant, the standard deviation and the normalization constant can be determined.

An example. Weibull distribution for bike speeds:
Rayleigh distribution for wind speeds:

And the resulting probability function and CDF of yaw:



More soon. Thanks for reading!