Wing Plan Anal
Wing Plan Anal
Wing Plan Anal
Program WingPlanAnal
WingPlanAnal provides local and integrated planform properties given the description of the
planform. The properties are defined in the Geometry for Aerodynamicists Appendix to the
Configuration Aerodynamics notes. Currently the program assumes a symmetric planform.
Program Operation:
Running the program, you will be prompted for the name of an input data set. The maximum
name length is 15 characters. The output is sent to the screen, but can be sent to a file by
changing the value of IWRIT to something other than 6 in the main program. The sample data
case on the disk is B2Plan.inp.
INPUT
Card Field Columns Variable Description
1 1 1-60 Title Card
2 1 1-10 FILM The number of points describing the leading edge
3 Blank Card used to put headers on the leading edge data
4 1 1- 10 YL(i) spanwise position of leading edge break point
2 11-41 XL(i) streamwise position of leading edge break point
Note: card 4 is repeated FILM times
5 1 1-10 FITM The number of points describing the trailing edge
6 Blank Card used to put headers on the trailing edge data
7 1 1- 10 YT(i) spanwise position of trailing edge break point
2 11-41 XT(i) streamwise position of trailing edge break point
Note: 7 is repeated FITM times
OUTPUT
The input is echoed to allow for an easy check of the data, and to keep all information together.
Then a table of leading edge and trailing edge locations and sweep angles is printed out. Then the
integral characteristics are given. See the sample output below for details. If desired, the user can
interactively ask for the leading and trailing edge locations and sweep at specific spanwise
locations. A Sample input and output are available on the web.
1/30/06 1
WingPlanAnal - from the Virginia Tech Aerodynamics and Design Software Collection
B-2 Planform
2.0 Number of LE pts
YL XL
0.0 0.00
86.0 59.47
6.0 Number of TE pts
YT XT
0.00 65.46
12.66 56.82
22.50 63.24
43.90 48.26
72.74 67.90
86.00 59.47
end of data
Planform Properties
Enter name of data set:
B2plan.inp
Planform Points
i YLE XLE
1 0.0000 0.0000
2 86.0000 59.4700
i YTE XTE
1 0.0000 65.4600
2 12.6600 56.8200
3 22.5000 63.2400
4 43.9000 48.2600
5 72.7400 67.9000
6 86.0000 59.4700
1/30/06 2
WingPlanAnal - from the Virginia Tech Aerodynamics and Design Software Collection
Integral Quantities
1/30/06 3