-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hello ,
I have been using CCBlade in my master thesis and I have ran into a problem:
Using the example provided on github, I have set the shear exponent to 0, so that I can choose the wind speeds at each radial and azimuthal positions myself.
For azimuth = 0º, I defined the wind profile for each radial position according to the power law with shear exp = 0.2:
Then I compute the distributed loads by iterating the "distributedAeroLoads" method throughout each radial position:
And the results I get are the same that the program gives if the shear exponent 0.2 was defined as an input to the CCBlade class.
However, if I input "wind_shear" as an array, which is way faster, the results are not the same and don't seem to be correct. Here is a plot of the results for azimuth = 0º:
My work involves that I loop over this method and it would be very beneficial for me if I could input the wind speed at each radial position as an array, but the results are not correct. I have gone over the source code, but I am new to programming and cannot figure out what might be wrong. Am I missing something?
Best regards,
Miguel



