summaryrefslogtreecommitdiff
path: root/1466/CH8/EX8.3/8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH8/EX8.3/8_3.sce')
-rwxr-xr-x1466/CH8/EX8.3/8_3.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/1466/CH8/EX8.3/8_3.sce b/1466/CH8/EX8.3/8_3.sce
new file mode 100755
index 000000000..1db199dad
--- /dev/null
+++ b/1466/CH8/EX8.3/8_3.sce
@@ -0,0 +1,20 @@
+
+clc
+//initialisation of variables
+w=20//tons
+d=0.5
+w1=57.2//lb/ft^2
+vs=0.0205//ft-sec
+pi=22/7
+l=1000//ft
+g=32.2//ft/sec^2
+//CALCULATIONS
+Q=w*2240/(w1*3600)
+v=(Q*4)/(pi*d*d)
+Re=v*d/vs
+k=8*(27.1)^-1
+i=k*v*v*4/(d*g)
+hf=i*l
+hp=w*hf*2240/(3600*550)
+//RESULTS
+printf (' horse power required= %.2f ',hp)