summaryrefslogtreecommitdiff
path: root/1460/CH14/EX14.8/14_8.sce
blob: 8ea1e6cfd6f8d53d8d5f1c65afc2cf0212a9b41f (plain)
1
2
3
4
5
6
7
8
9
clc
//initialization of variables
e=0.8
T1=100+460 //R
T2=300+460 //R
//calculations
Qdot=0.173*10^-8 *(T2^4 - T1^4)/(1/e +1/e -1)
//results
printf("Radiant heat transfer per sq. foot = %d B/hr-ft^2",Qdot+1)