Skip to content

Commit

Permalink
fix tau; free var in wing model
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Jan 11, 2018
1 parent 24f2707 commit ae774c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/jho.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def setup(self, Wfueltot, df70=True):
Volavn = Variable("\\mathcal{V}_{avn}", 0.125, "ft**3",
"avionics volume")

self.wing.substitutions[self.wing.planform.tau] = 0.115

constraints = [
Wzfw >= sum(summing_vars(components, "W")) + Wpay + Wavn,
self.emp.htail.Vh <= (
Expand Down

0 comments on commit ae774c5

Please sign in to comment.