Skip to content

Commit ece94cd

Browse files
committed
add XFOIL citation
1 parent 266760c commit ece94cd

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

paper.bib

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
%% This BibTeX bibliography file was created using BibDesk.
22
%% http://bibdesk.sourceforge.net/
33
4-
%% Created for Lorena Barba at 2018-11-12 19:11:55 -0500
4+
5+
%% Created for Lorena A Barba at 2019-01-28 08:19:48 -0500
56
67
78
%% Saved with string encoding Unicode (UTF-8)
89
910
1011
12+
@incollection{drela1989xfoil,
13+
Address = {Berlin, Heidelberg},
14+
Author = {Drela, Mark},
15+
Booktitle = {Low Reynolds number aerodynamics},
16+
Date-Added = {2019-01-28 08:17:38 -0500},
17+
Date-Modified = {2019-01-28 08:19:35 -0500},
18+
Doi = {10.1007/978-3-642-84010-4_1},
19+
Editor = {Mueller, T.J.},
20+
Pages = {1--12},
21+
Publisher = {Springer},
22+
Series = {Lecture Notes in Engineering},
23+
Title = {{XFOIL}: An analysis and design system for low {Reynolds} number airfoils},
24+
Volume = {54},
25+
Year = {1989}}
26+
1127
@article{BarbaForsyth2018,
1228
Author = {Barba, Lorena A., and Forsyth, Gilbert F.},
1329
Date-Added = {2018-11-12 19:08:59 -0500},
@@ -18,4 +34,5 @@ @article{BarbaForsyth2018
1834
Pages = {21},
1935
Title = {{CFD Python}: the 12 steps to {Navier-Stokes} equations},
2036
Volume = {1},
21-
Year = {2018}}
37+
Year = {2018},
38+
Bdsk-Url-1 = {https://doi.org/10.21105/jose.00021}}

paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Yet, the only way to exercise the power of potential-flow aerodynamics is throug
5858
The essential tool for applying this theoretical framework to aerodynamics is the panel method, which obtains the strength of a distribution of singularities on a body that makes the body a closed streamline. The addition of vortex singularities to satisfy a Kutta condition allows treating lifting bodies (like airfoils). The AeroPython series begins with simple point-singularity solutions of the potential equation, and applies the principle of superposition to show how to obtain streamline patterns corresponding to flow around objects. Around the half-way point, the module presents the learner with the fundamental relationship between circulation (via a point vortex) and the production of a lift force. Using a distribution of many point singularities on an airfoil, finally, the module shows how we can obtain pressure distributions, and the lift around an airfoil. With this foundation, the student is ready to apply the panel method in authentic engineering situations.
5959

6060
Exercising the power of superposition—the hallmark of the linear potential equation—via numerical computing with Python, and immediately visualizing the resulting flow patterns, the student begins to quickly interpret and imagine the real applications of this theory.
61-
At the end of the course, the student is ready to use panel methods for aerodynamic design, and knowingly adopt large software packages such as XFOIL.
61+
At the end of the course, the student is ready to use panel methods for aerodynamic design, and knowingly adopt large software packages such as XFOIL [@drela1989xfoil].
6262

6363
# Pedagory and instructional design
6464

0 commit comments

Comments
 (0)