summaryrefslogtreecommitdiff
path: root/2510/CH13/EX13.3/Ex13_3.sce
blob: 2a4d3ac9604b8b311861fa2affe5e2c11f6fe03b (plain)
1
2
3
4
5
6
7
8
9
//Variable declaration:
QbyA = 70000.0                    //Total heat loss (Btu/h)
Q = 450.0                       //Heat loss (Btu/h.ft^2)

//Calculation:
A = QbyA/Q                        //Area available for heat transfer (ft^2)

//Result:
printf("The area available for heat transfer is : %.1f ft^2 .",A)