Overview
Comment:New-style SS
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: bbb95b4f0ef5ee6cba5287b3b645c26226101609b08d4bf73ab685b1a9f16d28
User & Date: gawthrop@users.sourceforge.net on 1998-07-04 08:24:25
Other Links: branch diff | manifest | tags
Context
1998-07-04
08:33:30
New-style SS check-in: 05d10c36f8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:24:25
New-style SS check-in: bbb95b4f0e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:15:44
Back under RCS check-in: d8841870ba user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/comp/compound/Thermal/CompressibleFlow/Comb/Comb_lbl.txt from [a570a70a8e] to [9dc256f8a3].

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
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

+
+
+
+
+
+
-
+
+









-
-
+
+









+
+
+
+







%SUMMARY Comb: Combustion chamber model

%DESCRIPTION   This thermal tank model has been developed to represent an ideal
%DESCRIPTION   (and non-dynamic) combustion chamber for a gas turbine. The major
%DESCRIPTION   simplification is that the mass contained in the tank is assumed
%DESCRIPTION   constant -- this is consistent with using an ideal compressor and an
%DESCRIPTION   ideal turbine with identical mass flows. Energy conservation is
%DESCRIPTION 
%DESCRIPTION   ensured by using true bonds and components.
 
%ALIAS	in Thermal_in,Hydraulic_in
%ALIAS	out Thermal_out,Hydraulic_out

%ALIAS	Th_in  Thermal_in
%ALIAS	Hy_in  Hydraulic_in

%ALIAS	Th_out  Thermal_out
%ALIAS	Hy_out  Hydraulic_out

%ALIAS	$1	m
%ALIAS	$2	v
%ALIAS	$1	m_c
%ALIAS	$2	v_c
%ALIAS	$3	r

%% Label file for system Comb (Comb_lbl.txt)

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.5  1998/07/03 14:55:33  peterg
% %% Aliased parameters.
% %% Removed _c from parameters,
% %%
% %% Revision 1.4  1998/07/02 19:46:34  peterg
% %% New aliases
% %%
% %% Revision 1.3  1998/07/02 10:54:42  peterg
% %% Lower case in out
% %%
% %% Revision 1.2  1998/07/02 10:49:32  peterg
38
39
40
41
42
43
44
45
46
47
48
49
50
51







52
53
54

55


49
50
51
52
53
54
55







56
57
58
59
60
61
62
63
64

65
66
67
68







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


-
+

+
+
%	a comment (ie starting with %)
%	Component-name	CR_name	arg1,arg2,..argn
%	blank



% Component type SS
	[Hydraulic_in]	external	external
	[Hydraulic_out]	external	external
	[Heat]		external	external
	[Thermal_in]	external	external
	[Thermal_out]	external	external
	P		external	0
	T		external	0
	[Hydraulic_in]	SS	external,external
	[Hydraulic_out]	SS	external,external
	[Heat]		SS	external,external
	[Thermal_in]	SS	external,external
	[Thermal_out]	SS	external,external
	P		SS	external,0
	T		SS	external,0

% Component type hPipe
	pipe	none	m;v;r
	pipe	none	m_c;v_c;r




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