7-79 Prob. 7-78 is reconsidered. The effect of the wind velocity on the surface temperature of the wire is to be
investigated.
Analysis The problem is solved using EES, and the solution is given below.
“GIVEN”
D=0.005 [m]
L=1 [m] “unit length is considered”
I=50 [Ampere]
R=0.002 [Ohm]
T_infinity=10 [C]
Vel=50 [km/h]
“PROPERTIES”
Fluid$=’air’
k=Conductivity(Fluid$, T=T_film)
Pr=Prandtl(Fluid$, T=T_film)
rho=Density(Fluid$, T=T_film, P=101.3)
mu=Viscosity(Fluid$, T=T_film)
nu=mu/rho
T_film=1/2*(T_s+T_infinity)
“ANALYSIS”
Re=(Vel*Convert(km/h, m/s)*D)/nu
Nusselt=0.3+(0.62*Re^0.5*Pr^(1/3))/(1+(0.4/Pr)^(2/3))^0.25*(1+(Re/282000)^(5/8))^(4/5)
h=k/D*Nusselt
W_dot=I^2*R
Q_dot=W_dot
A=pi*D*L
Q_dot=h*A*(T_s-T_infinity)
10
15
20
25
30
35
40
45
50
55
60
65
70
75
80
14.08
13.32
12.87
12.56
12.32
12.14
12
11.88
11.78
11.69
11.61
11.54
11.48
11.43
11.38
10 20 30 40 50 60 70 80
11
11.5
12
12.5
13
13.5
14
Vel [km/h]
Ts [C]