Geometry

This section includes descriptions of several purely geometry related programs.

Back to Software Review
Back to Content

FOIL 1.2

Use:airfoil library and graphics
Author:Gregory Payne
Address:550 Del Ray Avenue, Sunnyvale, CA 94086, greg@aerometrics.com, or 1119 Bridle Drive, Richland, WA 99352
Platform:Macintosh
Documentation:code comes with manual
Availability:Downloaded from America Online
License:Foil is free, but not public domain. The author retains all rights. It may be distributed freely, but may not be sold. Foil may be included on disks that are sold for a small charge to cover costs, but only with express written permission from the author.
Code:user gets executable code
Graphics:yes
Discussion:This program contains a huge library of airfoils. Practically every airfoil which has had its coordinates published is included. This also means that most of the airfoils are of mainly historical interest. The program can compare airfoils graphically.
Back to Geometry Menu

Virginia Tech Collection

Use:various
Author:collected from various sources
Address:mason@aoe.vt.edu
Platform:various, mainly Macintosh
Documentation:manuals are available, mostly converted from original sources
Availability:many are free, some are restricted and the original source must provide the code.
License:not to be sold, contribution of Virginia Tech AOE should be acknowledged.
Code:source code available, mainly FORTRAN
Graphics:generally not
Discussion:The various codes are listed below:

FOILGEN: This program is used for airfoil geometry generation. For airfoils with analytically defined ordinates, this program produces airfoil definition data sets in common file format. This includes NACA 4-digit, 4-digit modified and 5-digit airfoils. In addition, the NACA 6 and 6A camber lines are available. The user can combine any combination of thickness and camber lines available within these shapes. This provides a wide range of airfoil definitions. The program runs interactively.

LADSON: This is the NASA program that provides a reasonable approximation to the NACA 6 and 6A series airfoils. It was written by Charles Ladson and Cuyler Brooks (Ladson and Brooks, 1974). Originally it ran on the NASA CDC computer. It has been ported to run on a personal computer (Macintosh). Only minor modifications were made to produce a program to generate a set of ordinates in a standard file format.

The program is only an approximation to the ordinates because there is no simple algebraic formula available to describe the thickness distribution. I spoke briefly to Charles Ladson some years ago, and he said that he thought it would be impossible to generate a more accurate program. When he was doing this work he investigated the availability of more detailed notes on these airfoils and discovered that all the records have been destroyed. The only information available is that contained in the actual NACA reports. However, this program is much more accurate than attempts to simulate the 6 and 6A series thickness envelope by using a modified NACA 4-digit airfoil formula. The program was developed to handle thicknesses from 6 to 15 percent

One other possible problem is the value at the trailing edge. Originally further processing was required to find the value. The program was modified to linearly extrapolate the values near the trailing edge to get the final values. This was the approach recommended by Ladson. This is done in the new routine added to generate the file of points, stdout. The user should check this approximation if the results appear to be in error at the trailing edge.
Back to Geometry Menu

FLOFT/WLOFT

Use:wing and fuselage lofting
Author:Peter Garrison
Address:1613 Altivo Way, Los Angeles, CA 90026, voice: (213) 665-139, fax: (213) 953-8378
Platform:IBM PC
Documentation:?
Availability:The two programs are $350, and academic discounts are available reducing the price to $245. Additional copies are available at 40% discount.
License:-
Code:user gets executable
Graphics:yes
Discussion:These are new three-dimensional DOS-based IBM PC Programs. They are CAD programs for developing fuselage(FLOFT) and wing(WLOFT) lines. They compute all geometric properties, and can provide geometry for arbitrary section cuts. They can generate surface meshes, and the models can be ported to AutoCAD. The method of conic sections is used in FLOFT. WLOFT is designed to work with airfoil definitions, and prints wing sections in a variety of forms.

Note: A recent note on the sci.aeronautics newsgroup provided some useful comments related to these programs. Mike Logan, NASA Langley (mlgan@avd47.larc.nasa.gov) relayed the results of a study made at another school. In that study, Mike's Quickmod code was judged to be better than FLOFT/WLOFT for developing aircraft geometry. AutoCAD was judged second, followed by Raymer's RDS code, DesignCAD and finally FLOFT/WLOFT. For an individual doing a particular job, each of these methods should be evaluated to decide which one is most appropriate.
Back to Geometry Menu