diff options
Diffstat (limited to '2762/CH14/EX14.4.3/14_4_3.sce')
-rwxr-xr-x | 2762/CH14/EX14.4.3/14_4_3.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2762/CH14/EX14.4.3/14_4_3.sce b/2762/CH14/EX14.4.3/14_4_3.sce new file mode 100755 index 000000000..7574e312c --- /dev/null +++ b/2762/CH14/EX14.4.3/14_4_3.sce @@ -0,0 +1,12 @@ +//Transport Processes and Seperation Process Principles
+//Chapter 14
+//Example 14.4-3
+//Mechanical-Physical Seperation Processes
+//given data
+rhol=919.5;//density of oil in kg/m3
+rhoh=980.3;//density of the aqueous phase
+rin=10.16;
+rout=10.414;
+r2=sqrt((rhoh*(rout^2)-rhol*(rin^2))/(rhoh-rhol));
+mprintf("the location of centrifuge,r= %f mm",r2)
+//end
|