Replies: 2 comments 11 replies
-
|
Dear @6Mr-Y, I'll respond regarding the wind input, but let others (such as @dzalkind) respond regarding ROSCO. The synthetic turbulent wind-inflow models like Kaimal and Mann, available in TurbSim, Bladed, and HAWC wind data file formats consist of time-varying full-field turbulent inflow, but are assumed to propagate at fixed mean wind speed and direction. To create both time-varying and direction-varying wind inflow, you could use simple uniform wind data files (time varying, but uniform in space, not full-field), or you could use a high-fidelity precursor such as AMR-Wind to generate 4D wind data files (3 spatial dimensions plus 1 time dimension). Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
I would start with the open loop control demo: https://github.com/NatLabRockies/ROSCO/blob/main/Examples/14_open_loop_control.py It's the only example that sets up yaw control in both ROSCO and OpenFAST; there are a number of settings required to make it work. It might also be a good proving ground for testing the feasibility of your approach, before using closed-loop methods. Similarly, you might want to consider uniform wind inputs from InflowWind, with deterministic direction changes, to assess feasibility before setting up higher fidelity options. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,I am currently researching the yaw control of floating offshore wind turbines with the IEA 15MW turbine as my research object. I aim to implement dynamic yaw control under time-varying wind conditions using the ROSCO controller, but I am unsure how to achieve this. I have two main questions:
How can I generate a time-varying wind field where both wind speed and wind direction change over time? I am not sure which tools or methods to use for this purpose.
How can I implement dynamic yaw control of the turbine using the ROSCO controller? I have checked the example files provided with ROSCO but am unsure which example to refer to.
Any guidance would be greatly appreciated. Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions