summaryrefslogtreecommitdiff
path: root/797/CH8/EX8.6.e/8_06_example.sci
diff options
context:
space:
mode:
Diffstat (limited to '797/CH8/EX8.6.e/8_06_example.sci')
-rw-r--r--797/CH8/EX8.6.e/8_06_example.sci10
1 files changed, 10 insertions, 0 deletions
diff --git a/797/CH8/EX8.6.e/8_06_example.sci b/797/CH8/EX8.6.e/8_06_example.sci
new file mode 100644
index 000000000..43a6882bf
--- /dev/null
+++ b/797/CH8/EX8.6.e/8_06_example.sci
@@ -0,0 +1,10 @@
+//Example 8-6 Head Loss and Pressure Rise during Gradual Expansion
+D_1 = 6 //initial diameter of pipe [cm]
+D_2 = 9 //increased diameter of pipe [cm]
+V_1 = 7 //velocity of water before expansion section [m/s]
+P_1 = 150 //pressure of water before expansion section [kPa]
+theta = 10 //expansion section angle [degrees]
+g = 9.81 //gravitational acceleration [m/s^2]
+alpha_1 = 1.06 //kinetic energy correction factor
+alpha_2 = 1.06
+rho = 1000 //density of water [kg/m^3] \ No newline at end of file