summaryrefslogtreecommitdiff
path: root/1394/CH8/EX8.1.2/Ex8_1_2.sce
blob: 5818dd41c902efe1ff04ab59d1ae25c5cad8b779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


clc
//initialization of variables
Vo = 5 // cm/sec
a = 23 //cm^2/cm^3
z = 100 //cm
Crat = 0.62 // Ratio of c/Csat
//Calculations
k = -(Vo/(a*z))*log(1-Crat)
//Results
printf("the mass transfer co efficient is %.1e cm/sec",k)