summaryrefslogtreecommitdiff
path: root/32/CH11/EX11.02/11_02.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /32/CH11/EX11.02/11_02.sce
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 '32/CH11/EX11.02/11_02.sce')
-rwxr-xr-x32/CH11/EX11.02/11_02.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/32/CH11/EX11.02/11_02.sce b/32/CH11/EX11.02/11_02.sce
new file mode 100755
index 000000000..83bd14137
--- /dev/null
+++ b/32/CH11/EX11.02/11_02.sce
@@ -0,0 +1,15 @@
+//pathname=get_absolute_file_path('11.02.sce')
+//filename=pathname+filesep()+'11.02-data.sci'
+//exec(filename)
+//Mass per kg of fuel required for complete combustion(in kg):
+m=18
+//Height in the water column(in mm):
+hw=20
+//Ambient air temperature(in K):
+Ta=27+273
+//Temperature of burnt gases(in K):
+Tg=300+273
+//Height of chimney(in m):
+H=hw/(353*(1/Ta-(m+1)/(m*Tg)))
+printf("\n RESULT \n")
+printf("\nHeight of chimney = %f m",H) \ No newline at end of file