*ARCHIVED* development moved to aircraft-studio.
lift
evaluator.py
@@ -41,6 +41,7 @@
41
41
# Coordinates
42
42
self.x = airfoil.x
43
43
self.z = airfoil.z
44
Added:
# Lift
44
45
self.lift_rectangular = []
45
46
self.lift_elliptical = []
46
47
self.lift_total = []