summaryrefslogtreecommitdiff
path: root/1052/CH23/EX23.2/232.sce
blob: 1782871f5bd6f239240abad719888e97d342711f (plain)
1
2
3
4
5
6
7
8
clc;
//Example 23.2 page no 323
printf("Example 23.2 page no 323\n\n");
//calculation of aerodynamic diameter of irregular saped sphere
d_e=1.3//eq. diameter,micron
sg=2.35
d_pa=d_e*sqrt(sg)//aerodynamic diameter
printf("\n aerodynamic diameter d_pa=%f micron",d_pa);