summaryrefslogtreecommitdiff
path: root/1280/CH6/EX6.4/6_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1280/CH6/EX6.4/6_4.sce')
-rwxr-xr-x1280/CH6/EX6.4/6_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1280/CH6/EX6.4/6_4.sce b/1280/CH6/EX6.4/6_4.sce
new file mode 100755
index 000000000..fae37a852
--- /dev/null
+++ b/1280/CH6/EX6.4/6_4.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+n= 9
+N= 3000 //rpm
+s= 0.75 //inch
+d= 0.5 //inch
+//CALCULATIONS
+Q= n*N*s*%pi*d^2/(4*231)
+//RESULTS
+printf ('volume flow rate = %.1f gpm',Q)