summaryrefslogtreecommitdiff
path: root/1394/CH6/EX6.1.5/Ex6_1_5.sce
blob: e1bf0940e4cb0ee1d44cb43b1ce26960b901dc23 (plain)
1
2
3
4
5
6
7
8
9
10
11

 clc
//Initialization of variables
zCa = 2
zCl = 1
DCl = 2.03*10^-5 // cm^2/sec
DCa = 0.79*10^-5 // cm^2/sec
//Calculations
DCaCl2 = ((zCa+zCl)/((zCa/DCl)+(zCl/DCa)))*10^5// x*10^-5 cm^2/sec
//Results
printf("The diffusion coefficient of CaCl2 is %.2f x10^-5 cm^2/sec",DCaCl2)