Home > Sample Problems > NACA0012 Airfoil
Flow over a NACA0012 Airfoil
Problem
Description
Extensive
wind-tunnel measurements were taken for the symmetrical NACA0012 airfoil at the
The NACA0012 airfoil at an angle of attack, a, of 2.86o was chosen, since it has long been a standard two-dimensional model for evaluating wind-tunnel test techniques and computational methods. Comparisons of results from AEROFLO¡¯s simulation and the experiments are provided for the condition Ma = 0.86, Re = 9.0´106. Details of the experiment can be found in the NACA Technical Memorandum 81927
Mesh
The computational domain employs a block with 245 ´ 50 ´ 3 grid points (Figure 1). The grid is an O-grid with the i direction oriented along the surface of the airfoil.
Figure 1. Mesh of the domain
Simulation Parameters
Overall
Flow Conditions | ||
Mach No. |
0.86 | |
Reynolds No. |
9 x 106 | |
Attack Angle |
2.86o | |
Viscosity |
turbulence, Sparlart-Allmaras Model | |
Spatial
Scheme | ||
MUSCL |
WENO 33 |
WENO 34 |
Time
Scheme | ||
BW2 |
No subiteration | |
|
| |
Boundary
Conditions | ||
I=1 and I=245 |
Periodic boundary condition | |
J=1: Wall |
Wall boundary condition (type 5) | |
J=50 |
Subsonic free stream (type 32) (I=32-213) (I=32-213) | |
Initial
Conditions | ||
; ; ; |
Table 1. Simulation
Parameters
The simulation type is simple CFD using both the WENO (33 and 34) and the MUSCL scheme for spatial differencing and the Beam-Warming scheme for time differencing. The problem is solved as though two-dimensional in i and j directions. (Note that although no spatial differencing is done in the k direction, 3 grid points are still required in this direction as this is the minimum number of grid points allowed in any direction.) The Spalart-Allmaras model is used for the simulation with trip points on the surface of the blade: one each on the pressure and suction side.
Obtain the
Files
Both mesh files and project input files can be accessed below. Remember to place the grid files in a subfolder with the set up file /airfoil.
Setup file (foil.afl)
Grid file (foil.in).
Another C-Grid files also can be found below. In this case, the grid files should be placed in a subfolder /Carifoil.
Setup file (foilC.afl)
Grid file (foilC.PLOT3D).
Start the
Simulation
Change the directory to the subfolder with the selected grid and spatial scheme. Start the simulation by
mpirun ¨Cnp 1 mpiaeroflo.exe < foil.afl
Simulation
Results
Figures 2, 3 and 4 show the pressure plot for the MUSCL, WENO 33 and WENO 34 results. Note the shock present on the suction side at approximately half the chord length.
Figure 2. Pressure contours
(MUSCL)
Figure 3. Pressure contours (WENO
33)
Figure 4. Pressure contours (WENO
34)
Comparison of Different
Spatial Schemes
Figure 5 shows the comparison of different spatial schemes for the coefficient for pressure. The results are also compared with the referenced experimental measurements. It shows that WENO 34 scheme provide best result.
Figure 5. Comparison of the coefficient of pressure, Cp, with experimental measurements for WENO and MUSCL procedures
CFL
Test
The CFL performances for different spatial schemes are also tested for this problem. The test results are summarized in Table 2.
|
Spatial
Scheme |
Time
Scheme |
Turbulence
Model |
Grid
Size ¦¤s=min(¦¤xi) |
Test Value
CFL= ¦¤t/ ¦¤s, CFLa=(1+1/M)CFL | ||
Converge (¡Ì) or
Diverge(x) |
|
|
|
|
¡Ì |
¡Ì |
x |
NACA0012
Airfoil Ma=0.86 Re=9.0x106 ¦Á=2.86o |
MUSCL |
BW2 |
Spalart-Allmaras |
1.55368E-4 |
5.0E-4 CFL=3.218 CFLa=7.246 |
1.6E-3 CFL=10.298 CFLa=22.273 |
1.7E-3 CFL=10.942 CFLa=23.665 N=24 |
WENO
33 |
BW2 |
Spalart-Allamaras |
5.0E-4 CFL=3.218 CFLa=7.246 |
2.0E-3 CFL=12.873 CFLa=27.841 |
2.1E-3 CFL=13.516 CFLa=29.233 N=3 | ||
WENO
34 |
BW2 |
Spalart-Allamaras |
5.0E-4 CFL=3.218 CFLa=7.246 |
2.5E-3 CFL=16.091 CFLa=34.801 |
2.6E-3 CFL=16.734 CFLa=36.193 N=15 |
* The CFL
condition is computed by CFL=
¦¤t/ ¦¤s, which assume the reference flow velocity u=1.0.
** ¦¤s=min(¦¤xi) is the minimum
computational grid spacing
*** CFLa=(u+a) ¦¤t/
¦¤s=u(1+1/M)CFL is a measure of how far a sound wave can travel through the
flow.
Table 2. CFL Number Test for
Different Schemes
Convergence
Performance
The convergence performances of the different spatial schemes are shown in Figure 6 by comparing the iteration norm.
Figure 6. The comparison of
iteration norm for different spatial schemes
Reference: