summaryrefslogtreecommitdiff
path: root/2165/CH6/EX16.28/6_28.sce
blob: 21c506dac90a26580a7ff36ab00e7a6a341d5ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
clc
//initialisation of variables
p=100//lb/in62
p1=0.5//lb/in^2
T1=659.3//C.H.U/lb
T2=26.2//C H U/lb
W=181//C H U/lb
H1=66//C H U/lb
H2=115//C H U /lb
D=0.912//C H U/lb
H3=533.4//C H U/lb
T3=108.5 //Degree C
T4=26.4//Degree C
W1=82.1/(D*H3)//lb
s=1-W1//lb
//CALCULATIONS
T=W/(T1-T2)*100//percent
Wd=H1+(H2*s)//C H U/lb
H=T1-T3//C H U//lb
TE=Wd/H*100//percent
//RESULTS
printf('the without bleeding % f pecent',T)
printf('the proper weight of steam is bled=% f percent',TE)