Overview
Comment:Aliases for parameters
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 26ae39787bee7e760061f9289e30fc40eafaf506cb7367d82a2dac669ee9035f
User & Date: gawthrop@users.sourceforge.net on 1998-07-03 14:01:43
Other Links: branch diff | manifest | tags
Context
1998-07-03
14:39:09
Added info messages a bit busy now! check-in: fa1ab1c7c2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:01:43
Aliases for parameters check-in: 26ae39787b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:49:03
Flips the order of alias and name when $ is involved. check-in: 2875085cc0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/comp/compound/Thermal/CompressibleFlow/Turb/Turb_lbl.txt from [a02511ebf1] to [62ed8c5a7a].

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 Turb Ideal turbine component for compressible flow
%DESCRIPTION Parameter 1: c_p - specific heat of fluid
%DESCRIPTION Parameter 2: Parameter passed to Density component
%DESCRIPTION Parameter 3: alpha = (n-1)/n, n coefficient of polytropic
%DESCRIPTION expansion.
%DESCRIPTION Parameter 4: k_t pump constant: mass flow = k_t*shaft speed

%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  $P1		c_p
%ALIAS  $P2		ideal_gas,r
%ALIAS  $P3		alpha
%ALIAS  $P4		effort,k

%% Label file for system Turb (Turb_lbl.txt)

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



% %% Revision 1.4  1998/07/02 19:48:45  peterg
% %% Changed aliases
% %%
% %% Revision 1.3  1998/07/02 10:55:24  peterg
% %% Lower case in out
% %%
% %% Revision 1.2  1998/07/02 10:51:10  peterg







|
|

|
|

|
|

|
|
|
|








>
>
>







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
%SUMMARY Turb Ideal turbine component for compressible flow
%DESCRIPTION Parameter 1: c_p - specific heat of fluid
%DESCRIPTION Parameter 2: Parameter passed to Density component
%DESCRIPTION Parameter 3: alpha = (n-1)/n, n coefficient of polytropic
%DESCRIPTION expansion.
%DESCRIPTION Parameter 4: k_t pump constant: mass flow = k_t*shaft speed

%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		c_p
%ALIAS  $2		ideal_gas,r
%ALIAS  $3		alpha
%ALIAS  $4		effort,k

%% Label file for system Turb (Turb_lbl.txt)

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.5  1998/07/03 10:12:18  peterg
% %% New aliased parameter form
% %%
% %% Revision 1.4  1998/07/02 19:48:45  peterg
% %% Changed aliases
% %%
% %% Revision 1.3  1998/07/02 10:55:24  peterg
% %% Lower case in out
% %%
% %% Revision 1.2  1998/07/02 10:51:10  peterg


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