diff options
Diffstat (limited to '3685/CH16/EX16.9/Ex16_9.sce')
-rw-r--r-- | 3685/CH16/EX16.9/Ex16_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3685/CH16/EX16.9/Ex16_9.sce b/3685/CH16/EX16.9/Ex16_9.sce new file mode 100644 index 000000000..04f7f737c --- /dev/null +++ b/3685/CH16/EX16.9/Ex16_9.sce @@ -0,0 +1,11 @@ +clc
+// Below values are taken from table
+Hr = -249952+(18.7*560)+(70*540)
+Hp = 8*(-393522+20288)+9*(-241827+16087)+6.25*14171+70*13491
+Wcv = 150 // Energy out put from engine in kW
+Qcv = -205 // Heat transfer from engine in kW
+n = (Wcv-Qcv)*3600/(Hr-Hp)
+printf("\n Example 16.9 \n")
+printf("\n Fuel consumption rate is %f kg/h",n*114)
+//The answers vary due to round off error
+
|