OpenFAST / openfast

Main repository for the NREL-supported OpenFAST whole-turbine and FAST.Farm wind farm simulation codes.
http://openfast.readthedocs.io
Apache License 2.0
695 stars 459 forks source link

Blade Pitch Angle Stuck Fault Simulation Issue #2524

Open dorsamgh opened 1 week ago

dorsamgh commented 1 week ago

Hello, I hope you’re doing well. I am currently working on implementing a fault in the pitch angle control system. The fault scenario involves Blade 1’s pitch angle being fixed at its exact value at 400 seconds and remaining stuck in that position. To achieve this, I attempted to modify the relevant source code in ServoDyn, specifically the UserSubs.f90 file and the PitchCntrl subroutine, as shown in the attached image. Additionally, I’ve also included the pitch control settings from the ServoDyn module for reference.

However, when I run the simulation on the 15 MW semi-submersible turbine model, I am not getting the expected results. I intended for the Blade 1 pitch angle to behave exactly like the normal operation curve during the first 400 seconds, but it does not. I kindly ask for your guidance in resolving this issue.

Thank you very much for your help! image image image

jjonkman commented 1 week ago

Dear @dorsamgh,

I see a few problems with your approach:

Best regards,