19–87 Reconsider Prob. 19–86. Water is flowing between two parallel 1-m wide plates with 12.5-mm spacing.
Hydrogen gas flows width-wise in parallel over the upper and lower surfaces of the two plates. The effect of water mass flow
rate on the free-stream velocity of the H2 gas and the surface temperature of the parallel plates, and the effect of the free–
stream velocity of the H2 gas on the total heat transfer rate are to be evaluated.
Analysis The problem is solved using EES, and the solution is given below.
c_p=cP(water, T=T_b, x=0)*Convert(kJ/kg-C, J/kg-C)
k=Conductivity(water, T=T_b, x=0)
rho=Density(water, T=T_b, x=0)
Pr=Prandtl(water, T=T_b, x=0)
mu=Viscosity(water, T=T_b, x=0)
p=2*(width+spacing) “Perimeter”
D_h=(4*A_c)/p “Hydraulic diameter”
A_s=p*L “Surface area”
Q_dot=m_dot*c_p*(T_e-T_i)
“Flow over plates”
Re_H2=V_infinity*width/nu_H2
Nusselt_H2=0.664*Re_H2^0.5*Pr_H2^(1/3)