From 377fabd1dd4e868524456181cefcfa2ac5d20e02 Mon Sep 17 00:00:00 2001 From: EdoAlvarezR Date: Sat, 25 Apr 2020 18:54:10 -0600 Subject: [PATCH] Comment print --- src/FLOWVLM_rotor.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FLOWVLM_rotor.jl b/src/FLOWVLM_rotor.jl index 983541b..0ed3c0f 100755 --- a/src/FLOWVLM_rotor.jl +++ b/src/FLOWVLM_rotor.jl @@ -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))