Replies: 11 comments 9 replies
-
Hi, Figure 6 shows the wind speed estimate compared to the rotor averaged wind speed. The rotor average wind speed will smooth the signal, compared to a single point measurement in space. The rotor average wind speed was calculated from a full-field turbulence generated using TurbSim. I don't know the exact parameters used to generate the file, but I'm sure you could reproduce that figure with your own configuration. The wind speed estimator was implemented in Fortran here: https://github.com/NREL/ROSCO/blob/122c75864c1c0c1a828975180f46e77220771e60/rosco/controller/src/ControllerBlocks.f90#L187 I'm sure it's possible to design a wind speed estimator in python. Best, Dan |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, Thank you @dzalkind for your earlier response! I’m curious about the use of a wind speed estimator. What is the primary reason for using one? When a turbine operates under real conditions, wind speeds can vary widely, ranging from 0 to 20 m/s. How does such an estimator perform under these varying real-world conditions? Additionally, I’m interested in designing a custom wind speed estimator in Python and replacing the existing estimators in ROSCO. Could anyone provide insights or guidance on how to approach this? Thank you in advance for your help! Best regards, |
Beta Was this translation helpful? Give feedback.
-
I would like to estimate wind speed as shown in Figure 6 of your paper, "A Reference Open-Source Controller for Fixed and Floating Offshore Wind Turbine." I created three DISCON files based on the IEA-15-240-RWT-UMaineSemi with the following cases: I used case_gen to generate .fst files with the following parameters: p["TMax"]=600 I ran simulations for each .fst file with the wind speed stepped from 9 to 12 m/s. The simulation results are shown below: My Question: Thank you for your time and insights! |
Beta Was this translation helpful? Give feedback.
-
Dear @dzalkind, I attempted to replicate Figure 6 from your paper "A Reference Open-Source Controller for Fixed and Floating Offshore Wind Turbine."with the following parameters: Wind speed turbulence: 8 m/s turbSim TimeStep = 0.01 Could you please confirm if I plotted it correctly? Upon closer inspection, the estimation plot appears slightly delayed and doesn’t align perfectly with the averaged wind speed. Is this behavior expected, or is there something I need to adjust? |
Beta Was this translation helpful? Give feedback.
-
Dear @dzalkind, First of all thank you for all helps. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi @dzalkind, |
Beta Was this translation helpful? Give feedback.
-
Dear @dzalkind, WE_Mode=0 : One-second low pass filtered hub height wind speed, in this case(WE_Mode=0) the first order low pass filter of Wind1VelX is not consistent with one second low pass filter. WE_Mode=1: Immersion and Invariance Estimator, WE_Mode=2: Extended Kalman Filter in case(WE_Mode=2) rmse=0.58m/s which in this case is different from the value of 0.48 m/s in your paper. 1-could you please have a look if my simulations is correct or I should correct something. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear @dzalkind, could you please answer more specific about this questions? in this case(WE_Mode=0) the first order low pass filter of Wind1VelX is not consistent with one second low pass filter. 2-in case(WE_Mode=2) rmse=0.58m/s which in this case is different from the value of 0.48 m/s that you mentioned in your paper[A reference open-source controller for fixed and floating offshore wind turbines, Figure 6] when you mentioned rsme is 0.48 m/s, you wanted to show that this accuracy is achieavable in every simulation or not? |
Beta Was this translation helpful? Give feedback.
-
Dear @dzalkind, it would be appritiated if you help me to find out what is the issue. |
Beta Was this translation helpful? Give feedback.
-
Hello @dzalkind, I am adding some figures. also I alreasy add data(Run.out and Run.RO.dbg) and code here: For the next time I ask my question in Rosco repository. Best regards |
Beta Was this translation helpful? Give feedback.
-
Thank you again , by the way, according to your kind guidance if Best regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Nikhar,
I have a question regarding your paper titled "A Reference Open-Source Controller for Fixed and Floating Offshore Wind Turbine."
In Figure 6 of the paper, you show a wind speed estimator. However, it appears that the wind speed used in this figure is not real but rather generated with an average of 11 m/s. In contrast, real wind turbine operations would involve actual wind speed measurements with significantly more fluctuation.
Could you please explain this? Specifically, was the wind speed estimator shown in Figure 6 based on idealized conditions, and how does it compare to real-world scenarios where fluctuating wind speeds are present?
Does wind speed stimator implemented in FORTRAN?
Is it possible to design a new wind speed stimator with python?
Beta Was this translation helpful? Give feedback.
All reactions