diff options
Diffstat (limited to '2762/CH12/EX12.8.1/12_8_1.sce')
-rwxr-xr-x | 2762/CH12/EX12.8.1/12_8_1.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2762/CH12/EX12.8.1/12_8_1.sce b/2762/CH12/EX12.8.1/12_8_1.sce new file mode 100755 index 000000000..f6d0a5109 --- /dev/null +++ b/2762/CH12/EX12.8.1/12_8_1.sce @@ -0,0 +1,13 @@ +//Transport Processes and Seperation Process Principles
+//Chapter 12
+//Example 12.8-1
+//Liquid Liquid and Fluid Solid Seperation Process
+//given data
+//for 80% extraction, unextracted fraction, Es=0.2
+Es=0.2;
+//Dab*(t/a*a) is constant
+t1=3.11;//time reqd to leach 80% of solution
+a2=1.5/2;//radius of reduced particale size
+a1=2/2;//radius od the particle size
+t2=(t1*a2*a2)/(a1*a1);
+mprintf("the time of leaching= %f h",t2)
|