summaryrefslogtreecommitdiff
path: root/821/CH4/EX4.34/4_34.sce
blob: 4a1d7b14a05aecd2c6199f45656957deb6a2d6bd (plain)
1
2
3
4
5
6
7
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);