Вы находитесь на странице: 1из 8

File:C:\Users\Hector\Dropbox\Universidad\EES\EES.

EES
09/03/2014 18:01:45 Page 1
EES Ver. 9.433: #994: For use only by students and faculty at the Universidad Politecnica Madrid, Madrid, Spain
1: {DATOS}
2: m_dot_0=90
3: TSC=480
4: TRC=TSC
5: PSC=125
6: PRC=0,25*PSC
7: PCOND=0,08
8: DELTAP_eco=1
9: DELTAP_sc=3
10: DELTAP_rc=2
11: DELTAP_int=1
12: eta_TAP=0,9
13: eta_TBP=0,85
14: TTD=2
15: TDC=5
16: fp=convert(bar;kPa)
17: gas$='steam'
18: PX=3,41
19:
20: {POTENCIA Y RENDIMIENTO}
21: W=W_1+W_2-B
22:
23: B=m[5]*(h[6]-h[5])
24: Q=m[1]*(h[1]-h[7])+m[3]*(h[3]-h[2])
25:
26:
27: eta=W/Q
28:
29:
30: {BALANCE DE MASA}
31: m[1]=m_dot_0
32: m[2]=m[1]
33: m[3]=m[2]
34: m[4]=m[5]-m[11]
35: m[5]=m[6]
36: m[6]*(h[7]-h[6])=m[10]*(h[10]-h[11])
37: m[7]=m[6]
38: m[8]=m[7]
39: m[9]=m[8]
40: m[9]=m[1]
41: m[10]=m[11]
42:
43: {BALANCE DE ENERGA}
44: h[1]*m[1]=h[2]*m[2]+W_1
45: h[1]*m[1]=h2s*m[2]+Ws_1
46: W_1=Ws_1*eta_TAP
47:
48: h[3]*m[3]=h[4]*m[4]+h[10]*m[10]+W_2
49: h[3]*m[3]=h4s*m[4]+h10s*m[10]+Ws_2
50: W_2=Ws_2*eta_TBP
51:
52: (h[3]-h[10])/(h[3]-h10s)=eta_TBP
53:
54:
55: {PRESIONES}
56: P[1]=PSC
57: P[2]=P[3]+P[2]*DELTAP_rc/100
58: P[3]=PRC
59: P[4]=PCOND

{kg/s}
{C}
{C}
{bar}
{bar}
{%}
{%}
{%}
{%}
{-}
{-}
{C}
{C}
{kPa/bar}
{PCOND-PRC}

{calculo de h[2]}

{calculo de h[4]}
{calculo de h[10]}

{DEFINIDAS}

File:C:\Users\Hector\Dropbox\Universidad\EES\EES.EES
09/03/2014 18:01:45 Page 2
EES Ver. 9.433: #994: For use only by students and faculty at the Universidad Politecnica Madrid, Madrid, Spain

60: P[5]=P[4]
61: P[6]=P[7]+P[6]*DELTAP_int/100
62: P[7]=P[8]+P[7]*DELTAP_eco/100
63: P[8]=P[9]
64: P[9]=P[1]+P[9]*DELTAP_sc/100
65: P[10]=PX
66: P[11]=P[10]
67:
68: {TEMPERATURAS}
69: T[1]=TSC
70: T[2]=temperature(gas$;P=P[2];h=h[2])
71: T[3]=TRC
72: T[4]=temperature(gas$;P=P[4];h=h[4])
73: T[5]=t_sat(gas$;P=P[5])
74: T[6]=temperature(gas$;P=P[6];h=h[6])
75: T[7]=t_sat(gas$;P=P[10])-TTD
76: T[8]=t_sat(gas$;P=P[8])
77: T[9]=T[8]
78: T[10]=temperature(gas$;P=P[10];h=h[10])
79: T[11]=T[6]+TDC
80:
81: {ENTALPAS}
82: h[1]=enthalpy(gas$;P=P[1];T=T[1])
83: {h[2]}
84: h2s=enthalpy(gas$;P=P[2];s=s[1])
85: h[3]=enthalpy(gas$;P=P[3];T=T[3])
86: {h[4]}
87: h4s=enthalpy(gas$;P=P[4];s=s[3])
88: h[5]=enthalpy(gas$;P=P[5];x=x[5])
89: h[6]=h[5]+volume(gas$;P=P[5];h=h[5])*(P[6]-P[5])*fp
90: h[7]=enthalpy(gas$;P=P[7];T=T[7])
91: h[8]=enthalpy(gas$;P=P[8];x=x[8])
92: h[9]=enthalpy(gas$;P=P[9];x=x[9])
93: {h[10]}
94: h10s=enthalpy(gas$;P=P[10];s=s[3])
95: h[11]=enthalpy(gas$;P=P[11];T=T[11])
96:
97: {ENTROPAS}
98: s[1]=entropy(gas$;P=P[1];T=T[1])
99: s[2]=entropy(gas$;P=P[2];T=T[2])
100: s[3]=entropy(gas$;P=P[3];T=T[3])
101: s[4]=entropy(gas$;P=P[4];h=h[4])
102: s[5]=entropy(gas$;P=P[5];x=x[5])
103: s[6]=entropy(gas$;P=P[6];T=T[6])
104: s[7]=entropy(gas$;P=P[7];T=T[7])
105: s[8]=entropy(gas$;P=P[8];x=x[8])
106: s[9]=entropy(gas$;P=P[9];x=x[9])
107: s[10]=entropy(gas$;P=P[10];h=h[10])
108: s[11]=entropy(gas$;P=P[11];h=h[11])
109:
110: {CALIDADES}
111: x[5]=0
112: x[8]=0
113: x[9]=1
m0

= 90

TSC = 480

{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}

{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}

{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}
{DEFINIDA}

File:C:\Users\Hector\Dropbox\Universidad\EES\EES.EES
09/03/2014 18:01:45 Page 3
EES Ver. 9.433: #994: For use only by students and faculty at the Universidad Politecnica Madrid, Madrid, Spain

TRC = TSC
PSC = 125
PRC = 0,25 PSC
PCOND = 0,08
P eco

= 1

P sc

= 3

P rc

= 2

P int

= 1

TAP

= 0,9

TBP

= 0,85

TTD = 2
TDC = 5

fp =

100

kPa
bar

gas$ = 'Steam'
PX = 3,41
W = W1 + W2 B
B = m5

h6 h5

Q = m1

h1 h7

+ m3

h3 h2

W
Q

m1 = m0
m2

= m1

m3

= m2

m4

= m 5 m 11

m5

= m6

m6

h7 h6

m7

= m6

m8

= m7

m9

= m8

= m 10

h 10 h 11

File:C:\Users\Hector\Dropbox\Universidad\EES\EES.EES
09/03/2014 18:01:45 Page 4
EES Ver. 9.433: #994: For use only by students and faculty at the Universidad Politecnica Madrid, Madrid, Spain

m9
m 10

= m1
= m 11

h1 m 1 = h2 m 2 + W 1
h 1 m 1 = h2s m 2 + Ws 1
W1

= Ws 1 TAP

h 3 m 3 = h 4 m 4 + h 10 m 10 + W 2
h 3 m 3 = h4s m 4 + h10s m 10 + Ws 2
W2

= Ws 2 TBP

h 3 h 10
h 3 h10s
P1

= TBP

= PSC

P2 = P3 + P2

P rc
100

P 3 = PRC
P 4 = PCOND
P5 = P4

P6

= P7 + P6

P7 = P8 + P7

P int
100
P eco
100

P8 = P9

P9

= P1 + P9

P 10

= PX

P 11

= P 10

T1

= TSC

P sc
100

T 2 = T Steam ; P =P 2 ; h =h 2
T3

= TRC

T 4 = T Steam ; P =P 4 ; h =h 4
T5

= T sat

Steam ; P =P 5

T6

= T Steam ; P =P 6 ; h =h 6

File:C:\Users\Hector\Dropbox\Universidad\EES\EES.EES
09/03/2014 18:01:45 Page 5
EES Ver. 9.433: #994: For use only by students and faculty at the Universidad Politecnica Madrid, Madrid, Spain
T7

= T sat

T 8 = T sat
T9

Steam ; P =P 10

TTD

Steam ; P =P 8

= T8

T 10

= T Steam ; P =P 10 ; h =h 10

T 11

= T 6 + TDC

h 1 = h Steam ; P =P 1 ; T =T 1
h2s = h Steam ; P =P 2 ; s =s 1
h3

= h Steam ; P =P 3 ; T =T 3

h4s = h Steam ; P =P 4 ; s =s 3
h5

= h Steam ; P =P 5 ; x =x 5

h6

= h 5 + v Steam ; P =P 5 ; h =h 5

h 7 = h Steam ; P =P 7 ; T =T 7
h8

= h Steam ; P =P 8 ; x =x 8

h9

= h Steam ; P =P 9 ; x =x 9

h10s = h Steam ; P =P 10 ; s =s 3
h 11

= h Steam ; P =P 11 ; T =T 11

s1

= s Steam ; P =P 1 ; T =T 1

s2

= s Steam ; P =P 2 ; T =T 2

s3

= s Steam ; P =P 3 ; T =T 3

s4

= s Steam ; P =P 4 ; h =h 4

s5

= s Steam ; P =P 5 ; x =x 5

s6

= s Steam ; P =P 6 ; T =T 6

s7

= s Steam ; P =P 7 ; T =T 7

s8

= s Steam ; P =P 8 ; x =x 8

s9

= s Steam ; P =P 9 ; x =x 9

s 10

= s Steam ; P =P 10 ; h =h 10

s 11

= s Steam ; P =P 11 ; h =h 11

x5

= 0

x8 = 0

P6 P5

fp

File:C:\Users\Hector\Dropbox\Universidad\EES\EES.EES
09/03/2014 18:01:45 Page 6
EES Ver. 9.433: #994: For use only by students and faculty at the Universidad Politecnica Madrid, Madrid, Spain
x9 = 1

Arrays Table: Main


hi

mi

Pi

si

[bar]

1
2
3
4
5
6
7
8
9
10
11

3287
2960
3410
2414
173,9
187,1
580,4
1526
2665
2908
196,8

90
90
90
76,94
90
90
90
90
90
13,06
13,06

Parametric Table: Table 2

Run 1
Run 2
Run 3
Run 4
Run 5
Run 6
Run 7
Run 8
Run 9
Run 10
Run 11
Run 12
Run 13
Run 14
Run 15
Run 16
Run 17
Run 18
Run 19
Run 20
Run 21
Run 22
Run 23
Run 24
Run 25
Run 26
Run 27
Run 28
Run 29
Run 30

PX

1
1,483
1,966
2,448
2,931
3,414
3,897
4,379
4,862
5,345
5,828
6,31
6,793
7,276
7,759
8,241
8,724
9,207
9,69
10,17
10,66
11,14
11,62
12,1
12,59
13,07
13,55
14,03
14,52
15

0,386
0,3883
0,3897
0,3907
0,3915
0,392
0,3924
0,3927
0,393
0,3932
0,3933
0,3934
0,3934
0,3935
0,3935
0,3934
0,3934
0,3934
0,3933
0,3932
0,3931
0,3931
0,393
0,3929
0,3927
0,3926
0,3925
0,3924
0,3922
0,3921

125
31,89
31,25
0,08
0,08
131,5
130,2
128,9
128,9
3,41
3,41

6,39
6,455
7,155
7,713
0,5925
0,5926
1,685
3,552
5,439
7,342
0,6636

Ti

xi

[c]

[-]

480
290,1
480
41,52
41,52
41,93
136
330,2
330,2
221,9
46,93

0
1

File:C:\Users\Hector\Dropbox\Universidad\EES\EES.EES
09/03/2014 18:01:45 Page 7
EES Ver. 9.433: #994: For use only by students and faculty at the Universidad Politecnica Madrid, Madrid, Spain

Steam

4000

190 bar

7,33 bar

3500

0,27 bar
0,01 bar

h [kJ/kg]

3000
2500
0,9

2000

0,8

0,6

1500
0,4

1000
500
2,0

3,0

4,0

5,0

6,0

7,0

8,0

9,0

10,0

s [kJ/kg-K]
0,394

0,392

0,39

0,388

0,386
4

PX

12

11,0

12,0

File:C:\Users\Hector\Dropbox\Universidad\EES\EES.EES
09/03/2014 18:01:45 Page 8
EES Ver. 9.433: #994: For use only by students and faculty at the Universidad Politecnica Madrid, Madrid, Spain

Steam

T [C]

205 m3
/k

40

6,88

500

1,25

0,23

600

0,0076

700

400
110 bar

300

55 bar
25 bar

200

6,22 bar

100
0,2

0
-2,5

0,0

0,4

0,6

2,5

0,8

5,0

7,5

10,0

12,5

s [kJ/kg-K]

Steam

125

T [C]

100

75

50

25
0,2

0
-0,3

0,0

0,3

0,6

0,9

s [kJ/kg-K]

1,3

1,6

1,9

Вам также может понравиться