summaryrefslogtreecommitdiff
path: root/1364/CH11/EX11.4.1/11_14_1.sce
blob: b9f0f0621f9650a0f98b4e589468e8ab6b44baa9 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
w= 62.3 //lb/ft^3
g= 32.2//ft/se^2
k= 3*10^5 //lbf/in^2
u= 10//ft/sec
//CALCULATIONS
P= u*sqrt(w*k/g)/12
//RESULTS
printf (' Rise in pressure = %.f lbf/in^2',P)