various TODOs

Commit
4fdb14b652ea2a1f13b0ea0b1daaa5b59d8b9f33
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
Changed files
creator.py
index e8bba684..78c537db 100644..100644
@@ -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
index acaf7747..fd8855f3 100644..100644
@@ -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