Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercritchfield committed Mar 10, 2023
1 parent 378632b commit bb418e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CCBlade.jl
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ function nondim(T, Q, Vhub, Omega, rho, rotor, rotortype)

CT = T / (rho * A * (Omega*Rp)^2)
CP = P / (rho * A * (Omega*Rp)^3) # note that CQ = CP
if CP < 0
if CT < 0
FM = 0.0 # creating drag not thrust
else
FM = CT^(3.0/2)/(sqrt(2)*CP)
Expand Down

0 comments on commit bb418e6

Please sign in to comment.