PROBLEM 11S.5 (Cont.)
One rational approach is to work backward. For a specified value of q, Eqs. (1) and (2) can be used to
solve for the outlet temperatures. Then F and ∆Tlm,CF can be determined, and U can be found from Eq.
(3). In this way, we can generate the following plot.
COMMENT: This problem is much easier to solve using the ε–NTU method, as shown in this IHT
model.
// Heat Exchanger Tool – Cross–flow with both fluids unmixed:
// For the cross–flow, single–pass heat exchanger with both fluids unmixed,
eps = 1 – exp((1 / Cr) * (NTU^0.22) * (exp(–Cr * NTU^0.78) – 1)) // Eq 11.32
// where the heat–capacity ratio is
Cr = Cmin / Cmax
Cmin = Ch // Capacity rate, minimum fluid, W/K
Ch = mdoth * cph // Capacity rate, hot fluid, W/K
mdoth = 0.05 // Flow rate, hot fluid, kg/s
Thi = 400 // Inlet temperature, hot fluid, K
Tho = 330 // Outlet temperature, hot fluid, K; specified for part (a)
Cmax = Cc // Capacity rate, maximum fluid, W/K
Cc = mdotc * cpc // Capacity rate, cold fluid, W/K
mdotc = 0.75 // Flow rate, cold fluid, kg/s
Tci = 300 // Inlet temperature, cold fluid, K
U = 200 // Overall coefficient, W/m^2.K
// Properties Tool – Water (h)