Replies: 1 comment 3 replies
-
Dear @ACH52100, The baseline controller for the NREL 5-MW baseline wind turbine only contains logic for normal operation. In your case, you enable the controller at 200 s and the controller thinks the wind turbine is operating normally at this time, but in reality you want to initiate a start-up mode that does not exist. The controller would likely get very confused why the rotor speed is near zero and and the pitch angle is near 90 degrees (which is not a normal operating condition) and would likely act oddly. To properly implement a start-up event, I would either use the simple built-in control options available in ServoDyn for pitch ramps and generator enabling, or update the controller source code to implement your desired start-up logic. Alternatively, you could switch to a more reasonable baseline controller, such as ROSCO: https://github.com/NREL/ROSCO, although I'm not aware that start-up control logic has been implemented in ROSCO as of yet. (Perhaps @dzalkind can correct me.) Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hello !
I m quite bothered with my start-up simulations. To simulate a start-up, I use the test case 18 with a 5MW windturbine in wich I impose to start the active Pitch Control after 200 sec and using the PC_mode 5 in the ServoDyn module.
And to set the initial conditions, I changed the ElastoDyn file by setting the 3 blades at the feathered position (90°) and a rotor speed of 0 RPM.
The problem is that when I launch the simulation with those parameters, FAST tells me that the speed of the blade at the tip reach 0,7 the sound velocity exactly at the moment where the active pitch control is activated.
So, I tried a start-up with only 2 blades (n°2 and 3) and the problem disappears, leading to a normal simulation, with 2 blades start-up as you can see on the following picture
In fact, the problem occurs only if try to put the blade n°1 into feathered position at the beginning of the simulation and I don't know why...
Can somebody help me please ?
Beta Was this translation helpful? Give feedback.
All reactions