summaryrefslogtreecommitdiff
path: root/2021/CH9/EX9.8/Ex9_8.sce
blob: e3b64dba2962d65a760fcb3a0e097e3d81a33d4a (plain)
1
2
3
4
5
6
7
8
//Finding of Discharge over a Cipolletti weir
//Given
L=1.8;
H=1.2;
Cd=0.632;
//To Find
q=1.866*L*H^(3/2);
disp("Discharge over a Cipolletti weir ="+string(q)+" m^3/sec");