summaryrefslogtreecommitdiff
path: root/2132/CH11/EX11.4/Example11_4.sce
blob: 37411660007aa2e58fbd44c903ef4515e7dd9ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example 11.4
clc;
clear;
close;
format('v',7);
//Given data :
Cd=0.62;//constant
H=0.12;//meter
L=0.3;//meter
g=9.81;//constant
Q=2/3*Cd*sqrt(2*g)*L*H^(3/2);//m^3/s
disp(Q,"Discharge in m^3/sec : ");