Skip to content

Commit

Permalink
Merge branch 'master' into f/flaps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Nov 18, 2019
2 parents ca9f165 + 6c3ad82 commit 07c8292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers.f90
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ SUBROUTINE VariableSpeedControl(avrSWAP, CntrPar, LocalVar, objInst)
ELSEIF (LocalVar%VS_State == 4) THEN ! Region 3, constant torque
LocalVar%GenTq = CntrPar%VS_RtTq
ELSEIF (LocalVar%VS_State == 5) THEN ! Region 3, constant power
LocalVar%GenTq = (CntrPar%VS_RtPwr/CntrPar%VS_GenEff)/LocalVar%GenSpeedF
LocalVar%GenTq = (CntrPar%VS_RtPwr/(CntrPar%VS_GenEff/100.0))/LocalVar%GenSpeedF
END IF

ENDIF
Expand Down

0 comments on commit 07c8292

Please sign in to comment.