summaryrefslogtreecommitdiff
path: root/1627/CH5/EX5.5/Ex5_5.sce
blob: dcea91ee8958ba8a6c7fac7e5833f3cfe7033139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc
//initialisation of variables
sg=0.86
m=6*10^-3//N.s/m^2
f=250*10^-3//liters/min
t=1/60//sec
d=5*10^-2//m
y=9802//N/m^3
g=9.8//m/s^2
//CALCULATIONS
V=(4*f*t)/((%pi)*(d)^2)//m/s
P=(y*sg)/(g)//N.s^2/m^4
NR=(V*d*P)/(m)
//RESULTS
printf('The lminr or flow turbulent=% f',NR)