summaryrefslogtreecommitdiff
path: root/2024/CH9/EX9.6/9_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2024/CH9/EX9.6/9_6.sce')
-rwxr-xr-x2024/CH9/EX9.6/9_6.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2024/CH9/EX9.6/9_6.sce b/2024/CH9/EX9.6/9_6.sce
new file mode 100755
index 000000000..c544f9c51
--- /dev/null
+++ b/2024/CH9/EX9.6/9_6.sce
@@ -0,0 +1,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