summaryrefslogtreecommitdiff
path: root/797/CH8/EX8.4.e/8_04_example.sci
diff options
context:
space:
mode:
Diffstat (limited to '797/CH8/EX8.4.e/8_04_example.sci')
-rw-r--r--797/CH8/EX8.4.e/8_04_example.sci9
1 files changed, 9 insertions, 0 deletions
diff --git a/797/CH8/EX8.4.e/8_04_example.sci b/797/CH8/EX8.4.e/8_04_example.sci
new file mode 100644
index 000000000..2c410abf0
--- /dev/null
+++ b/797/CH8/EX8.4.e/8_04_example.sci
@@ -0,0 +1,9 @@
+//Example 8-4 Determining the Diameter of an Air Duct
+L = 150 //length of pipe[m]
+Vdot = 0.35 //air flow rate[m^3 / s]
+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] \ No newline at end of file