summaryrefslogtreecommitdiff
path: root/821/CH4/EX4.34/4_34.sce
diff options
context:
space:
mode:
Diffstat (limited to '821/CH4/EX4.34/4_34.sce')
-rwxr-xr-x821/CH4/EX4.34/4_34.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/821/CH4/EX4.34/4_34.sce b/821/CH4/EX4.34/4_34.sce
new file mode 100755
index 000000000..4a1d7b14a
--- /dev/null
+++ b/821/CH4/EX4.34/4_34.sce
@@ -0,0 +1,8 @@
+D=80.36;//dielectric constant//
+V=0.01;//viscosity of suspension in dyn sec per cm^2//
+P=40;//potential gradient in volt per cm//
+r=0.05;//radius of capillary in cm//
+u=90000;
+ZP=0.05;//Zeta potential of the catalyst in volts//
+FW=(P*ZP*D*3600*r^2)/(4*V*u);//amount of flow of water in cc per hour//
+printf('Amount of flow of water through diaphragm=FW=%fcc per hour',FW);