NACA 4-Digit Airfoil Equations: Camber, Thickness & Coordinate Generation

Added:

NACA Basics
Camber Math
Thickness Rules
Coordinate Build
Symmetry Check

NACA Basics

0:03
Playing Section
  • 1

    Explains NACA 4-digit airfoil geometry, focusing on camber line and thickness distribution.

  • 2

    Breaks down the designation code, where each digit defines camber percentage, position, and thickness.

Basic airfoil terminology: understanding definitions of chord line, camber, leading edge, trailing edge, and thickness.
Algebraic functions and coordinate geometry: familiarity with Cartesian coordinates (x, y) and plotting mathematical equations.
Basic calculus concepts: understanding derivatives and slopes of curves, which are used to determine the angle of the mean camber line.
Foundational aerodynamics: the relationship between airfoil shape, angle of attack, and the generation of lift and drag.
Advanced NACA families: exploring 5-digit, 16-series, and 6-series airfoils designed for specific high-speed or laminar flow regimes.
Computational Aerodynamics (CFD): importing generated coordinates into software like XFOIL or ANSYS Fluent to analyze lift, drag, and pressure distributions.
Thin Airfoil Theory: applying classical aerodynamic theory to analytically estimate lift and moment coefficients of the generated shapes.
3D Wing Design: transitioning from 2D airfoil sections to 3D wings, taking into account aspect ratio, taper, sweep, and induced drag.
54.6K views986likes10:16@JoshTheEngineerOriginal Release: 2015-02-27

The NACA 4-digit airfoil series is defined by three geometric parameters: maximum camber (m) as a percentage of chord length, chordwise position of maximum camber (p) as a fraction of chord length, and maximum section thickness (t) as a percentage of chord length. The airfoil shape is constructed by first defining the mean camber line using piecewise equations, then calculating the local slope angle θ at each point, and finally adding the thickness distribution perpendicular to the camber line using trigonometric relationships. The thickness distribution follows the equation Yt = 5t[(0.2969√x - 0.1260x + 0.3516x² - 0.2843x³ + 0.1015x⁴)] for a 20% thickness airfoil, scaled by the desired thickness percentage. The upper and lower surface coordinates are obtained by offsetting from the camber line using the formulas: x_upper = x - Yt × sin(θ) and y_upper = y_camber + Yt × cos(θ), while x_lower = x + Yt × sin(θ) and y_lower = y_camber - Yt × cos(θ).