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 --- 1394/CH12/EX12.2.1/Ex12_2_1.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 1394/CH12/EX12.2.1/Ex12_2_1.sce (limited to '1394/CH12/EX12.2.1') diff --git a/1394/CH12/EX12.2.1/Ex12_2_1.sce b/1394/CH12/EX12.2.1/Ex12_2_1.sce new file mode 100755 index 000000000..54bab483b --- /dev/null +++ b/1394/CH12/EX12.2.1/Ex12_2_1.sce @@ -0,0 +1,15 @@ + +clc +//initialization of variables +l = 1.22 // length of tower +Gflow = 0.026 // mol/sec +GbyL = 0.07 +dia = 0.088 // m +pl = 1.1/100// pl = 1-yl +p0 = 0.04/100 // p0 = 1-y0 +//Calculations +A = %pi*(dia^2)/4 // cross sectional of tower in m^2 +G = Gflow/A // Gas flux in mol/m^2-sec +Kya = (G/l)*(1/(1-GbyL))*(log(pl/p0))// Mass transfer per volume in mol/m^3-sec +//Results +printf("The mass transfer per volume is %.1f mol/m^3-sec",Kya) -- cgit