From e219743e1eaa403f3f5bdb9ba6d8c2f07f03c180 Mon Sep 17 00:00:00 2001 From: planes Date: Wed, 16 Mar 2022 14:08:59 -0700 Subject: [PATCH] airfoil clean up and versioning --- {C172_Tutorial/Airfoils => Airfoils}/NACA_4412.txt | 0 .../Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_100000.txt | 0 .../Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_1000000.txt | 0 .../Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_200000.txt | 0 .../Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_50000.txt | 0 .../Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_500000.txt | 0 C172_Tutorial/tut_C172.py => tut_C172.py | 0 tut_eVTOL.py | 1 + tut_tailsitter.py | 1 + 9 files changed, 2 insertions(+) rename {C172_Tutorial/Airfoils => Airfoils}/NACA_4412.txt (100%) rename {C172_Tutorial/Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_100000.txt (100%) rename {C172_Tutorial/Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_1000000.txt (100%) rename {C172_Tutorial/Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_200000.txt (100%) rename {C172_Tutorial/Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_50000.txt (100%) rename {C172_Tutorial/Airfoils => Airfoils}/Polars/NACA_4412_polar_Re_500000.txt (100%) rename C172_Tutorial/tut_C172.py => tut_C172.py (100%) diff --git a/C172_Tutorial/Airfoils/NACA_4412.txt b/Airfoils/NACA_4412.txt similarity index 100% rename from C172_Tutorial/Airfoils/NACA_4412.txt rename to Airfoils/NACA_4412.txt diff --git a/C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_100000.txt b/Airfoils/Polars/NACA_4412_polar_Re_100000.txt similarity index 100% rename from C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_100000.txt rename to Airfoils/Polars/NACA_4412_polar_Re_100000.txt diff --git a/C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_1000000.txt b/Airfoils/Polars/NACA_4412_polar_Re_1000000.txt similarity index 100% rename from C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_1000000.txt rename to Airfoils/Polars/NACA_4412_polar_Re_1000000.txt diff --git a/C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_200000.txt b/Airfoils/Polars/NACA_4412_polar_Re_200000.txt similarity index 100% rename from C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_200000.txt rename to Airfoils/Polars/NACA_4412_polar_Re_200000.txt diff --git a/C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_50000.txt b/Airfoils/Polars/NACA_4412_polar_Re_50000.txt similarity index 100% rename from C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_50000.txt rename to Airfoils/Polars/NACA_4412_polar_Re_50000.txt diff --git a/C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_500000.txt b/Airfoils/Polars/NACA_4412_polar_Re_500000.txt similarity index 100% rename from C172_Tutorial/Airfoils/Polars/NACA_4412_polar_Re_500000.txt rename to Airfoils/Polars/NACA_4412_polar_Re_500000.txt diff --git a/C172_Tutorial/tut_C172.py b/tut_C172.py similarity index 100% rename from C172_Tutorial/tut_C172.py rename to tut_C172.py diff --git a/tut_eVTOL.py b/tut_eVTOL.py index 61f1213..fd812c2 100644 --- a/tut_eVTOL.py +++ b/tut_eVTOL.py @@ -9,6 +9,7 @@ # pacakgee imports import SUAVE +assert SUAVE.__version__=='2.5.2', 'These tutorials only work with the SUAVE 2.5.2 release' import numpy as np # module imports diff --git a/tut_tailsitter.py b/tut_tailsitter.py index de5e942..532574f 100644 --- a/tut_tailsitter.py +++ b/tut_tailsitter.py @@ -7,6 +7,7 @@ # Imports # ---------------------------------------------------------------------- import SUAVE +assert SUAVE.__version__=='2.5.2', 'These tutorials only work with the SUAVE 2.5.2 release' from SUAVE.Core import Units import pylab as plt