summaryrefslogtreecommitdiff
path: root/2762/CH10/EX10.3.3/10_3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2762/CH10/EX10.3.3/10_3_3.sce')
-rwxr-xr-x2762/CH10/EX10.3.3/10_3_3.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/2762/CH10/EX10.3.3/10_3_3.sce b/2762/CH10/EX10.3.3/10_3_3.sce
new file mode 100755
index 000000000..ceef2ac48
--- /dev/null
+++ b/2762/CH10/EX10.3.3/10_3_3.sce
@@ -0,0 +1,20 @@
+//Transport Processes and Seperation Process Principles
+//Chapter 10
+//Example 10.3-3
+//Stage and continuous Gas-liquid Seperation Processes
+//given data
+V1=29.73;//kg mol/h
+ya1=0.00101;
+L0=90;
+xa0=0;
+m=2.53;
+A1=L0/(m*V1);//cross sectional area
+Vn1=30;
+yan1=0.01;
+Ln=90.27;
+xan=0.003;
+An=Ln/(m*Vn1);
+A=sqrt(A1*An);
+Np=log(((yan1-m*xa0)/(ya1-m*xa0))*(1-1/A)+(1/A))/log(A);//no. of plates
+mprintf("the no. of plates= %f",Np)
+//kremsor equations