diff options
| author | blendoit <blendoit@gmail.com> | 2019-10-07 02:57:01 -0700 |
|---|---|---|
| committer | blendoit <blendoit@gmail.com> | 2019-10-07 02:57:01 -0700 |
| commit | 76f3f92a300121f30998d60bd12b10f8c6fd0e2a (patch) | |
| tree | 29ebfcf8eb40851c72444e51b9fec1238acaf8b8 /creator/wing.py | |
| parent | 445a834e6a5e790a7f37730d6e5d8824b8f598f4 (diff) | |
final Evaluator implementation
Diffstat (limited to 'creator/wing.py')
| -rw-r--r-- | creator/wing.py | 2 |
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, |