Commits on Source (13)
-
Thomas Lambert authored
-
Thomas Lambert authored
-
Thomas Lambert authored
-
Thomas Lambert authored
-
Thomas Lambert authored
-
Thomas Lambert authored
Rather than looking for the stall point using findpeaks, simply look for the highest local maximum. Not only is this faster and cleaner, but it removes the unneeded dependency to the _Signal Processing Toolbox_.
-
Thomas Lambert authored
-
Thomas Lambert authored
-
Thomas Lambert authored
This allows the user to create polars for interpolated airfoils. When the shape of the local airfoil is unknown but is between sections of known airfoils, this allows to create interpolated airfoils polars based on the known polars of the bounding airfoils.
-
Thomas Lambert authored
-
Thomas Lambert authored
-
Thomas Lambert authored
-
Thomas Lambert authored
Showing
- +af_tools/+utils/spacedvector.m 11 additions, 1 deletion+af_tools/+utils/spacedvector.m
- +af_tools/@Airfoil/Airfoil.m 5 additions, 0 deletions+af_tools/@Airfoil/Airfoil.m
- +af_tools/@Airfoil/interpairfoil.m 123 additions, 0 deletions+af_tools/@Airfoil/interpairfoil.m
- +af_tools/@Polar/Polar.m 3 additions, 1 deletion+af_tools/@Polar/Polar.m
- +af_tools/@Polar/interppolar.m 166 additions, 0 deletions+af_tools/@Polar/interppolar.m
- +af_tools/findstall.m 10 additions, 20 deletions+af_tools/findstall.m
- +af_tools/nacacamber.m 8 additions, 8 deletions+af_tools/nacacamber.m
- CHANGELOG.md 44 additions, 1 deletionCHANGELOG.md
+af_tools/@Airfoil/interpairfoil.m
0 → 100644
+af_tools/@Polar/interppolar.m
0 → 100644