Differences From Artifact [8af9af50cf]:

To Artifact [5341048b5b]:


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
37

38
39
40

41
42
43

44
45







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




37
38
39
40
41
42
43

44
45
46

47
48
49

50
51
52
-
-
-
-
-
-
-
+
+
+
+
+
+
+

-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+

+
+
-
+

-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+

-
-
-
-
+
+
+
+



-
+


-
+


-
+


%SUMMARY DieselCycle:a simple closed thermodynamic cycle
%DESCRIPTION The Diese cycle is a simple closed thermodynamic cycle
%DESCRIPTION with four parts:
%DESCRIPTION o Isentropic compression
%DESCRIPTION o Heating at constant pressure
%DESCRIPTION o Isentropic expansion
%DESCRIPTION o Cooling at constant volume
#SUMMARY DieselCycle:a simple closed thermodynamic cycle
#DESCRIPTION The Diesel cycle is a simple closed thermodynamic cycle
#DESCRIPTION with four parts:
#DESCRIPTION o Isentropic compression
#DESCRIPTION o Heating at constant pressure
#DESCRIPTION o Isentropic expansion
#DESCRIPTION o Cooling at constant volume
  
%VAR P_0
%VAR T_0
%VAR V_0
%VAR S_0
%VAR U_0
%VAR TopPressure
%VAR Volume
%VAR Pressure
#PAR P_0
#PAR T_0
#PAR V_0
#PAR S_0
#PAR U_0

### NB TopPressure should be computed within input.txt !!!
#PAR TopPressure
#PAR Volume
#PAR Pressure

#NOTPAR ideal_gas

%% Label file for system DieselCycle (DieselCycle_lbl.txt)
## Label file for system DieselCycle (DieselCycle_lbl.txt)

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.1  1998/07/21 15:25:50  peterg
% %% Initial revision
% %%
# ###############################################################
# ## Version control history
# ###############################################################
# ## $Id$
# ## $Log$
# ## Revision 1.2  2000/12/28 18:15:21  peterg
# ## To RCS
# ##
# ## Revision 1.1  1998/07/21 15:25:50  peterg
# ## Initial revision
# ##
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# ###############################################################

%% Each line should be of one of the following forms:
%	a comment (ie starting with %)
%	Component-name	CR_name	arg1,arg2,..argn
%	blank
## Each line should be of one of the following forms:
#	a comment (ie starting with #)
#	Component-name	CR_name	arg1,arg2,..argn
#	blank



% Component type Cycle
# Component type Cycle
	cycle	none	ideal_gas;c_v;gamma_g;m_g	

% Component type R
# Component type R
	r		lin	flow,r

% Component type SS
# Component type SS
	Heat	SS	internal,external
	Work	SS	external,internal

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]