1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
-
+
+
|
#SUMMARY SimpleGasTurbine: single-spool gas turbine producing shaft power
#DESCRIPTION SimpleGasTurbine can be regarded as an single-spool gas
#DESCRIPTION turbine (producing shaft power) with an ideal-gas working fluid. It
#DESCRIPTION corresponds to the simple Joule Cycle as described in Chapter 12 of
#DESCRIPTION Rogers and Mayhew and in Chapter 2 of Cohen, Rogers and
#DESCRIPTION Saravanamutto. However, unlike those examples, the system is
#DESCRIPTION written with dynamics in mind.
#ALIAS Comb CompressibleFlow/Comb
## Explicitly copy appropriate components
#ALIAS Pump CompressibleFlow/Pump
#ALIAS Comb CompressibleFlow/Comb
#PAR t_2
#PAR t_3
#PAR t_4
#PAR p_2
#PAR p_3
#PAR p_4
|
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
+
+
+
|
## Label file for system SimpleGasTurbine (SimpleGasTurbine_lbl.txt)
# ###############################################################
# ## Version control history
# ###############################################################
# ## $Id$
# ## $Log$
# ## Revision 1.5 2000/12/28 18:08:28 peterg
# ## To RCS
# ##
# ## Revision 1.4 1998/07/30 15:27:42 peterg
# ## Use #VAR inplace of dummy component.
# ##
# ## Revision 1.3 1998/07/03 14:54:45 peterg
# ## k_p --> k
# ## k_t --> k
# ##
|