summaryrefslogtreecommitdiff
path: root/2132/CH11/EX11.7/Example11_7.sce
blob: 805eaf8d2359297d04d7feb1047ff0763cd43d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Example 11.7
clc;
clear;
close;
format('v',6);
//Given data :
Cd=0.62;//constant
Q=250;//litres/sec
Q=Q*10^-3;//m^3/s
theta=90;//degree
g=9.81;//constant
d=1.3;//meter
H=(Q/8*15/Cd/sqrt(2*g)/tand(theta/2))^(2/5);//m
h=d-H;//meter
disp(h,"Position above the bed in meter : ");