OpenFAST / openfast

Main repository for the NREL-supported OpenFAST whole-turbine and FAST.Farm wind farm simulation codes.
http://openfast.readthedocs.io
Apache License 2.0
654 stars 447 forks source link

About OLAF error #1650

Closed xinyulii closed 1 year ago

xinyulii commented 1 year ago

Bug description When I tried to use an OLAF file, there was an error as follows:

Error reported by S-function 'FAST_SFunc' in 'BaseController/FAST Nonlinear Wind Turbine/S-Function': FAST_InitializeAll:AD_Init:Init_OLAF:FVW_Init:FVW_ReadInputFile:Invalid numerical input for file ".../5MW_Baseline/OLAF.dat" occurred while trying to read nFWPanels.

May I ask how to resolve this error?

OpenFAST-v3.1.0 Compile Info:

jjonkman commented 1 year ago

Dear @xinyulii,

My guess is that you are using input files that are not compatible with the version of OpenFAST you are using. The changes to the input files with each release of OpenFAST are documented here; https://openfast.readthedocs.io/en/main/source/user/api_change.html. As with any input file processing issue, I would suggest enabling the Echo option to debug.

Best regards,

xinyulii commented 1 year ago

Dear jjonkman, Thanks for you response!

Best regards,

xinyulii