-
Notifications
You must be signed in to change notification settings - Fork 465
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
The "CoeffData" array was not assigned because the file is too short. #1238
Comments
Dear @shipors, From the error message, my guess is your airfoil data input file is not formatted properly. How does your airfoil data file compare to one of the example airfoil data files provided with OpenFAST (e.g., here: https://openfast.readthedocs.io/en/main/_downloads/5ba9cfc7b0b53c6530f7032f44cb4874/ad_polar_example.dat)? Regarding Best regards, |
Dear @jjonkman I checked my airfoil data input file and found that it was not much different from the example airfoil data files provided with openfast. There are only differences in line 7, 19, 23, 24 and 27 of example airfoil data files. There are no such lines in my file. Can you find my format error? My code is attached, thank you! Best wishes!
|
Dear @shipors, Does adding quotes around the "DEFAULT" keyword solve the problem? And presumably you have 101 lines in your table of aerodynamic coefficients (you only show 7 lines), from -180 to 180 degrees? Best regards, |
Dear @jjonkman I checked it again and found that the number of lines in the aerodynamic coefficient table of the first airfoil file I set was wrong. Actually, it should be 101 lines, But I found it was 120 lines. After modification, it can run normally. Thank you for your inspiration! Best wishes! |
Bug description
I tried to transfer the parameters of a balded wind turbine model of another person to the fast software, and the following error occurred when running aerodyn.
In addition, I would like to ask you, there is a blafid parameter in aerodyn v15.00. * blade definition input file. How can I confirm which airfoil file is related to which nodes?
This is a complete error message(I know I should use the FST file. Here I use a TXT file to input the FST file. I think there is no problem)
C:\Users\13417\Desktop\bladed\LoadCases>TwinRotor_x64 TwinRotor_x64.txt
OpenFAST
Copyright (C) 2022 National Renewable Energy Laboratory
Copyright (C) 2022 Envision Energy USA LTD
This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY.
See the "LICENSE" file distributed with this software for details.
OpenFAST-Unversioned from 42a5a81
Compile Info:
Execution Info:
OpenFAST input file heading:
FAST Certification Test #19: IEA 15.0 MW Baseline Wind Turbine with OC3 Monopile RF
Configuration, for use in offshore analysis
Running ElastoDyn.
Nodal outputs section of ElastoDyn input file not found or improperly formatted.
Running AeroDyn.
AD15 Nodal Outputs: Nodal output section of AeroDyn input file not found or improperly formatted.
Skipping nodal outputs.
FAST_InitializeAll:AD_Init:Init_AFIparams:AFI_Init:ReadAFfile:ParseSiAry:
OpenFAST encountered an error during module initialization.
Simulation error level: FATAL ERROR
OpenFAST encountered an error during module initialization.
Simulation error level: FATAL ERROR
Aborting OpenFAST.
The text was updated successfully, but these errors were encountered: