summaryrefslogtreecommitdiff
path: root/2513/CH11/EX11.4/11_4.sce
blob: 50bf6b8579cd29daf715a1555ae662e11ce8bee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc
//initialisation of variables
d=120//ft
w=16//ft
d1=120/0.8//ft
p=60*0.8//ft
h=2//ft
v=18.74*0.8//ft
s=95.23//ft
s1=0.8//ft
//CALCULATIONS
W=d-h*p//ft
S=s*s1//ft
//RESULTS
printf('in succession from the intersection of the upstream slop=% f ft',S)