Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: bd2b23546d9c7d12c655e8bc059958e1be213ef609abc551b54775c5bd46731d
User & Date: gawthrop@users.sourceforge.net on 1998-03-26 09:00:26
Other Links: branch diff | manifest | tags
Context
1998-03-26
13:03:23
Changed SS field fudge. check-in: 7bb3988518 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:00:26
Initial revision check-in: bd2b23546d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:38:15
Initial revision check-in: 872502ac25 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/comp/compound/Thermal/CompressibleFlow/Tank/Tank_lbl.txt version [b242436902].































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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 Tank - thermal storage component for compressible fluids.
%DESCRIPTION Two port thermal storage component for compressible
%DESCRIPTION fluids
%DESCRIPTION Parameter 1 Passed to Tankp subcomponent
%DESCRIPTION Parameter 2 Parameter two of density component.
%DESCRIPTION Typical label file entry:
%DESCRIPTION % Component type Tank
%DESCRIPTION   	C1	none	ideal_gas,r_g,c_p,v_t;r_g
%DESCRIPTION Port [Th_in]: Thermal flow bond (T/Sdot)
%DESCRIPTION Port [Th_out]: Thermal flow bond (T/Sdot)
%DESCRIPTION Port [Hy_in]: Hydraulic flow bond (P/Vdot)
%DESCRIPTION Port [Hy_out]: Hydraulic flow bond (P/Vdot)
%DESCRIPTION Port [pTh]: Thermal flow pseudo bond direct to tank (T/Edot)
%DESCRIPTION Port [pHy]: Hydraulic flow pseudo bond direct to tank (P/mdot)

%% Label file for system Tank (Tank_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 SS
	[Hy_in]		external	external
	[Hy_out]		external	external
	[pHy]		external	external
	[pTh]		external	external
	[Th_in]		external	external
	[Th_out]		external	external

% Component type Tankp
	tank		none		$1

% Component type VMe
	v2m		none	density,$2
	m2v		none	specific_volume,$2



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