summaryrefslogtreecommitdiff
path: root/1394/CH13/EX13.4.1/Ex13_4_1.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1394/CH13/EX13.4.1/Ex13_4_1.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 '1394/CH13/EX13.4.1/Ex13_4_1.sce')
-rwxr-xr-x1394/CH13/EX13.4.1/Ex13_4_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1394/CH13/EX13.4.1/Ex13_4_1.sce b/1394/CH13/EX13.4.1/Ex13_4_1.sce
new file mode 100755
index 000000000..ecbf0f9a3
--- /dev/null
+++ b/1394/CH13/EX13.4.1/Ex13_4_1.sce
@@ -0,0 +1,14 @@
+
+clc
+//initialization of variables
+yn = 0.84
+ynplus1 = 0.76
+ystarn = 0.874
+GA = 0.14 // kg-mol/sec
+Al = 0.04 // m^3
+//Calculations
+Murphree = (yn-ynplus1)/(ystarn-ynplus1)
+Kya = GA/(Al*((1/Murphree)-1))
+//results
+printf("the murphree efficiency is %.2f",Murphree)
+printf("\n the m.t.c along with the product with a is %.2f kg-mol/m^3-sec",Kya)