Skip to content

Commit

Permalink
link to kutta
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Jun 15, 2024
1 parent b50d315 commit e7a72c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/airfoil.fee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ intro: |
# Potential flow around an airfoil profile

The Laplace equation can be used to model potential flow.
For the particular case of a airfoil profile, the Dirichlet condition at the wing has to satisfy the Kutta condition.
For the particular case of a airfoil profile, the Dirichlet condition at the wing has to satisfy the [Kutta condition](https://en.wikipedia.org/wiki/Kutta%E2%80%93Joukowski_theorem).

This example

Expand Down
3 changes: 2 additions & 1 deletion examples/laplace.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ attempt does not seem to be good.</figcaption>

The Laplace equation can be used to model potential flow. For the
particular case of a airfoil profile, the Dirichlet condition at the
wing has to satisfy the Kutta condition.
wing has to satisfy the [Kutta condition].

This example

Expand Down Expand Up @@ -483,4 +483,5 @@ alt="Potential and velocities zoomed over the airfoil" />
airfoil</figcaption>
</figure>

[Kutta condition]: https://en.wikipedia.org/wiki/Kutta%E2%80%93Joukowski_theorem
[Joukowsky profile]: https://en.wikipedia.org/wiki/Joukowsky_transform
3 changes: 2 additions & 1 deletion examples/laplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ $ ffmpeg -y -framerate 20 -f image2 -i maze-tran-bu-%03d.png maze-tran-bu.gif

The Laplace equation can be used to model potential flow. For the
particular case of a airfoil profile, the Dirichlet condition at the
wing has to satisfy the Kutta condition.
wing has to satisfy the [Kutta
condition](https://en.wikipedia.org/wiki/Kutta%E2%80%93Joukowski_theorem).

This example

Expand Down

0 comments on commit e7a72c5

Please sign in to comment.