diff options
Diffstat (limited to '779/CH16/EX16.8/16_8.sce')
-rwxr-xr-x | 779/CH16/EX16.8/16_8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/779/CH16/EX16.8/16_8.sce b/779/CH16/EX16.8/16_8.sce new file mode 100755 index 000000000..1b3762d5d --- /dev/null +++ b/779/CH16/EX16.8/16_8.sce @@ -0,0 +1,8 @@ +hf_co2 = -393522;
+hf_h20 = -285838;
+hf_ch4 = -74874;
+D = hf_co2 + (2*hf_h20);
+QCV = hf_ch4;
+disp("kJ",D,"Heat transfer per kg mol of fuel is")
+
+
|