-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifying the aerodynamic data of the blade sections #1084
Comments
Hi @JasonWuTkuTw, Regarding your error, I'm guessing there is something wrong with the formatting of your airfoil data input file, but you'd have to share your file(s) to comment. Please note that to disable unsteady airfoil aerodynamic entirely, you should set If the aerodynamic coefficients are zero and unsteady airfoil aerodynamics are disabled, I would expect that you'd have zero aerodynamic rotor thrust (AeroDyn v15 output Best regards, |
Dear @jjonkman We really appreciate your help. Changing AFAeroMod = 1 in AeroDyn v15 is exactly what we need. Here are a few more questions regarding the AeroDyn15 inputs/outputs and wondering if you have any suggesion? We're trying to look at the angle of attack and axial induction factors for each section of blade 1.
Thanks, Jason Wu |
Dear @JasonWuTkuTw, Regarding your AOA/Alpha and AIF/AxInd results, have you set If you want to output airfoil data at more than the the nine nodes available via Best regards, |
Dear @jjonkman Modifying NBlOuts = 9 and BlOutNd to the desired node numbering in AeroDyn v15 gives more reasonable results. Very appreciated. Jason Wu |
Hi,
We're trying to modify the aerodynamic coefficients of the blade sections in 5MWBaseline/Airfoil/*.dat files to account for Reynolds number effects in the wind tunnel simulations of our 1/150 geometrically scaled NREL 5 MW turbine model. However, we think simply replacing the new aerodynamic coefficients may not be enough to tell FAST to correctly reflect the overall thrust coefficient. We tried changing the aerodynamic coefficients to zeros but the resulted time-averaged thrust coefficient increased by 100% instead of reducing to zero. We're wondering if it is due to the inclusion of unsteady aerodynamic data so we also tried to turn off this option by setting 'InclUAdata' to False in the blade_shape.dat files. However, this leads to a fatal error in running 'AirfoilInfo' at line #17, where the variable "NumAlf" was not found.
Any suggestions are appreciated.
Thanks,
Jason Wu
The text was updated successfully, but these errors were encountered: