PDAS home > Contents > FairData
Public Domain Aeronautical Software (PDAS)  

When wind tunnel data is presented in a report, it is usually shown plotted on cartesian axes with the data points shown as symbols. A curve is usually presented along with these points; this curve does not go precisely through each point, but it is offered as a smooth curve that represents the data. This curve is called the fairing of the data or sometimes the fair curve through the data. The old way to create these curves required the test engineer or data technician to plot the data points, usually on a large piece of paper, and to use pencil, eraser, plastic curves and judgement to draw the fairing of the data. In the modern digital world, we seem to be agreed that we are not going to do it the old way, but it is not entirely obvious what new technique is going to replace the hours and hours of hand labor required for the traditional plots.

One approach is that of a smoothing spline as described in NASA TN D-7397 by Robert Smith, Joseph Price and Lona Howser. You should get a copy of this report to work with this program.

I am interested in this algorithm because I hope to expand this collection of software to include Public Domain Wind Tunnel Data for the Aeronautical Engineer. I hope that the tests will have the original digital data but I want to present a fairing that might also allow the user to interpolate in the data for points of interest. To do this, I need to store the fairing digitally and with a minimum of storage required. This algorithm may do the trick.

PDAS home > Contents > FairData
Public Domain Aeronautical Software (PDAS)