diff options
Diffstat (limited to '1364/CH11/EX11.4.1/11_14_1.sce')
-rwxr-xr-x | 1364/CH11/EX11.4.1/11_14_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1364/CH11/EX11.4.1/11_14_1.sce b/1364/CH11/EX11.4.1/11_14_1.sce new file mode 100755 index 000000000..b9f0f0621 --- /dev/null +++ b/1364/CH11/EX11.4.1/11_14_1.sce @@ -0,0 +1,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)
|