diff options
Diffstat (limited to '797/CH5/EX5.12.e')
-rw-r--r-- | 797/CH5/EX5.12.e/5_12_example.sci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/797/CH5/EX5.12.e/5_12_example.sci b/797/CH5/EX5.12.e/5_12_example.sci new file mode 100644 index 000000000..7bcb65a75 --- /dev/null +++ b/797/CH5/EX5.12.e/5_12_example.sci @@ -0,0 +1,8 @@ +//Example 5-12 Pumping Power and Frictional Heating in a Pump +Wdot_electric = 15 //power rating of motor [kW] +eta_motor = 90 //efficiency of motor [%] +Vdot = 50 //water flow rate through pump [L/s] +P_1 = 100 //pressure at inlet of pump [kPa] +P_2 = 300 //pressure at outlet of pump [kPa] +rho = 1000 //density of water [kg/m^3] +c = 4.18 //Specific heat of water [kJ/kg.K] |