Skip to content

Commit

Permalink
change mfac substitutions in vtail and htail
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Oct 14, 2017
1 parent c6da5c0 commit fc071b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gpkitmodels/GP/aircraft/tail/empennage.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ def setup(self):
W = Variable("W", "lbf", "empennage weight")

self.htail = HorizontalTail()
self.htail.substitutions.update({"m_{fac}": 1.1})
self.vtail = VerticalTail()
self.vtail.substitutions.update({"m_{fac}": 1.1})
self.tailboom = TailBoom()
self.components = [self.htail, self.vtail, self.tailboom]

Expand Down

0 comments on commit fc071b7

Please sign in to comment.