Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
courtin committed Apr 6, 2018
1 parent da7076e commit b9cbe7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gpkitmodels/GP/aircraft/prop/propeller.py
Expand Up @@ -135,8 +135,7 @@ def setup(self,parent, state):
TCS([G == (1./2.)*W*c*cl]),
r == .8*R, #Assume 80% chord is representative
f == (B/2.)*.2*(1./lam_w), #.2 = 1-.8 = 1-r/R
F == (2./pi)*(1.02232*f**.0458729)**(1./.1),
#vt**2. >= (B*G/(4.*pi*r))**2*(1./(F**2.*(1.+(4.*lam_w*R/(pi*B*r))**2.))),
F == (2./pi)*(1.02232*f**.0458729)**(1./.1), #This is the GP fit of arccos(exp(-f))
#TCS([vt == (B*G/(4.*pi*r*F))]),
lam_w == (r/R)*(Wa/Wt),
va == vt*(Wt/Wa),
Expand Down

0 comments on commit b9cbe7d

Please sign in to comment.