summaryrefslogtreecommitdiff
path: root/1709/CH11/EX11.6
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1709/CH11/EX11.6
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 '1709/CH11/EX11.6')
-rwxr-xr-x1709/CH11/EX11.6/11_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1709/CH11/EX11.6/11_6.sce b/1709/CH11/EX11.6/11_6.sce
new file mode 100755
index 000000000..366cdd795
--- /dev/null
+++ b/1709/CH11/EX11.6/11_6.sce
@@ -0,0 +1,7 @@
+clc
+//Initialization of variables
+Hr=-107530 //B/mol fuel
+disp("By iteration of temperatures, T=2700 R")
+T=2700 //R
+//results
+printf("Adiabatic flame temperature = %d R",T)