summaryrefslogtreecommitdiff
path: root/tutorials/module_4/Schlieren example.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-11-05 10:14:21 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-11-05 10:14:21 -0700
commit35555b7bbb746bcd910dd2f42cf937e1f8f04b19 (patch)
treedeabd95e752eff34274be1058b61e9f4b82370ce /tutorials/module_4/Schlieren example.md
parent397ba81d210dad7331626e4bbaccfca3b745576c (diff)
Added 1) Spectroscopy and 2) Schlieren imaging examples
Diffstat (limited to 'tutorials/module_4/Schlieren example.md')
-rw-r--r--tutorials/module_4/Schlieren example.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/tutorials/module_4/Schlieren example.md b/tutorials/module_4/Schlieren example.md
new file mode 100644
index 0000000..718435a
--- /dev/null
+++ b/tutorials/module_4/Schlieren example.md
@@ -0,0 +1,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
+
+