AE 424 Fall 2021 Group 5 Final Project: Thin Airfoil Theory#

Download the PDF

TAT: Authors#

Alexander DeWerff
Jared Fournier
Gabriel Kimuri
David Nevarez-Saenz
Trent Oberlander

TAT: Summary#

This report aims to compare analysis methods for airfoils. By selecting “Airfoil A” from the problem statement, analysis was performed using thin airfoil theory and an open source program called JavaFoil. The results of our analysis are then compared to experimental measurements and the resulting error is discussed. Thin airfoil theory and JavaFoil are found to have similar results, while experimental data strays from analysis trends.

TAT: Nomenclature#

\(\alpha\) = angle of attack (degrees)
\(c_l\) = lift coefficient
\(c_m\) = moment coefficient
\(c_p\) = pressure coefficient
\(R_e\) = Reynold’s Number
\(A_n\) = Thin Airfoil Theory Taylor Series coefficients
\(\frac{\partial}{\partial\alpha}\) = Partial Derivative with respect to \(\alpha\)

TAT: Introduction#

Thin Airfoil Theory (TAT) as described in AE 424 is the mathematical analysis of airfoil properties wherein the airfoil is represented by a vortex sheet placed on the mean camber line of the airfoil. Given four airfoils, this group decided to analyze “Airfoil A” with the given properties. This report attempts to compare analysis methods for airfoils. These methods are experimental measurements, JavaFoil, and TAT.

TAT: Procedure#

TAT: Experimental Data#

Fig 1: Surface Data for Airfoil A
_images/TAT_airfoilA.png
Fig 2: Experimental Data for Airfoil A
_images/TAT_airfoilA_data.png

TAT: JavaFoil Configuration#

Fig 3: JavaFoil Configuration Settings
_images/TAT_JavaFoilConfig.png _images/TAT_JavaFoilConfig_2.png

TAT: MATLAB Code#

_images/TAT_matlabcode.png

TAT: Results and Data#

This section contains the data from the analysis methods utilizing the tools above.

TAT: Experimental Givens#

Refer to Experimental Data for Airfoil A data.

TAT: Thin Airfoil Theory Analysis#

An important note about Thin Airfoil Theory calculations to consider is that the coefficient of the moment about the quarter chord (\(c_{m,\frac{c}{4}}\)) is not a function of \(\alpha\). Based on written calculations, repectively, \(c_{m,\frac{c}{4}} = -0.066178\) or \(-0.07332\) always.

Fig 4: Thin Airfoil Written Calculations 1
_images/TAT_written1A.png
_images/TAT_written1B.png
Fig 5: Thin Airfoil Written Calculations 2
_images/TAT_written2A.png
_images/TAT_written2B.png

TAT: JavaFoil Analysis#

Figure Set 1: Graphical Data for JavaFoil
  1. \(c_l - c_d\) Curves

_images/TAT_JavaFoilA.png
  1. \(c_l - \alpha\) Curves

_images/TAT_JavaFoilB.png
  1. \(c_m - \alpha\) Curves

_images/TAT_JavaFoilC.png
  1. \(c_p\) Curve at \(\alpha = 30°\)

_images/TAT_JavaFoilD.png

Using a trapezoidal approximation of the integral:

\[c_{l,5°} = \int_{0}^{1} (c_{p,5°,upper} - c_{p,5°,lower}) d c_p \approx 1.0355\]

TAT: MATLAB Analysis#

This section contains the results of the MATLAB code polynomial fit.

Fig 6: Plotted Airfoil Estimation
_images/TAT_matlab_fig.png
Fig 7: Isolated Mean Camber Line Esitmation
_images/TAT_matlab_fig2.png

TAT: Discussion of Differences#

TAT: Visual Comparison of Results#

Fig 8: Comparison of Experimental Data, JavaFoil, and Thin Airfoil Theory
_images/TAT_desmos.png
https://www.desmos.com/calculator/ybfidilrsp

TAT: Discussion#

As \(\alpha\) from 0° to 10°, the value of \(c_l\) is dependent on the method of analysis. Experimental data is likely from extensive wind tunnel testing and an accurate representation of actual \(c_l\) values. Error may be found in the reading of the plots, but the values are given to the group. JavaFoil data for \(R_e = 1e6\) are plotted in the figure. JavaFoil has error associated with computational methods inside of the program and in choice of \(R_e\), but compared to higher \(R_e\), the values remain within 0.01 of values in the figure. Thin Airfoil Theory results follow the trend of JavaFoil more closely than that of the experimental data, but also represents a smaller data set.

The differences between analysis method can be found entirely withint the error associated with the approximations and assumptions made. Thin Airfoil Theory does not consider \(R_e\), whereas JavaFoil does. Experimental data contains the effects of frictional forces, whereas TAT assumes inviscid flow: helping to explain the trend of decreasing \(\frac{\partial c_l}{\partial\alpha}\) in the experimental data. It should also be noted that the experimental data nears stall as it approaches \(\alpha = 10°\), further describing the decline.

TAT: References#

“Desmos Graphing Calculator,” Desmos, Inc, 2021.

Hepperle, M., “JavaFoil,” MH Aero Tools, 2018.

“MATLAB R2021b - for student use,” MathWorks, 2021.