diff options
Diffstat (limited to '797/CH5/EX5.13.e/5_13_example.sci')
-rw-r--r-- | 797/CH5/EX5.13.e/5_13_example.sci | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/797/CH5/EX5.13.e/5_13_example.sci b/797/CH5/EX5.13.e/5_13_example.sci new file mode 100644 index 000000000..b878b102d --- /dev/null +++ b/797/CH5/EX5.13.e/5_13_example.sci @@ -0,0 +1,7 @@ +//Example 5-13 Hydroelectric Power Generation from a Dam +Vdot = 100 //flow rate of water to a turbine [m^3/s] +z_1 = 120 //total available head [m of water] +h_L = 35 //head loss [m] +eta_turbinegen = 80 //overall efficiency of unit [%] +rho = 1000 //density of water [kg/m^3] +g = 9.81 //gravitational acceleration [m/s^2] |