Skip to content

Commit

Permalink
change spar loading model
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Nov 10, 2017
1 parent fd78b66 commit b7c0afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpkitmodels/GP/aircraft/wing/boxspar.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" cap spar "
from gpkit import Model, Variable, Vectorize
from sparloading import ChordSparL
from sparloading import SparLoading
from gustloading import GustL

class BoxSpar(Model):
Expand Down Expand Up @@ -42,7 +42,7 @@ def setup(self, N, surface):
tcore >= tcoret*surface["c_{ave}"]*surface["\\tau"]
]

self.loading = ChordSparL
self.loading = SparLoading
self.gustloading = GustL

return constraints

0 comments on commit b7c0afa

Please sign in to comment.