Replies: 6 comments 2 replies
-
Dear @mohsamaz, Which operating system are you running on? Is the ROSCO dynamic library (libdiscon.so) stored in the location you've specified (in the lib directory three directories back from where you are running OpenFAST? Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear Dr. @jjonkman , |
Beta Was this translation helpful? Give feedback.
-
Dear @mohsamaz, Than you are using the wrong dynamic library of ROSCO. A dynamic library (shared object) has a .so extension on Linux, but on Windows, the dynamic library should have a .dll extension. You can find precompiled dynamic libraries for Windows of various releases of ROSCO here: https://github.com/NREL/ROSCO/releases. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear Dr. @jjonkman , |
Beta Was this translation helpful? Give feedback.
-
Dear Dr. @jjonkman, As you said, I downloaded ROSCO-2.9.5 from https://github.com/NREL/ROSCO/releases, but I got the same error: 1- ROSCO-2.9.5 OpenFAST-v3.5.3
OpenFAST input file heading: Running ElastoDyn. FAST_InitializeAll:SrvD_Init:BladedInterface_Init:The dynamic library .../../../lib/libdiscon.so OpenFAST encountered an error during module initialization. Aborting OpenFAST. Also I downloaded ROSCO-2.8.1 and I got the error: OpenFAST-v3.5.3
OpenFAST input file heading: Running ElastoDyn. FAST_InitializeAll:InflowWind_Init:InflowWind_ParseInputFileInfo:ParseLoVar:
OpenFAST encountered an error during module initialization. Aborting OpenFAST. |
Beta Was this translation helpful? Give feedback.
-
Hi @mohsamaz , Were you able to run ROSCO? Do you think you could be kind enough to share a video or step-by-step of your screen on how you are able to use ROSCO? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello,
Hello,
I am currently working with ROSCO and noticed that the TestCase folder contains several cases, including the NREL-5MW. Inside this folder, I found the NREL-5MW.fst file, which I would like to run.
Here’s what I attempted:
Navigated to the NREL-5MW folder.
Used Shift + Right-click to open the context menu.
Attempted to run it using the openfast_355.exe (OpenFAST version 3.5.5, located in another folder).
However, I’m not sure if I’m doing this correctly. Could someone guide me on the proper steps to run this test case, or let me know if additional configurations are needed?
Thank you in advance for your help!
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.5.5
Compile Info:
Execution Info:
OpenFAST input file heading:
FAST Certification Test #18: NREL 5.0 MW Baseline Wind Turbine (Onshore)
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.
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 1, blade 1)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 2, blade 1)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 3, blade 1)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 4, blade 1)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 1, blade 2)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 2, blade 2)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 3, blade 2)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 4, blade 2)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 1, blade 3)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 2, blade 3)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 3, blade 3)
Warning: Turning off Unsteady Aerodynamics because polar has constant data. (node 4, blade 3)
Running InflowWind.
Running ServoDyn.
Running ServoDyn Interface for Bladed Controllers (using Intel Visual Fortran for Windows).
FAST_InitializeAll:SrvD_Init:BladedInterface_Init:The dynamic library .../../../lib/libdiscon.so
could not be loaded. Check that the file exists in the specified location and that it is compiled
for 64-bit applications.
OpenFAST encountered an error during module initialization.
Simulation error level: FATAL ERROR
Aborting OpenFAST.
Beta Was this translation helpful? Give feedback.
All reactions