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
|
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 LeakyPiston: Leaky piston sub model
%DESCRIPTION <Detailed description here>
%% Label file for system LeakyPiston (LeakyPiston_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.1 1998/03/04 10:00:11 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 Piston
piston lin $1;$2;$3
% Component type RG
leak lin $4;$5;$6
% Component type SS
[mass_b] external external
[mass_t] external external
[mechanical_b] external external
[mechanical_t] external external
[shaft] external external
[thermal_b] external external
[thermal_t] external external
[mass_b] SS external,external
[mass_t] SS external,external
[mechanical_b] SS external,external
[mechanical_t] SS external,external
[shaft] SS external,external
[thermal_b] SS external,external
[thermal_t] SS external,external
|