Example 21.2-1 Evaporation of a Freely Falling Drop

> restart;

> eq:=WmA=kxm*A*(xA0-xAinf)+xA0*(WmA+WmB); eq. 21.1.-12

[Maple Math]

> WmB:=0; The air is assumed to be stationary.

[Maple Math]

> A:=Pi*D1^2; Area of the surface of the drop.

[Maple Math]

> WmA:=solve(eq,WmA); eq. 21.2-26

[Maple Math]

> T0:=70*F;

[Maple Math]

> Tinf:=140*F;

[Maple Math]

> Tf:=(T0+Tinf)/2;

[Maple Math]

> xA0:=.0247*atm/P; As given in problem and confirmed with steam. Steam gives 0.363 psia as the vapor pressure at 70F.

[Maple Math]

> xAinf:=0*atm/P;

[Maple Math]

> xAf:=(xA0+xAinf)/2;

[Maple Math]

> P:=1*atm;

[Maple Math]

> c:=T->P/(Rgas*(T+460*F)*R/F);

[Maple Math]

> cf:=c(Tf);

[Maple Math]

> Rgas:=82.05*cm^3*atm/(mol*K);

[Maple Math]

> cf;

[Maple Math]

> cf:=cf*1.8*R/K;

[Maple Math]

> rhof:=cf*MW;

[Maple Math]

> MW:=28.8*g/mol;

[Maple Math]

> rhof;

[Maple Math]

> TfC:=(Tf-32*F)*C/(1.8*F);

[Maple Math]

> muf:=.0191*.01*g/(cm*s); Table 1.1-1 give .0191 cp. Multiply by 0.01 to get Poise which is g/(cm*s)

[Maple Math]

> DABf:=2.295e-5*m^2/s*(100*cm/m)^2; From dcalc in matlab. note that it differs quite a bit from the value given by BS&L

[Maple Math]

> Scf:=muf/(rhof*DABf); The difference is from DABf.

[Maple Math]

> Ren:=D1*vinf*rhof/muf;

[Maple Math]

> D1:=.05*cm;

[Maple Math]

> vinf:=215*cm/s;

[Maple Math]

> Ren;

[Maple Math]

> kxm:=cf*DABf/D1*(2+0.6*Ren^.5*Scf^(1/3)); eq. 21.2-25

[Maple Math]

> evalf(WmA);

[Maple Math]

>

The observed value for Dwater-air at 313K is 0.292. so it looks like

BS&L are closer than the Matlab dcalc fn.

About 17% lower than the value found by the text