PROBLEM 7.13 (Cont.)
(b) Using the IHT Correlation Tool, External Flow, Average coefficient for Laminar or Mixed Flow,
was evaluated and plotted for the three flow conditions. Note that the change in
at the
critical length, xc, is rather gradual, compared to the abrupt change for the local coefficient, hx(x).
(c) The average convection coefficients for the plate can be determined from the above plot since
COMMENTS: A copy of the IHT Workspace used to generate the above plot is shown below.
/* Method of Solution: Use the Correlation Tools, External Flow, Flat Plate, for (i) Local, laminar or turbulent
flow and (ii) Average, laminar or mixed flow, to evaluate the local and average convection coefficients as a
function of position on the plate. In each of these tools, the value of the critical Reynolds number, Rexc, can
be set corresponding to the special flow conditions. */
// Correlation Tool: External Flow, Plate Plate, Local, laminar or turbulent flow.
/* Correlation description: Parallel external flow (EF) over a flat plate (FP), local coefficient; laminar flow (L) for
Rex<Rexc, Eq 7.23; turbulent flow (T) for Rex>Rexc, Eq 7.36; 0.6<=Pr<=60. See Table 7.9. */
// Correlation Tool: External Flow, Plate Plate, Average, laminar or mixed flow.
NuLbar = NuL_bar_EF_FP_LM(Rex,Rexc,Pr) // Eq 7.30, 7.38, 7.39
NuLbar = hLbar * x / k // Changed variable from L to x
//ReL = uinf * x / nu
//Rexc = 5.0E5
/* Correlation description: Parallel external flow (EF) over a flat plate (FP), average coefficient; laminar (L) if
ReL<Rexc, Eq 7.30; mixed (M) if ReL>Rexc, Eq 7.38 and 7.39; 0.6<=Pr<=60. See Table 7.9. */
// Properties Tool – Water: