IEAWindTask37 / IEA-15-240-RWT

15MW reference wind turbine repository developed in conjunction with IEA Wind
Apache License 2.0
203 stars 125 forks source link

The VTK file can't be created when considering the difference-frequency 2nd-order wave kinematics? #163

Closed Steven647 closed 8 months ago

Steven647 commented 8 months ago

Dear All,

When I was running IEA 15MW Umiane semi-submersible model with OpenFAST, the WrVTK in IEA-15-240-RWT-UMaineSemi.fst is switched to 2 and VTK_type to 1 , and then the following problem occured:

OpenFAST-v3.5.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. Running InflowWind. Running HydroDyn. WaveTMax is less then the simulation time. Wave data will repeat every WaveTMax seconds. Generating incident wave kinematics and current time history. Calculating second order difference frequency wave kinematics.

FAST_InitializeAll:FAST_Init:FAST_ReadPrimaryFile:1/VTK_fps is not an integer multiple of DT. FAST will output VTK information at 13.333 fps, the closest rate possible. FAST_InitializeAll:HydroDyn_Init: WaveElevSeries arrays for first and second order wave elevations are of different sizes.

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

Aborting OpenFAST.

If the WvDiffQTF in IEA-15-240-RWT-UMaineSemi_HydroDyn.dat is setted to FALSE, the problem will disappear.

How to solve the above problems?

gbarter commented 8 months ago

@luwang00 @andrew-platt Could you please respond here or wherever else the question is posted.

andrew-platt commented 8 months ago

Please see the OpenFAST issue here: https://github.com/OpenFAST/openfast/issues/1809 and fix here: https://github.com/OpenFAST/openfast/pull/1621

Steven647 commented 8 months ago

Please see the OpenFAST issue here: OpenFAST/openfast#1809 and fix here: OpenFAST/openfast#1621

Thank you very much!!!