7-32 Hydrogen gas flows in parallel over the upper and lower surfaces of a flat plate. The local convection heat
transfer coefficient and the localtotal convection heat flux along the plate are to be evaluated.
Assumptions 1 Steady operating conditions exist. 2 Surface temperature is uniform over the entire plate. 3Local atmospheric
pressure is 1 atm. 4 The critical Reynolds number is Recr = 5105. 5 Heat transfer by radiation is negligible. 7 Flow is laminar
(this assumption will be verified).
Analysis For laminar flow, the relation for local Nusselt number along a flat plate is
3/15.0
xPrRe332.0Nu x
x
k
xh ==
The total local convection heat flux at the plate upper and lower surfaces is
The problem is solved using EES, and the solution is given below:
“GIVEN”
T_infinity=120 [C]
T_s=30 [C]
V=2.5 [m/s]
“PROPERTIES”
T_film=1/2*(T_s+T_infinity)
Fluid$=’hydrogen’
k=Conductivity(Fluid$, T=T_film, P=101.3)
Pr=Prandtl(Fluid$, T=T_film, P=101.3)
rho=Density(Fluid$, T=T_film, P=101.3)
mu=Viscosity(Fluid$, T=T_film, P=101.3)
nu=mu/rho
“ANALYSIS”
Re_x=V*x/nu
Nusselt_x=0.332*Re_x^0.5*Pr^(1/3)
h_x=Nusselt_x*k/x
q_dot_x=2*h_x*(T_infinity-T_s)
x Rex hx q
̇x
[m] [W/m2∙K] [W/m2]
0.2 3512 17.79 3202
0.4 7023 12.58 2264
0.6 10535 10.27 1849
0.8 14047 8.895 1601
1.0 17558 7.956 1432
1.2 21070 7.263 1307
1.4 24582 6.724 1210
1.6 28093 6.290 1132
1.8 31605 5.930 1067
2.0 35117 5.626 1013
2.2 38628 5.364 965.5
2.4 42140 5.136 924.4
2.6 45652 4.934 888.1
2.8 49163 4.755 855.8
0 0.5 1 1.5 2 2.5 3
500
1000
1500
2000
2500
3000
3500
qx [W/m2]