Replies: 1 comment
-
Hello, i ran into the same issue when I was trying to run the simulation with mainly negative alpha values in my polar data. I solved my problem in manually reversing the sign of alpha in the polars and reversing theta_eff. Best regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently trying to run a FLOWUnsteady simulation on the NREL 5MW baseline wind turbine, and I keep running into an issue regarding spline approximation. Below is the modified code that I have been using for the simulation:
Below are the details of my setup and the error:
Setup:
I have set all airfoil CSV files with α values in ascending order.
Spline parameters are set as spl_k = 3 and spl_s = 0.001.
I have modified the incidence sweep code to include CSV files with updated airfoil characteristics (α, Cl, Cd, Cm) values.
The α values are set from -180 to 180 degrees, with differing step sizes for each section.
Parameters like AOAs and magVinf are adjusted accordingly in the simulation code.
Error Message:
I get the following error when running the simulation in Julia:
It seems that there is an issue with the spline knot condition or ordering of data points. I have double-checked the α values, and they are sorted in ascending order from -180 to 180 degrees, with positive weights for all. Despite this, the error persists.
How can I solve this issue?
Thank you very much for your assistance. Any advice or insights would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions