Skip to content

Commit

Permalink
Read shutdown and flap angle parameters from DISCON.IN
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Nov 14, 2019
1 parent e02c411 commit 222dff1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ReadSetParameters.f90
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,17 @@ SUBROUTINE ReadControlParameterFileSub(CntrPar)
READ(UnControllerParameters, *) CntrPar%PS_WindSpeeds
ALLOCATE(CntrPar%PS_BldPitchMin(CntrPar%PS_BldPitchMin_N))
READ(UnControllerParameters, *) CntrPar%PS_BldPitchMin
READ(UnControllerParameters, *)

!------------ SHUTDOWN ------------
READ(UnControllerParameters, *)
READ(UnControllerParameters, *) CntrPar%SD_MaxPit
READ(UnControllerParameters, *) CntrPar%SD_CornerFreq
READ(UnControllerParameters, *)

!------------ Flaps ------------
READ(UnControllerParameters, *)
READ(UnControllerParameters, *) CntrPar%Flp_Angle
! END OF INPUT FILE

!------------------- CALCULATED CONSTANTS -----------------------
Expand Down

0 comments on commit 222dff1

Please sign in to comment.