summaryrefslogtreecommitdiff
path: root/821/CH4/EX4.31/4_31.sce
diff options
context:
space:
mode:
Diffstat (limited to '821/CH4/EX4.31/4_31.sce')
-rwxr-xr-x821/CH4/EX4.31/4_31.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/821/CH4/EX4.31/4_31.sce b/821/CH4/EX4.31/4_31.sce
new file mode 100755
index 000000000..3a03ae3c8
--- /dev/null
+++ b/821/CH4/EX4.31/4_31.sce
@@ -0,0 +1,8 @@
+D=78;//dielectric constant//
+V=0.009;//viscosity of suspension in dyn sec per cm^2//
+P=3.2;//potential gradient in volt per cm//
+t=38.2;
+d=0.033;//standard distance between electrodes in cm//
+u=90000;
+EP=(4*%pi*V*u*d)/(D*t*P);//Electrokinetic potential of the catalyst in volts//
+printf('Electrokinetic potential of the catalyst=EP=%fvolts',EP);