flow_weir | R Documentation |
Calculates the flow over a weir crest based on upstream water level.
flow_weir(B, h, w = Inf, mu = 0.73)
B |
Width of the weir [m]. |
h |
Height difference between the upstream water level and the weir crest [m]. |
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 over the weir [m3/s].
Flow velocity [m/s].
flow_weir(B = 3, h = 1.2)
flow_weir(B = 3, h = 1.2, w = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.