Overview
Comment:New style file
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: c9a90a997321d313139912b045e2858c4db44898ff4b9cd6a9c9c37a25611e02
User & Date: gawthrop@users.sourceforge.net on 1998-07-21 14:21:04
Other Links: branch diff | manifest | tags
Context
1998-07-21
14:37:03
Initial revision check-in: b8a83f9d57 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:21:04
New style file check-in: c9a90a9973 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:34:32
Initial revision check-in: ec9a1d30d5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/comp/compound/Thermal/Cycle/Cycle_lbl.txt from [99f893f6ed] to [e75e341a57].

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
%SUMMARY OttoCycle: Ideal Otto cycle with ideal gas
%DESCRIPTION Uses the CT2 two-port thermal capacitor.





%% Label file for system OttoCycle (OttoCycle_lbl.txt)

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$



% %% Revision 1.1  1997/12/07 20:38:05  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




% Component type CT2
	gas	CT2	c_v;gamma;m;t_0

% Component type INTF
	entropy
	volume

% Component type SS
	S		external	0
	V		external	0
	[Heat]		external	external
	[Work]		external	external





|
|
>
>
>
>
>
|






>
>
>













|
|






|
|
|
|
>
>
>
>

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
%SUMMARY Cycle: Closed cycle with ideal gas
%DESCRIPTION Uses the CU two-port thermal capacitor.

%ALIAS in	Heat
%ALIAS out	Work


%% Label file for system Cycle (Cycle_lbl.txt)

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.1  1997/12/08 20:24:43  peterg
% %% Initial revision
% %%
% %% Revision 1.1  1997/12/07 20:38:05  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




% Component type CU
	gas	CU	ideal_gas,c_v,gamma,m_g

% Component type INTF
	entropy
	volume

% Component type SS
	S	SS	external,0
	T	SS	external,0
	V	SS	external,0
	P	SS	external,0
	[Heat]	SS	external,external
	[Work]	SS	external,external




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