summaryrefslogtreecommitdiff
path: root/821/CH4/EX4.33/4_33.sce
diff options
context:
space:
mode:
Diffstat (limited to '821/CH4/EX4.33/4_33.sce')
-rwxr-xr-x821/CH4/EX4.33/4_33.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/821/CH4/EX4.33/4_33.sce b/821/CH4/EX4.33/4_33.sce
new file mode 100755
index 000000000..81689875d
--- /dev/null
+++ b/821/CH4/EX4.33/4_33.sce
@@ -0,0 +1,7 @@
+D=80.36;//dielectric constant//
+V=0.01;//viscosity of suspension in dyn sec per cm^2//
+P=100;//potential gradient in volt per cm//
+u=90000;
+EP=0.03;//Electrokinetic potential of the catalyst in volts//
+FW=(P*EP*D*3600)/(4*%pi*V*u);//amount of flow of water in cm per hour//
+printf('Amount of flow of water through diaphragm=FW=%fcm per hour',FW);