Skip to content
Snippets Groups Projects
Commit 826458d7 authored by Timon Idema's avatar Timon Idema
Browse files

Removed quiz question from ch 11 (fluiddynamics) that related to demo.

parent 47cf944e
No related branches found
No related tags found
No related merge requests found
......@@ -363,23 +363,6 @@ $$ (Bernoulli3)
We therefore see that when streamlines are close together, we get not only high velocity, but also low pressure, otherwise equation {eq}`Bernoulli3` could not be satisfied. Finally, if $p_2 = p_1$, we find that $\frac12 \rho v_1^2 + \rho g z_1 = \frac12 \rho v_2^2 + \rho g z_2$, which is as much as saying that water always finds its way to the lowest point.
```{code-cell} ipython3
:tags: ["remove-input"]
import json
from jupyterquiz import display_quiz
with open("./quizes/chapter12/c12q3.json", "r", encoding="utf-8") as f:
questions = json.load(f)
display_quiz(questions, shuffle_answers=False)
```
```{figure} images/quizes/c12q3_pingpongball.png
:name: fig:c12q3_pingpongball
:width: 300px
```
(sec:potentialflow)=
### Potential flows
......
content/images/quizes/c12q3_pingpongball.png

23.9 KiB | W: | H:

content/images/quizes/c12q3_pingpongball.png

40.2 KiB | W: | H:

content/images/quizes/c12q3_pingpongball.png
content/images/quizes/c12q3_pingpongball.png
content/images/quizes/c12q3_pingpongball.png
content/images/quizes/c12q3_pingpongball.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment