summaryrefslogtreecommitdiff
path: root/797/CH8/EX8.5.e/8_05_example.sci
diff options
context:
space:
mode:
Diffstat (limited to '797/CH8/EX8.5.e/8_05_example.sci')
-rw-r--r--797/CH8/EX8.5.e/8_05_example.sci10
1 files changed, 10 insertions, 0 deletions
diff --git a/797/CH8/EX8.5.e/8_05_example.sci b/797/CH8/EX8.5.e/8_05_example.sci
new file mode 100644
index 000000000..da18ef5d1
--- /dev/null
+++ b/797/CH8/EX8.5.e/8_05_example.sci
@@ -0,0 +1,10 @@
+//Example 8-05 Determining the Flow Rate of Air in a Duct
+L = 300 //length of pipe[m]
+D = 0.267 //diameter of pipe[m]
+h_L = 20 //maximum head loss in pipe [m]
+//Properties of air at 35C
+rho = 1.145 //density [kg / m^3]
+mu = 1.895 * 10**-5 //dynamic viscosity [kg / m.s]
+nu = 1.655 * 10**-5 //kinematic viscosity [m^2 / s]
+g = 9.81 //gravitational acceleration [m / s^2]
+Vdot_old = 0.35 //older flow rate of water [m^3/s] \ No newline at end of file