summaryrefslogtreecommitdiff
path: root/839/CH12/EX12.1/Example_12_1.sce
blob: e8cfa158e98566805ba1bc55169a0542b88feed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//clear//
clear;
clc;

//Example 12.1
To = 230; //[F]
Ti = 80; //[F]
//Using Table 12.1
hi = 400; //[Btu/ft^2-h-F]
ho = 500; //[Btu/ft^2-h-F]
//From Appendix 6
Di = 0.620; //[in.]
Do = 0.750; //[in.]
//Using Eq.(12.39)
detla_Tt = (1/hi)/(1/hi+(Di/(Do*ho)))*(To-Ti)