blob: 718435a87bd4aff5a4a2e3068cf8aa69a83f69fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Summary of things to ask students to do:
- Read density images (txt files) into Python
- Compute density gradient at each pixel in the image for a bunch of images
- Make schlieren movie out of the density gradient files
- For density images between 1 - 10 us cut the image over the central plane of the kernel and plot Density vs. Radius. Obtain Temperature vs. Radius for a given pressure of 1 atm using equation of state.
Read density data.
Compute density gradient for each
Make Schlieren image for each
|