*ARCHIVED* development moved to aircraft-studio.
redundant corodinates
Changed files
evaluator.py
@@ -38,10 +38,7 @@
38
38
+ airfoil.spar.mass
39
39
+ airfoil.stringer.mass)
40
40
self.mass_dist = []
41
Removed:
# Upper coordinates
42
Removed:
self.x = airfoil.x
43
Removed:
self.z = airfoil.z
44
Removed:
# Lower coordinates
41
Added:
# Coordinates
45
42
self.x = airfoil.x
46
43
self.z = airfoil.z
47
44
self.lift_rectangular = []
main.py
@@ -98,7 +98,7 @@
98
98
af.stringer.info_save(SAVE_PATH, _)
99
99
100
100
# Plot components with matplotlib
101
Removed:
# creator.plot_geom(af)
101
Added:
creator.plot_geom(af)
102
102
103
103
# Evaluator object contains airfoil analysis results.
104
104
eval = evaluator.Evaluator(af)
@@ -106,7 +106,7 @@
106
106
eval.analysis()
107
107
# eval.info_print(2)
108
108
eval.info_save(SAVE_PATH, _)
109
Removed:
# evaluator.plot_geom(eval)
109
Added:
evaluator.plot_geom(eval)
110
110
# evaluator.plot_lift(eval)
111
111
112
112
# Print final execution time