Skip to content

Commit

Permalink
Shutdown: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abhineet-gupta committed Nov 24, 2024
1 parent cca0117 commit 6164c81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rosco/controller/src/ControllerBlocks.f90
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ SUBROUTINE ComputeVariablesSetpoints(CntrPar, LocalVar, objInst, DebugVar, ErrVa
LocalVar%VS_RefSpd = LocalVar%VS_RefSpd - LocalVar%SS_DelOmegaF
ENDIF

! Force zero torque in shutdown mode
!IF (LocalVar%SD_Trigger) THEN
! LocalVar%VS_RefSpd = CntrPar%VS_MinOMSpd
!ENDIF

! Force minimum rotor speed
LocalVar%VS_RefSpd = max(LocalVar%VS_RefSpd, CntrPar%VS_MinOmSpd)

Expand Down

0 comments on commit 6164c81

Please sign in to comment.