summaryrefslogtreecommitdiff
path: root/797/CH5/EX5.1.e/5_01_example.sci
blob: e3fbbcc7bd9278c4e5abdc30d6a1d1921729b399 (plain)
1
2
3
4
5
6
//Example 5-1 Water Flow through a Garden Hose Nozzle
V = 10 //volume of bucket [gal]
d_hose = 2 //inner diameter of hose [cm]
d_e = 0.8 //diameter of nozzle at exit [cm]
dt = 50 //time required to fill the bucket [s]
rho = 1 //density of water in [kg/L]