Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const solution = foil.solve();
1. Drela, M. "XFOIL: An Analysis and Design System for Low Reynolds Number Airfoils" (1989)
2. Katz, J. & Plotkin, A. "Low-Speed Aerodynamics" (2001)
3. Cebeci, T. & Bradshaw, P. "Momentum Transfer in Boundary Layers" (1977)
4. Fidkowski, K. J. "A Coupled Inviscid-Viscous Airfoil Analysis Solver, Revisited," *AIAA Journal*, Vol. 60, No. 5, 2022, pp. 2961–2971. [doi:10.2514/1.J061341](https://doi.org/10.2514/1.J061341)

## License

Expand Down
3 changes: 2 additions & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TypeWithKnife.
- **Path:** `mfoil/mfoil.py`
- **Author:** Krzysztof J. Fidkowski
- **License:** MIT
- **Source:** <https://github.com/kjfid/mfoil>
- **Source:** <https://websites.umich.edu/~kfid/codes.html>
- **Description:** Python-based airfoil analysis code used as a reference
implementation during development.

Expand All @@ -63,3 +63,4 @@ contain any XFOIL source code. The mathematical methods are documented in:
Airfoils" (1989)
- Drela, M. & Giles, M. B. "Viscous-Inviscid Analysis of Transonic and Low
Reynolds Number Airfoils" (1987)

Loading