Closed HansiLeMann closed 1 year ago
The error message indicates that the controller dynamic library you specified in ServoDyn, .\../IEA-15-240-RWT/ServoData/libdiscon.so
, either (1) doesn't exist (at least in that file location) or (2) it does exist but is not built for the same architecture as you are running the simulation on.
Are you running this on Windows? If so, you likely need a different controller file that ends with .dll
instead of .so
(which is typically used on linux systems)
Thank you for your fast reply. I am running on Windows. The file libdiscon.so exist in the given location (https://github.com/IEAWindTask37/IEA-15-240-RWT/tree/master/OpenFAST/IEA-15-240-RWT/ServoData). In same location there is a libdiscon.dll. Do I need to specify somehow that I run on windows?
When simulating the OpenFAST model of the IEA Wind 15-MW reference wind turbine on Windows, you must change ServoDyn input DLL_FileName
from "libdiscon.so" to "libdiscon.dll" (including path).
Best regards,
Thank you! It worked.
I am trying to run a simulation of the UMaine VolturnUS-S (FOWT) semi-submersible supporting the IEA-15-240-RWT wind turbine: https://github.com/IEAWindTask37/IEA-15-240-RWT/tree/master/OpenFAST/IEA-15-240-RWT-UMaineSemi
I am new to OpenFAST but have successfully been running test cases like the _5MW_OC4Semi_WStWavesWN with the approach described in: https://www.youtube.com/watch?v=I8TP84swWZE&t=382s&ab_channel=NavalArchipelago
When I run the IEA-15-240-RWT-UMaineSemi.fst via _openfastx64.exe I get the following result:
I have installed ROSCO to my raft-env.
I hope that you can help.