powered by
Calculates the height difference between the upstream water level and the weir crest.
flow_depth_weir(B, Q, w = Inf, mu = 0.73)
A list with the following components:
Flow depth over the weir [m].
Flow velocity [m/s].
Width of the weir [m].
Flow rate [m3/s].
Height of the weir crest (upstream) [m]. If w = Inf, the upstream velocity is considered 0.
Discharge coefficient [-]. Default is 0.73.
flow_depth_weir(B = 3, Q = 5) flow_depth_weir(B = 3, Q = 5, w = 1)
Run the code above in your browser using DataLab