summaryrefslogtreecommitdiff
path: root/680/CH2/EX2.08/2_08.sce
blob: 01173f014317a460cb9a53eacbbbaac76201879a (plain)
1
2
3
4
5
6
7
8
9
10
//Problem 2.08: 

//initializing the variables:
tc = 0.0512 // in cal/m.s.°C

//calculation:
k = tc*0.3048*3600/(252*1.8) // in Btu/ft.h.°F

printf("\n\nResult\n\n")
printf("\n thermal conductivity in english units is %.3f Btu/ft.h.°F\n",k)