Skip to content

Commit

Permalink
move eta
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Oct 14, 2017
1 parent 5b9840e commit b02def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpkitmodels/GP/aircraft/wing/wing.py
Expand Up @@ -29,9 +29,9 @@ def setup(self, N):
lambda c: 2.0/3.0*(1+c[lam]+c[lam]**2)/(1+c[lam]),
"-", "non-dim MAC")
with Vectorize(N):
eta = Variable("\\eta", "-", "(2y/b)")
cbar = Variable("\\bar{c}", "-",
"normalized chord at mid element")
eta = Variable("\\eta", "-", "(2y/b)")
with Vectorize(N-1):
cbave = Variable("\\bar{c}_{ave}", "-",
"normalized mid section chord")
Expand Down

0 comments on commit b02def3

Please sign in to comment.