flow_depth_weir | R Documentation |
Calculates the height difference between the upstream water level and the weir crest.
flow_depth_weir(B, Q, w = Inf, mu = 0.73)
B |
Width of the weir [m]. |
Q |
Flow rate [m3/s]. |
w |
Height of the weir crest (upstream) [m]. If w = Inf, the upstream velocity is considered 0. |
mu |
Discharge coefficient [-]. Default is 0.73. |
A list with the following components:
Flow depth over the weir [m].
Flow velocity [m/s].
flow_depth_weir(B = 3, Q = 5)
flow_depth_weir(B = 3, Q = 5, w = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.