1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#SUMMARY CarnotCycle: a simple closed thermodynamic cycle
#DESCRIPTION The Carnot cycle is a simple closed thermodynamic cycle
#DESCRIPTION with four parts:
#DESCRIPTION o Isentropic compression
#DESCRIPTION o Heat injection at constant temperature
#DESCRIPTION o Isentropic expansion
#DESCRIPTION o Heat extraction at constant temperature
#PAR P_0
#PAR T_0
#PAR V_0
#PAR alpha
#NOTPAR ideal_gas
#NOTPAR alpha
#NOTPAR TopTemp
## Label file for system CarnotCycle (CarnotCycle_lbl.txt)
# ###############################################################
# ## Version control history
# ###############################################################
# ## $Id$
# ## $Log$
# ## Revision 1.2 1998/08/10 16:40:07 peterg
# ## Added VARs and parametrs
# ##
# ## Revision 1.1 1998/07/21 15:18:18 peterg
# ## Initial revision
# ##
# ###############################################################
|
>
>
<
<
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
#SUMMARY CarnotCycle: a simple closed thermodynamic cycle
#DESCRIPTION The Carnot cycle is a simple closed thermodynamic cycle
#DESCRIPTION with four parts:
#DESCRIPTION o Isentropic compression
#DESCRIPTION o Heat injection at constant temperature
#DESCRIPTION o Isentropic expansion
#DESCRIPTION o Heat extraction at constant temperature
#PAR P_0
#PAR T_0
#PAR V_0
#PAR alpha
#PAR TopTemp
#NOTPAR ideal_gas
## Label file for system CarnotCycle (CarnotCycle_lbl.txt)
# ###############################################################
# ## Version control history
# ###############################################################
# ## $Id$
# ## $Log$
# ## Revision 1.3 2003/08/13 17:03:00 gawthrop
# ## Updated for new MTT
# ## Use FMR in place of R
# ## Fixed bug in sspar
# ##
# ## Revision 1.2 1998/08/10 16:40:07 peterg
# ## Added VARs and parametrs
# ##
# ## Revision 1.1 1998/07/21 15:18:18 peterg
# ## Initial revision
# ##
# ###############################################################
|