summaryrefslogtreecommitdiff
path: root/creator/wing.py
diff options
context:
space:
mode:
Diffstat (limited to 'creator/wing.py')
-rw-r--r--creator/wing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/creator/wing.py b/creator/wing.py
index 472e928..b21a68c 100644
--- a/creator/wing.py
+++ b/creator/wing.py
@@ -55,7 +55,7 @@ class Airfoil(base.Component):
def __str__(self):
return self.name
- def add_naca(self, naca_num):
+ def add_naca(self, naca_num=2412):
"""Generate surface geometry for a NACA airfoil.
The nested functions perform the required steps to generate geometry,
Copyright 2019--2024 Marius PETER