summaryrefslogtreecommitdiff
path: root/797/CH5/EX5.13.e/5_13_example.sci
blob: b878b102d47686eb6cbd8c10d8cac4ca78f1033d (plain)
1
2
3
4
5
6
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]