summaryrefslogtreecommitdiff
path: root/797/CH8/EX8.4.e/8_04_example.sci
blob: 2c410abf045a5ae235a9327a5a1a58fcc4f7ac3d (plain)
1
2
3
4
5
6
7
8
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]