summaryrefslogtreecommitdiff
path: root/2024/CH9/EX9.6/9_6.sce
blob: c544f9c5164d323d5d79d9b4ab370e14995a7db5 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//Initialization of variables
mum=0.0000121 //lbm/ft sec
D=1.820 //in
m=1.173 //lbm/sec
//calculations
Re=1.27*m*12/(D*mum)
//results
printf("Reynolds number = %d ",Re)
//The answer is a bit different due to rounding off error in textbook