summaryrefslogtreecommitdiff
path: root/1268/CH4/EX4.8/4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1268/CH4/EX4.8/4_8.sce')
-rw-r--r--1268/CH4/EX4.8/4_8.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1268/CH4/EX4.8/4_8.sce b/1268/CH4/EX4.8/4_8.sce
new file mode 100644
index 000000000..56107898a
--- /dev/null
+++ b/1268/CH4/EX4.8/4_8.sce
@@ -0,0 +1,7 @@
+clc;
+disp("Example 4.8")
+Re=100000 // Reynold number
+f=0.079/(Re^0.25) // friction factor according to 1/5th law
+ratio= 1+ 3.75*((f/2)^0.5)
+disp("The ratio of maximum velocity to the average velocity is ")
+disp(ratio)