Baselight

NASA Airfoil Self-Noise Dataset

A series of aerodynamic and acoustic tests of two and three-dimensional airfoils

@kaggle.fedesoriano_airfoil_selfnoise_dataset

Loading...
Loading...

About this Dataset

NASA Airfoil Self-Noise Dataset

Context

NASA dataset obtained from a series of aerodynamic and acoustic tests of two and three-dimensional airfoil blade sections conducted in an anechoic wind tunnel. The data was obtained from UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/datasets/airfoil+self-noise

Content

The NASA data set comprises different size NACA 0012 airfoils (n0012-il) (see LINK) at various wind tunnel speeds and angles of attack. The span of the airfoil and the observer position were the same in all of the experiments.

Source

  • Donor:
    Dr. Roberto Lopez
    robertolopez '@' intelnics.com
    Intelnics

  • Creators:
    Thomas F. Brooks, D. Stuart Pope and Michael A. Marcolini
    NASA

Attribute Information:

Input features:

  1. f: Frequency in Hertzs [Hz].
  2. alpha: Angle of attack (AoA, α), in degrees [°].
  3. c: Chord length, in meters [m].
  4. U_infinity: Free-stream velocity, in meters per second [m/s].
  5. delta: Suction side displacement thickness (𝛿), in meters [m].

Output:

  1. SSPL: Scaled sound pressure level, in decibels [dB].

Relevant Papers

T.F. Brooks, D.S. Pope, and A.M. Marcolini.
Airfoil self-noise and prediction.
Technical report, NASA RP-1218, July 1989.

K. Lau.
A neural networks approach for aerofoil noise prediction.
Master’s thesis, Department of Aeronautics.
Imperial College of Science, Technology and Medicine (London, United Kingdom), 2006.

R. Lopez.
Neural Networks for Variational Problems in Engineering.
PhD Thesis, Technical University of Catalonia, 2008.

Similar Datasets

  • CERN Electron Collision Data: LINK
  • CERN Proton Collision Dataset: LINK
  • Stellar Classification Dataset - SDSS17: LINK
  • Wind Speed Prediction Dataset: LINK

Tables

Airfoilselfnoise

@kaggle.fedesoriano_airfoil_selfnoise_dataset.airfoilselfnoise
  • 15.65 KB
  • 1503 rows
  • 6 columns
Loading...

CREATE TABLE airfoilselfnoise (
  "f" BIGINT,
  "alpha" DOUBLE,
  "c" DOUBLE,
  "u_infinity" DOUBLE,
  "delta" DOUBLE,
  "sspl" DOUBLE
);

Share link

Anyone who has the link will be able to view this.