Skip to content

Commit

Permalink
add static model in
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Mar 26, 2018
1 parent 0b3c8ae commit c47db82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpkitmodels/GP/aircraft/prop/propeller.py
Expand Up @@ -38,7 +38,7 @@ def setup(self, static, state):
Tc == T/(0.5*rho*V**2*pi*R**2),
z2 >= Tc + 1,
etai*(z1 + z2**0.5/etaadd) <= 2,
]
], static

class Propeller(Model):
""" Propeller Model
Expand Down

0 comments on commit c47db82

Please sign in to comment.