*ARCHIVED* development moved to aircraft-studio.
various TODOs
Changed files
creator.py
@@ -302,6 +302,7 @@
302
302
self.z_u.append(airfoil.z_u[index])
303
303
x += interval
304
304
# Add upper stringers from first spar until last spar
305
Added:
# TODO: stringer placement if only one spar is created
305
306
interval = (airfoil.spar.x_u[-1]
306
307
- airfoil.spar.x_u[0]) / (stringer_u_2 + 1)
307
308
x = interval + airfoil.spar.x_u[0]
main.py
@@ -41,9 +41,9 @@
41
41
STRINGER_AREA = 0.1 # sqin
42
42
43
43
# Amount of stringers
44
Removed:
TOP_STRINGERS = 7
45
Removed:
BOTTOM_STRINGERS = 6
46
Removed:
NOSE_TOP_STRINGERS = 4
44
Added:
TOP_STRINGERS = 0
45
Added:
BOTTOM_STRINGERS = 18
46
Added:
NOSE_TOP_STRINGERS = 0
47
47
NOSE_BOTTOM_STRINGERS = 5
48
48
49
49
# population information & save path