diff options
Diffstat (limited to '3845/CH14/EX14.8')
-rw-r--r-- | 3845/CH14/EX14.8/Ex14_8.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH14/EX14.8/Ex14_8.sce b/3845/CH14/EX14.8/Ex14_8.sce new file mode 100644 index 000000000..9b9a59a2f --- /dev/null +++ b/3845/CH14/EX14.8/Ex14_8.sce @@ -0,0 +1,9 @@ +//Example 14.8
+rate_heat=120;//Rate of production of heat, Q/t, (W) or (J/s)
+L_v=2430;//Latent heat of vaporization (kJ/kg) or (J/g), See Table 14.2
+rate_mass=rate_heat/L_v;//Rate at which water must evaporate (g/s)
+rate_mass=rate_mass*60;//Rate at which water must evaporate (g/min)
+printf('Water must evaporate at a rate = %0.2f g/min',rate_mass)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
+
|