summaryrefslogtreecommitdiff
path: root/1280/CH6/EX6.4/6_4.sce
blob: fae37a8528c7f27ca38ba570b5735cb39a4cc054 (plain)
1
2
3
4
5
6
7
8
9
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)