summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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