Skip to content

Commit

Permalink
Update chapter_1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EiseWN authored Sep 29, 2023
1 parent e30c767 commit f195149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions course/practicals/chapter_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@ plt.plot(a,b)
**You are expected to hand in this code.**
```

The aim is to calculate flow velocity and water depth in a river from known variables and parameters (find out through a web search what the difference is between "variable" and "parameter"). The flow resistance parameter for this river is $C = 44$ m<sup>1/2</sup>/s, the bankful discharge $Q_{bf} = 2500$ m<sup>3</sup>/s, the channel width $W = 500$ m and the channel gradient $S = 1.6 × 10^{−4}$ m/m. $Q_{bf}$ is defined as:
The aim is to calculate flow velocity and water depth in a river from known variables and parameters (find out through a web search what the difference is between "variable" and "parameter"). The flow resistance parameter for this river is $C = 44$ m<sup>1/2</sup>/s, the discharge $Q = 2500$ m<sup>3</sup>/s, the channel width $W = 500$ m and the channel gradient $S = 1.6 × 10^{−4}$ m/m. $Q$ is defined as:

$$
Q_{bf} = h u W \\
Q = h u W \\
$$ (Eq_1_1)
where $h$ is water depth in m and $u$ is flow velocity in m/s averaged over the depth and width of the channel. $u$ is related to $h$ following the Chezy equation:
Expand Down

0 comments on commit f195149

Please sign in to comment.