From 6d72e8cd8fb8d6627ee1cfa989269fd4fb50aba9 Mon Sep 17 00:00:00 2001 From: Eise Nota <128397701+EiseWN@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:18:54 +0200 Subject: [PATCH] Update chapter_3.md --- course/practicals/chapter_3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/practicals/chapter_3.md b/course/practicals/chapter_3.md index db04f54..4767b92 100644 --- a/course/practicals/chapter_3.md +++ b/course/practicals/chapter_3.md @@ -200,7 +200,7 @@ This is one of the simplest numerical solutions that provides reasonably stable - Run the script and analyse the output. -- The normal water depth $H_n$ and critical water depth $H_c$ are computed at the beginning of the script. Explain what these depths represent. Add to the figure two lines corresponding to $H = H_c$ and $H = H_n$. Modify the legend. +- The normal water depth $H_n$ and critical water depth $H_c$ are computed at the beginning of the script. Explain what these depths represent. Add to the figure two lines corresponding to $H = H_c$ and $H = H_n$. Make sure that these depths are plotted above the bed elevation. Modify the legend. - Run the code for different values of $\xi_d$. Different behaviours can be observed depending on this value. Make a representative figure for each type of observed behaviour (to add to your separate document) and comment on your findings. Discuss in particular what is happening for values less than critical depth.