commit to imperial units

Commit
0d4f7a9cf92c14d31d50eebfd2a6307f8d48e24c
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
Changed files
creator.py
index 6dd3c1c1..3d13c8f4 100644..100644
@@ -46,7 +46,7 @@
46 46
47 47 def __init__(self, chord, semi_span):
48 48 # Global dimensions
49 Removed: self.chord = chord if chord > 10 else 10
49 Added: self.chord = chord if chord > 40 else 40
50 50 self.semi_span = semi_span
51 51 # mass and area
52 52 self.mass = float()
main.py
index b2f67a30..b560a8d1 100644..100644
@@ -24,8 +24,8 @@
24 24
25 25 # Airfoil dimensions
26 26 NACA_NUM = 2412
27 Removed: CHORD_LENGTH = 100
28 Removed: SEMI_SPAN = 40
27 Added: CHORD_LENGTH = 68 # inches
28 Added: SEMI_SPAN = 100 # inches
29 29
30 30 # Airfoil thickness
31 31 T_UPPER = 0.1
@@ -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