summaryrefslogtreecommitdiff
path: root/172/CH15/EX15.6/ex6.sce
diff options
context:
space:
mode:
Diffstat (limited to '172/CH15/EX15.6/ex6.sce')
-rwxr-xr-x172/CH15/EX15.6/ex6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/172/CH15/EX15.6/ex6.sce b/172/CH15/EX15.6/ex6.sce
new file mode 100755
index 000000000..de3cd3f57
--- /dev/null
+++ b/172/CH15/EX15.6/ex6.sce
@@ -0,0 +1,13 @@
+//ques6
+//determining heat transfer per kilomole of fuel entering combustion chamber
+clear
+clc
+//1-CH4
+//2-CO2
+//3-H2O
+//hf-standard enthalpy of given substance
+hf1=-74.873;//kJ
+hf2=-393.522;//kJ
+hf3=-285.830;//kJ
+Qcv=hf2+2*hf3-hf1;//kJ
+printf('Heat transfer per kilomole of fuel entering combustion chamber = %.3f kJ ',Qcv); \ No newline at end of file