-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathREADME
More file actions
63 lines (41 loc) · 1.28 KB
/
README
File metadata and controls
63 lines (41 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
General
-------
XFOIL and its plot library should compile on any Unix system
with normal Fortran-77, C, and X-Windows support. So far,
XFOIL has been tested on the following systems:
DEC-5000
Alpha
SGI
* Sun
* RS/6000
* HP-9000
* Pentium/Linux
The systems marked with "*" have peculiar features which require slight
modifications to the Makefiles in the plotlib/ and bin/ directories.
Examine these Makefiles before building the plot library and XFOIL.
Build sequence
--------------
1) Build Orr-Sommerfeld database in ./orrs
% cd orrs
Follow directions in orrs/README
2) Build the plot library in ./plotlib ...
% cd plotlib
% edit Makefile (set compiler flags for your machine)
% make libPlt.a
3) Build the programs in ./bin ...
% cd bin
% edit Makefile (set compiler flags for your machine)
% make xfoil
% make pplot
% make pxplot
Documentation
-------------
User Guide is in the xfoil.doc file. If impatient, you can just
run XFOIL in the runs/ directory, which contains a few input files:
% cd runs
% ../bin/xfoil
The file session.txt contains keyboard inputs for a typical interactive
session. If one is lost when running XFOIL, typing a "?" at any command
prompt, e.g.
.GDES c> ?
will always produce a keyboard command menu.