Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Aug 7, 2020
1 parent 8df8cc8 commit d694143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ControllerBlocks.f90
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ SUBROUTINE WindSpeedEstimator(LocalVar, CntrPar, objInst, PerfData, DebugVar)

! TEST INTERP2D
lambda = LocalVar%RotSpeed * CntrPar%WE_BladeRadius/v_h
DebugVar%WE_Pitch = LocalVar%BlPitch(1)
Cp_op = interp2d(PerfData%Beta_vec,PerfData%TSR_vec,PerfData%Cp_mat, LocalVar%BlPitch(1)*R2D, lambda )
Cp_op = max(0.0,Cp_op)

Expand Down

0 comments on commit d694143

Please sign in to comment.