summaryrefslogtreecommitdiff
path: root/551/CH11/EX11.29/29.sce
diff options
context:
space:
mode:
Diffstat (limited to '551/CH11/EX11.29/29.sce')
-rwxr-xr-x551/CH11/EX11.29/29.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/551/CH11/EX11.29/29.sce b/551/CH11/EX11.29/29.sce
new file mode 100755
index 000000000..0e25824b5
--- /dev/null
+++ b/551/CH11/EX11.29/29.sce
@@ -0,0 +1,12 @@
+clc
+// X(0.88/12 C + 0.12/2 H2) + Y O2 + 79/21*Y N2 → 0.12CO2 + a O2 + (0.88 – a) N2 + b H2O
+
+X=0.12/(0.88/12);
+b=0.06*X;
+a=0.0513;
+Y=0.2203;
+Air_supplied=0.2203*32/0.233;
+
+AF=Air_supplied/X;
+disp("A/F ratio =")
+disp(AF) \ No newline at end of file