summaryrefslogtreecommitdiff
path: root/1627/CH4/EX4.5/Ex4_5.sce
blob: f2372c71a9ab2c32e5b350596c9af512dff28562 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
p=8000*10^-3//liters/min
r=15*10^-2//cm
v=2.5//m
//CALCULATIONS
V1=(4*(p)*(1/60))/(%pi*(r)^2)//m/s
D=sqrt(4*(p)*(1/60)/(%pi*v))*100//cm
//RESULTS
printf('The diameter of the suction line is=% f cm',D)