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
665 stars 451 forks source link

OpenFAST simulation of 15MW:IEA-15-240-RWT-UMaineSemi #1912

Closed MaoDodo-T closed 9 months ago

MaoDodo-T commented 9 months ago

Hello! I am trying to run a simulation of the UMaine VolturnUS-S (FOWT) semi-submersible supporting the IEA-15-240-RWT wind turbine. I've encountered many problems, but even after referring to the issues in#1398 sequence, I still cannot run it. The following is the error I encountered after running. 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-v3.3.0 Compile Info:

OpenFAST input file heading: IEA 15 MW offshore reference model on UMaine VolturnUS-S semi-submersible floating platform

Running ElastoDyn. Running AeroDyn. Warning: Turning off Unsteady Aerodynamics because UA parameters are not included in airfoil (airfoil has likely has constant polars). (node 1, blade 1) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 2, blade 1) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 4, blade 1) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 5, blade 1) Warning: Turning off Unsteady Aerodynamics because UA parameters are not included in airfoil (airfoil has likely has constant polars). (node 1, blade 2) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 2, blade 2) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 4, blade 2) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 5, blade 2) Warning: Turning off Unsteady Aerodynamics because UA parameters are not included in airfoil (airfoil has likely has constant polars). (node 1, blade 3) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 2, blade 3) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 4, blade 3) Warning: Turning off Unsteady Aerodynamics because C_nalpha is 0. (node 5, blade 3) Running InflowWind. Running HydroDyn. WARNING: The requested output channel is invalid: WavesF1xi WARNING: The requested output channel is invalid: WavesF1zi WARNING: The requested output channel is invalid: WavesM1yi WARNING: The requested output channel is invalid: WavesF2xi WARNING: The requested output channel is invalid: WavesF2zi WARNING: The requested output channel is invalid: WavesM2yi WARNING: The requested output channel is invalid: WavesF2xi WARNING: The requested output channel is invalid: WavesF2yi WARNING: The requested output channel is invalid: WavesF2zi WARNING: The requested output channel is invalid: WavesM2xi WARNING: The requested output channel is invalid: WavesM2yi WARNING: The requested output channel is invalid: WavesM2zi Generating incident wave kinematics and current time history. Reading in WAMIT output with root name "C:\Users\tiansir\Desktop\IEA-15-240-RWT-1.1\OpenFAST\IEA-15-240-RWT-UMaineSemi\HydroData/IEA-15- 240-RWT-UMaineSemi". Computing radiation impulse response functions and wave diffraction forces. Calculating second order difference-frequency force using the full quadratic transfer function. Running MoorDyn (v2.a27, 2022-07-20). This is an alpha version of MoorDyn-F v2, with significant input file changes from v1. Copyright: (C) 2021 National Renewable Energy Laboratory, (C) 2019 Matt Hall Parsing MoorDyn input file: C:\Users\tiansir\Desktop\IEA-15-240-RWT-1.1\OpenFAST\IEA-15-240-RWT-UMaineSemi\IEA-15-240-RWT-U MaineSemi_MoorDyn.dat

FAST_InitializeAll:HydroDyn_Init:HydroDynInput_ProcessInitData: A requested output channel is invalid FAST_InitializeAll:MD_Init: Unable to parse Line type 1 on row 7 in input file. Row has wrong number of columns. Must be 10 columns.

OpenFAST encountered an error during module initialization. Simulation error level: FATAL ERROR

Aborting OpenFAST.

I hope to receive your assistance.

jjonkman commented 9 months ago

Dear @MaoDodo-T,

The error message sounds related to the formatting of the MoorDyn (MD) input file. My guess is your MoorDyn input file is not formatted for the version of MoorDyn (v2) that you are using. I would suggest switching to the most recent version of OpenFAST (v3.5.1: https://github.com/OpenFAST/openfast/releases/tag/v3.5.1), as well as the most recent version of the IEA Wind 15-MW reference wind turbine (v1.1.8: https://github.com/IEAWindTask37/IEA-15-240-RWT/releases/tag/v1.1.8)

Best regards,

MaoDodo-T commented 9 months ago

Thank you for your response. With the link you provided, I reinstalled and successfully ran the IEA-15-240-RWT wind turbine.