diff options
author | Marius Peter <blendoit@gmail.com> | 2019-06-23 12:28:45 -0700 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2019-06-23 12:28:45 -0700 |
commit | c9dde0aa778331bc110dc1e223cb76816847a08c (patch) | |
tree | 83285d0a2806d1cafe6552bfc03069b0d0633f47 | |
parent | 4e562fba0de3f00b5240e6e09176ee73584f620f (diff) |
lift
-rw-r--r-- | evaluator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evaluator.py b/evaluator.py index eea4f67..046d4dd 100644 --- a/evaluator.py +++ b/evaluator.py @@ -41,6 +41,7 @@ class Evaluator: # Coordinates self.x = airfoil.x self.z = airfoil.z + # Lift self.lift_rectangular = [] self.lift_elliptical = [] self.lift_total = [] |