From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 615/CH8/EX8.8/8_8.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 615/CH8/EX8.8/8_8.sce (limited to '615/CH8/EX8.8') 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'); -- cgit