You are on page 1of 1

Wwtwtwtwtw

Qwas as the nweqw world announces its own thing

Pr_water[i]=prandtl(Water,T=T_c_avg[i],P=P_tot)
"Finding the Prandtl number of Air_ha"
mu_water[i]=viscosity(Water,T=T_c_avg[i],P=P_tot)
"Obtain viscosity of water"

k_water[i]=conductivity(Water,T=T_c_avg[i],P=P_tot)
"Thermal conductivity of water"
rho_water[i]=density(Water,T=T_c_avg[i],P=P_tot)
"Density of water"
cp_water[i]=cp(Water,T=T_c_avg[i],P=P_tot)*1000

m_dot_water[i]=rho_water[i]*V_water*A_water
"Mass flow rate of water"
Re_water[i]=(rho_water[i]*V_water*D_h)/mu_water[i]
"Reynolds number of water"
h_water[i]=h_water(Re_water[i],Pr_water[i],k_water[i],D_h)
"Convection heat transfer coefficient of water"

C_c[i]=m_dot_water[i]*cp_water[i]
"Heat capacity of water"

You might also like