Skip to content

Commit

Permalink
Comment print
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoAlvarezR committed Apr 26, 2020
1 parent e246ce5 commit 377fabd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FLOWVLM_rotor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,6 @@ function _calc_distributedloads_lookuptable(ccbrotor::ccb.Rotor,

# Tip and hub correction factor
if tiploss_correction
println("Tip-loss correction!")
B, Rtip, Rhub, r = ccbrotor.B, ccbrotor.Rtip, ccbrotor.Rhub, ccbrotor.r[i]
factortip = B/2.0*(Rtip - r)/(r*abs(thetaV))
Ftip = 2.0/pi*acos(exp(-factortip))
Expand Down

0 comments on commit 377fabd

Please sign in to comment.