summaryrefslogtreecommitdiff
path: root/evaluator.py
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-07-04 10:42:01 -0700
committerMarius Peter <blendoit@gmail.com>2019-07-04 10:42:01 -0700
commit04e871de7e318fec404975176800ccebf9e5e741 (patch)
tree730976120031202138414d1694606f2c705fb407 /evaluator.py
parent7d0859d55a984a0c42111a620b3bb1ed7982c38e (diff)
docstrings
Diffstat (limited to 'evaluator.py')
-rw-r--r--evaluator.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/evaluator.py b/evaluator.py
index d41716c..ad1f873 100644
--- a/evaluator.py
+++ b/evaluator.py
@@ -73,7 +73,6 @@ class Evaluator:
def info_save(self, save_path, number):
"""Save all the object's coordinates (must be full path)."""
-
file_name = 'airfoil_{}_eval.txt'.format(number)
full_path = os.path.join(save_path, file_name)
try:
@@ -199,7 +198,6 @@ class Evaluator:
def analysis(self, V_x, V_z):
"""Perform all analysis calculations and store in class instance."""
-
self.drag = self.get_drag(10)
self.lift_rectangular = self.get_lift_rectangular(13.7)
self.lift_elliptical = self.get_lift_elliptical(15)
Copyright 2019--2024 Marius PETER