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
|
%SUMMARY RT: Two port thermal resistance with T/Sdot bonds
%DESCRIPTION Port [in]: T/Sdot power in
%DESCRIPTION Port [out]: T/Sdot power out
%DESCRIPTION CR and parameters as for a one-port R component
%DESCRIPTION Internally pseudo bond graph
%DESCRIPTION Example label file entry:
%DESCRIPTION % Component type RT
%DESCRIPTION r lin flow,r
%ALIAS in ThermalIn
%ALIAS out ThermalOut
%ALIAS $1 flow,r
%ALIAS $a1 lin
%% Label file for system RT (RT_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.6 2001/06/13 17:10:26 gawthrop
% %% Alias for the cr (ie ALIAS $1 lin)
% %%
% %% Revision 1.5 2001/06/11 19:51:08 gawthrop
% %% Zapped spurious $1 alias
% %%
% %% Revision 1.4 1998/07/22 11:31:42 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
|
%SUMMARY RT: Two port thermal resistance with T/Sdot bonds
%DESCRIPTION Port [in]: T/Sdot power in
%DESCRIPTION Port [out]: T/Sdot power out
%DESCRIPTION CR and parameters as for a one-port R component
%DESCRIPTION Internally pseudo bond graph
%DESCRIPTION Example label file entry:
%DESCRIPTION % Component type RT
%DESCRIPTION r lin flow,r
%ALIAS ThermalIn in
%ALIAS ThermalOut out
%ALIAS $1 flow,r
%ALIAS $a1 lin
%% Label file for system RT (RT_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.7 2001/07/03 22:59:10 gawthrop
% %% Fixed problems with argument passing for CRs
% %%
% %% Revision 1.6 2001/06/13 17:10:26 gawthrop
% %% Alias for the cr (ie ALIAS $1 lin)
% %%
% %% Revision 1.5 2001/06/11 19:51:08 gawthrop
% %% Zapped spurious $1 alias
% %%
% %% Revision 1.4 1998/07/22 11:31:42 peterg
|
46
47
48
49
50
51
52
53
54
55
56
|
% a comment (ie starting with %)
% Component-name CR_name arg1,arg2,..argn
% blank
% Component type R
r lin flow,r
% Component type SS
[ThermalIn] SS external,external
[ThermalOut] SS external,external
|
>
>
>
>
|
|
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
% a comment (ie starting with %)
% Component-name CR_name arg1,arg2,..argn
% blank
% Component type R
r lin flow,r
% Component type FP
fp1
fp2
% Component type SS
[in] SS external,external
[out] SS external,external
|