aboutsummaryrefslogtreecommitdiff
path: root/src/XDES.INC
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-05-11 00:27:49 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-05-11 00:27:49 +0000
commit0d4f43d355de79178b1142e9735902cf641670b6 (patch)
tree2ced2323f6351db2a51090b3fd13eb11f69ff53f /src/XDES.INC
Xfoil 6.97
Diffstat (limited to 'src/XDES.INC')
-rw-r--r--src/XDES.INC8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/XDES.INC b/src/XDES.INC
new file mode 100644
index 0000000..1dce5a1
--- /dev/null
+++ b/src/XDES.INC
@@ -0,0 +1,8 @@
+C INCLUDE file for XFOIL design routines...
+C
+C---- Statement functions used to offset and scale all plots with blowups
+ XMOD(XTMP) = XSF * (XTMP - XOFF)
+ YMOD(YTMP) = YSF * (YTMP - YOFF)
+C
+ YMODP(YTMP) = YSFP * (YTMP - YOFF)
+C