Skip to content

Commit

Permalink
add init file to materials; fix vtail AR
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Dec 1, 2017
1 parent 170518e commit eb4402d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpkitmodels/GP/aircraft/tail/vertical_tail.py
Expand Up @@ -38,10 +38,10 @@ class VerticalTail(Wing):
def setup(self, N=3):
exec parse_variables(VerticalTail.__doc__)

WingSkin.material = Kevlar()
self.ascs = Wing.setup(self, N)
self.planform.substitutions.update(
{self.planform.tau: 0.08, self.planform.lam: 0.8})
{self.planform.tau: 0.08, self.planform.lam: 0.8,
self.planform.AR: 4})
if self.fillModel:
self.foam.substitutions.update({self.foam.Abar: 0.0548,
self.foam.material.rho: 0.024})
Expand Down
Empty file.

0 comments on commit eb4402d

Please sign in to comment.