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: 1534c7aaf391ec863a7f0857ce081119c5bfc7de0fdf385911f9a162f2fcb29b
User & Date: gawthrop@users.sourceforge.net on 1997-11-21 19:18:28
Other Links: branch diff | manifest | tags
Context
1997-12-04
10:05:02
Compiler now symbolocic $cc check-in: fc902dde0b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-11-21
19:18:28
Initial revision check-in: 1534c7aaf3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:06:34
Initial revision check-in: 2de2f149d5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/comp/compound/GasDynamics/RG/RG_lbl.txt version [ffdae63027].











































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
%SUMMARY RG: R component for compressible gas dynamics
%DESCRIPTION Port [Thermal_in]: Temperature/Enthalpy pseudo bond
%DESCRIPTION Port [Thermal_out]: Temperature/Enthalpy pseudo bond
%DESCRIPTION Port [Mass_in]: Pressure/mass-flow pseudo bond
%DESCRIPTION Port [Mass_out]: Pressure/mass-flow pseudo bond
%DESCRIPTION 
%DESCRIPTION Parameter 1: gamma (c_p/c_v)
%DESCRIPTION Parameter 2: R   (universal gas constant)
%DESCRIPTION Parameter 3: A   (nozzle cross-section)
%DESCRIPTION Based on Karnopp, Margolis and Rosenberg: Section 12.4.



%% Label file for system RG (RG_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 RG
	rg		IsentropicNozzle	$1;$2;$3

% Component type SS
	[Mass_in]		external	external
	[Mass_out]		external	external
	[Thermal_in]		external	external
	[Thermal_out]		external	external


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