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