summaryrefslogtreecommitdiff
path: root/650/CH8/EX8.11/11.sce
diff options
context:
space:
mode:
Diffstat (limited to '650/CH8/EX8.11/11.sce')
-rwxr-xr-x650/CH8/EX8.11/11.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/650/CH8/EX8.11/11.sce b/650/CH8/EX8.11/11.sce
new file mode 100755
index 000000000..8bf60a549
--- /dev/null
+++ b/650/CH8/EX8.11/11.sce
@@ -0,0 +1,14 @@
+clc
+// H_L=1.2*v^2/2/g
+
+// H_L=4*f*L_eq/d*V^2/2/g
+
+// L_eq=60*d
+
+// H_L=240*f*v^2/2/g
+// Combining the two equations for head loss
+// 1.2*v^2/2/g=240*f*v^2/2/g
+
+f=1.2/240;
+disp("Friction factor =")
+disp(f) \ No newline at end of file