PROBLEM 7.105 (Cont.)
Air-water temperature, Ts, Tinf (K)
20
30
As expected, the evaporation rate increased with increasing temperature markedly. For a 50 K increase,
the evaporation rate increased by a factor of approximately 12.
COMMENTS: (1) What parameters cause this high sensitivity of
to Ts? From the IHT analysis,
we observed only modest changes in DAB (0.26 to 0.33 × 10-4 m2/s) and
(0.07273 to 0.0779 m/s)
(2) A copy of the IHT Workspace used to perform the analysis is shown below.
// The Mass Transfer Rate Equation:
n’A = hmbar * pi * D * (rhoAs – 0 ) // Eq (3)
n’A_plot = 1e4 * n’A // Scale change for plotting
// Mass Transfer Coefficient Correlation:
ShDbar = C * ReD^m * Sc^(1/3) // Eq (1,2)
// Properties Tool – Water Vapor:
// Water property functions :T dependence, From Table A.6
// Units: T(K), p(bars);
xs = 1 // Quality (0=sat liquid or 1=sat vapor)
rhoAs = rho_Tx(“Water”,Ts,xs) // Density, kg/m^3
// Properties, Table A.8, Water Vapor – Air:
DAB = 0.26e–4 * ( Tf / 298 )^1.5 // Table A.8
Tf = (Ts + Tinf ) / 2
// Assigned Variables: