summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-13 16:34:46 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-13 16:34:46 -0700
commit99362c09681f5382470f36fed4a6caf6948a84e1 (patch)
tree7a9e3b192c8c246dd9530731222795fec0596418 /main.py
parent4bee0b332ed9c305ba40854fdecf2d7ab8a574ef (diff)
start work on evaluator for real though
Diffstat (limited to 'main.py')
-rw-r--r--main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.py b/main.py
index a530730..e0921c2 100644
--- a/main.py
+++ b/main.py
@@ -35,6 +35,7 @@ SAVE_PATH = 'C:/Users/blend/github/UCLA_MAE_154B/save'
def main():
# Create coordinate system specific to our airfoil dimensions.
+ # TODO: imperial + metric unit setting
creator.Coordinates(CHORD_LENGTH, SEMI_SPAN)
# Interate through all wings in population.
@@ -63,7 +64,7 @@ def main():
af.stringer.print_info(2)
# Plot components with matplotlib
- # creator.plot(af, af.spar, af.stringer)
+ creator.plot(af, af.spar, af.stringer)
# Save component info
af.save_info(SAVE_PATH, _)
Copyright 2019--2024 Marius PETER