summaryrefslogtreecommitdiff
path: root/1052/CH27/EX27.7/277.sce
blob: 979057b0bb39d8ace59335461714cdb22de17903 (plain)
1
2
3
4
5
6
7
8
9
clc;
//Example 27.7
//page no 418
printf("Example 27.7 page no 418\n\n");
//the following result were obtained during the running of a filteration experiment 
alpha=4.57e+11//cake resistance,ft/lb
P_drop=1554//pressure drop ,lbf/ft^2
alpha_o=alpha/(P_drop^0.21)//specific cake resistance
printf("\n specific cake resistance alpha_o=%f ft/lb",alpha_o);