You are on page 1of 3

File:(Untitled) 07/09/2022 08:50:03 ‫ م‬Page 1

EES Ver. 9.457: #1514: For use only by Mohamed Shaker, Ginza, Cairo, Egypt

1: "point1"
2: p[1]=10
3: x[1]=0
4: h[1]=Enthalpy(Steam,P=P[1],x=x[1])
5: s[1]=Entropy(Steam,P=P[1],x=x[1])
6: T[1]=Temperature(Steam,P=P[1],x=x[1])
7: "point2"
8: p[2]=7000
9: s[2]=s[1]
10: h[2]=Enthalpy(Steam,P=P[2],s=s[2])
11: T[2]=Temperature(Steam,P=P[2],s=s[2])
12: "point3"
13: p[3]=p[2]
14: T[3]=500
15: h[3]=Enthalpy(Steam,P=P[3],T=T[3])
16: s[3]=Entropy(Steam,P=P[3],T=T[3])
17: "point4"
18: p[4]=p[1]
19: s[4]=s[3]
20: h[4]=Enthalpy(Steam,P=P[4],s=s[4])
21: T[4]=Temperature(Steam,P=P[4],s=s[4])
22: "work"
23: W_T=h[3]-h[4]
24: W_P=h[2]-h[1]
25: W_net=W_T-W_P
26: "heat"
27: q_b=h[3]-h[2]
28: q_c=h[4]-h[1]
29: eta_th=(W_net)/(q_b)
30: "mass of steam"
31: P=45000
32: m_s=P/W_net

point1

p1 = 10

x1 = 0

h 1 = h Steam , P =p 1 , x =x 1

s1 = s Steam , P =p 1 , x =x 1

T1 = T Steam , P =p 1 , x =x 1

point2

p2 = 7000

s2 = s1

h2 = h Steam , P =p 2 , s =s 2

T2 = T Steam , P =p 2 , s =s 2

point3

p3 = p2
File:(Untitled) 07/09/2022 08:50:03 ‫ م‬Page 2
EES Ver. 9.457: #1514: For use only by Mohamed Shaker, Ginza, Cairo, Egypt

T3 = 500

h 3 = h Steam , P =p 3 , T =T 3

s3 = s Steam , P =p 3 , T =T 3

point4

p4 = p1

s4 = s3

h4 = h Steam , P =p 4 , s =s 4

T4 = T Steam , P =p 4 , s =s 4

work

WT = h3 – h4

WP = h2 – h1

W net = WT – WP

heat

qb = h3 – h2

qc = h4 – h1

W net
h th =
qb

mass of steam

P = 45000

P
ms =
W net

Arrays Table: Main


hi pi si Ti xi

1 191.8 10 0.6493 45.82 0


2 198.9 7000 0.6493 46.05
3 3411 7000 6.798 500
4 2153 10 6.798 45.82
File:(Untitled) 07/09/2022 08:50:03 ‫ م‬Page 3
EES Ver. 9.457: #1514: For use only by Mohamed Shaker, Ginza, Cairo, Egypt

Steam
700

0.0076
600

0.23

/kg
500

1.25

205 m3
6.88

40
400
T [°C]

11000 kPa
300
5200 kPa

2000 kPa
200
620 kPa

100

0.2 0.4 0.6 0.8


0
-2.5 0.0 2.5 5.0 7.5 10.0 12.5
s [kJ/kg-K]

You might also like