diff options
Diffstat (limited to '1709/CH11/EX11.6')
-rwxr-xr-x | 1709/CH11/EX11.6/11_6.sce | 7 |
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)
|