summaryrefslogtreecommitdiff
path: root/1466/CH4/EX4.9/4_9.sce
blob: bef1e1a31d5cd863eb72857a02748951f7d02b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

clc
//initialisation of variables
d= 6 //in
d1= 2 //in
v= 0.59 //ft/sec
L= 1.25 //ft
g= 32.2 //ft/sec^2
//CALCULATIONS
Cc= d^2/(d1^2*(sqrt(L*(2*g)/v^2)+1))
//RESULTS
printf (' Coefficient of conraction = %.3f ',Cc)