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: 05d10c36f849bde1cac7e29f61a0939364c867b396270c74506ee248a55945d2
User & Date: gawthrop@users.sourceforge.net on 1998-07-04 08:33:30
Other Links: branch diff | manifest | tags
Context
1998-07-04
08:39:58
New-style SS check-in: 83cf7cb41b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
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
Changes

Modified mttroot/mtt/lib/comp/compound/Thermal/CompressibleFlow/wPipe/wPipe_lbl.txt from [9030ad14d4] to [91c30cf515].

1





2
3
4
5
6
7
8
%SUMMARY wPipe Isentropic pipe with work transfer.





%DESCRIPTION Parameter 1: c_v - specific heat of fluid
%DESCRIPTION Parameter 2: Parameter passed to Density component
%DESCRIPTION Ports:

%DESCRIPTION [Hy_in] Pressure/volume-flow inflow
%DESCRIPTION [Hy_in] Pressure/volume-flow outflow
%DESCRIPTION [Th_in] Temperature/Entropy-flow in flow

>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
%SUMMARY wPipe Isentropic pipe with work transfer.

%DESCRIPTION wPipe represents an ideal (energy conserving) pipe carrying a
%DESCRIPTION fluid with work transfer. To ensure energy conservation, power bonds are used and
%DESCRIPTION connected by (energy conserving) TF components.

%DESCRIPTION Parameter 1: c_v - specific heat of fluid
%DESCRIPTION Parameter 2: Parameter passed to Density component
%DESCRIPTION Ports:

%DESCRIPTION [Hy_in] Pressure/volume-flow inflow
%DESCRIPTION [Hy_in] Pressure/volume-flow outflow
%DESCRIPTION [Th_in] Temperature/Entropy-flow in flow
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
53
54
55
56
57
58
59
60
61
62
63
64
%% Label file for system wPipe (wPipe_lbl.txt)

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



% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% 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 Density
	rho1		none	density,ideal_gas,r
	rho2		none	density,ideal_gas,r

% Component type EMTF
	p2pv		lin		flow
	pv2p		lin		effort

% Component type SS
	[Hydraulic_in]	external	external
	[Hydraulic_out]	external	external
	[Shaft]		external	external
	[Thermal_in]	external	external
	[Thermal_out]	external	external

% Component type TF
	t2u		lin	effort,c_v
	u2t		lin	flow,c_v











>
>
>


















|
|
|
|
|








32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
%% Label file for system wPipe (wPipe_lbl.txt)

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.1  1998/07/03 17:38:20  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 Density
	rho1		none	density,ideal_gas,r
	rho2		none	density,ideal_gas,r

% Component type EMTF
	p2pv		lin		flow
	pv2p		lin		effort

% Component type SS
	[Hydraulic_in]	SS	external,external
	[Hydraulic_out]	SS	external,external
	[Shaft]		SS	external,external
	[Thermal_in]	SS	external,external
	[Thermal_out]	SS	external,external

% Component type TF
	t2u		lin	effort,c_v
	u2t		lin	flow,c_v





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