I have two polynomial interpolations of raw data:
- Wind speed as a function of turbine rotation => v(r)
- Power as a function of turbine rotation => p(r)
I would like to map these functions to a function describing the relationship between wind speed and power, specifically, p(v)
To provide more information, we are trying to compare the performance of two types of machines. The parameter rotation (r) has little to do with the performance, we are more-so interested in the relationship between v and p.
These are the relationships concerned:
Power vs RPM
RPM vs Wind speed