summaryrefslogtreecommitdiff
path: root/615/CH8/EX8.8
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /615/CH8/EX8.8
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '615/CH8/EX8.8')
-rwxr-xr-x615/CH8/EX8.8/8_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/615/CH8/EX8.8/8_8.sce b/615/CH8/EX8.8/8_8.sce
new file mode 100755
index 000000000..bd09ac073
--- /dev/null
+++ b/615/CH8/EX8.8/8_8.sce
@@ -0,0 +1,12 @@
+//Fuels and Combustion//
+//Example 8.8//
+CH4=0.14;//volume of CH4 in 1m3 volume of gaseous fuel in m3//
+H2=0.32;//volume of H2 in 1m3 volume of gaseous fuel in m3//
+N2=0.40;//volume of N2 in 1m3 volume of gaseous fuel in m3//
+O2=0.14;//volume of O2 in 1m3 volume of gaseous fuel in m3//
+printf('Volume of oxygen required for CH4=0.14*2=0.28m3');
+printf('\nVolume of oxygen required for H2=0.32*0.5=0.16m3');
+printf('\nTotal oxygen required=0.28+0.16=0.44m3');
+printf('\nOxygen already present=0.14m3');
+printf('\nNet oxygen required=0.44-0.14=0.30m3=300Letres');
+printf('\nVolume of air required assuming 21percent oxygen in air by volume=300*(100/21)*(125/100)=1785.7Letres');