summaryrefslogtreecommitdiff
path: root/2159/CH7/EX7.11/711.sce
blob: 4179bc0ea78b939ac9a5de0510603e92b5e7c1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// problem 7.11
b=1.5
d=0.8
Q=0.75
i=1/2500
A=b*d
P=b+(2*d)
m=A/P
C=Q/(((m*i)^0.5)*A)
z=(157.6/C)-1.81
K=z*(m^0.5)
disp(K,C,"Chezys constant and coefficient of roughness")