diff options
Diffstat (limited to '797/CH5/EX5.1.e/5_01_example.sci')
-rw-r--r-- | 797/CH5/EX5.1.e/5_01_example.sci | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/797/CH5/EX5.1.e/5_01_example.sci b/797/CH5/EX5.1.e/5_01_example.sci new file mode 100644 index 000000000..e3fbbcc7b --- /dev/null +++ b/797/CH5/EX5.1.e/5_01_example.sci @@ -0,0 +1,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] |