summaryrefslogtreecommitdiff
path: root/creator.py
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-07 11:27:23 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-07 11:27:23 -0700
commit2504b0dca805c349feed3716390177af69af6b80 (patch)
tree0555ac7a66e8ae737fd631754e714e41f729fb15 /creator.py
parenta90f8e3e657311c7961d137892523a301c2dd219 (diff)
class Coordinates docstring
Diffstat (limited to 'creator.py')
-rw-r--r--creator.py13
1 files changed, 11 insertions, 2 deletions
diff --git a/creator.py b/creator.py
index 9a0eadd..645ed9b 100644
--- a/creator.py
+++ b/creator.py
@@ -31,8 +31,17 @@ global parent
class Coordinates:
"""
- All classes need coordinates relative to the chord & semi-span.
- So, they all inherit from this class.
+ All airfoil components need the following:
+
+ Parameters:
+ * Component material
+ * Coordinates relative to the chord & semi-span.
+
+ Methods:
+ * Print component coordinates
+ * Save component coordinates to file specified in main.py
+
+ So, all component classes inherit from class Coordinates.
"""
def __init__(self, chord, semi_span):
Copyright 2019--2024 Marius PETER