PROBLEM 5.100 (Cont.)
Note that at t ≈ 240 s, the wall has nearly reached the new steady–state condition for which the nodal
temperatures (°C) were found as:
COMMENTS: (1) Can you validate the new steady–state nodal temperatures from part (b) by
comparison against an analytical solution?
(2) Will using a smaller time increment improve the accuracy of the results? Use your code with ∆t =
(3) Selected portions of the IHT code to obtain the nodal temperature distribution using spatial and
time increments of ∆x = 2 mm and ∆t = 0.3 s, respectively, are shown below. For the solve-
integration step, the initial condition for each of the nodes corresponds to the steady-state temperature
distribution with
// Tools | Finite–Difference Equations | One–Dimensional | Transient
rho*cp*der(T02,t) = fd_1d_int(T02,T03,T01,k,qdot,deltax)
/* Node 03: interior node; e and w labeled 04 and 02. */
rho*cp*der(T03,t) = fd_1d_int(T03,T04,T02,k,qdot,deltax)
/* Node 04: interior node; e and w labeled 05 and 03. */
rho*cp*der(T04,t) = fd_1d_int(T04,T05,T03,k,qdot,deltax)
/* Node 05: surface node (e–orientation); transient conditions; w labeled 04. */
rho * cp * der(T05,t) = fd_1d_sur_e(T05,T04,k,qdot,deltax,Tinf05,h05,q”a05)
/* Steady–state conditions, with qdot1 = 1e7 W/m^3; initial conditions for step change
T_x = 16.67 * (1 – x^2/L^2) + 340.91 // See text
Seek T_x for x = 0, 2, 4, 6, 8, 10 mm; results used for Ti are
Node T_x
00 357.6
01 356.9