

MEAN AERODYNAMIC CHORD OF AN ARBITRARY WING                /getmac/readme.txt

The files for this program are in the directory getmac
  readme.txt      general description
  getmac.f90      the complete source code
  getmac.exe      the executable program for Windows
  getmac.lnx      the executable program for Linux
  getmac.mac      the executable for Macintosh OS X (Intel)
  input.txt       instructions on preparing input
  b2.nml          an example case for a wing resembling the B-2
  b2.out          the output produced by running b2.nml
  f117.nml        an example case for a wing resembling the F-117
  f117.out        the output produced by running f117.nml
  ofw.nml         an example case for an oblique flying wing
  ofw.out         the output produced by running ow.nml
  cases.pdf       sketches of these wings
  cases.txt       a description of the cases b2, f117, ofw


The reference documents for this program may be accessed
from the web page https://www.pdas.com/getmacrefs.html.

getMAC is a program that reads the definition of a wing from an arbitrary 
number of chords. The instructions for preparing an input file for
getMAC are in the file getmac.txt. The program reads the input file and
prints the area, length of MAC, y of MAC, xle of MAC,
xte of MAC, and x of c/4 of MAC.
