summaryrefslogtreecommitdiff
path: root/3422/CH7/EX7.1/Ex7_1.sce
blob: 009bb0c8fa62c66546bad7e1561d058997214d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 7.1, page 147
clc
G=500//in kg
h=700// in j/kg/c
s_lambda=%pi*.7*1*12.5
h=(G*h)/s_lambda
//disp(h)
L=((10*1000)/.9)-10000
w=1111
T=w/s_lambda
printf("Final tempearture rise is %f k",T)