Overview
Comment: | Alias for the cr (ie %ALIAS $1 lin) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
73d690a0728d0d64a0ecd8fa00c923fe |
User & Date: | gawthrop@users.sourceforge.net on 2001-06-13 17:10:26 |
Other Links: | branch diff | manifest | tags |
Context
2001-06-13
| ||
18:24:10 |
Made "lin" default in place of "none" Still needs arg and cr alias clashes to be sorted .... check-in: cce6065ba1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:10:26 | Alias for the cr (ie %ALIAS $1 lin) check-in: 73d690a072 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:07:15 | Fixed bug with three separators in a row eg )/( check-in: 1552f7db1b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/compound/Thermal/CT/CT_lbl.txt from [72f0908473] to [3efefc2254].
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 | %SUMMARY CT: One-port thermal C component with T/Sdot bond %DESCRIPTION CR and parameters as for a one-port C component %DESCRIPTION Internally pseudo %DESCRIPTION Example label file entry: %DESCRIPTION % Component type CT %DESCRIPTION c lin effort,c %Port aliases %ALIAS in|out Thermal %CR aliases %ALIAS $1 effort,c_t %% Label file for system CT (CT_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.4 1998/07/22 11:28:15 peterg % %% Out as port alias % %% % %% Revision 1.3 1998/07/22 11:27:41 peterg % %% Changed port name % %% % %% Revision 1.2 1998/06/29 10:12:58 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 | %SUMMARY CT: One-port thermal C component with T/Sdot bond %DESCRIPTION CR and parameters as for a one-port C component %DESCRIPTION Internally pseudo %DESCRIPTION Example label file entry: %DESCRIPTION % Component type CT %DESCRIPTION c lin effort,c %Port aliases %ALIAS in|out Thermal %CR aliases %ALIAS $1 effort,c_t %ALIAS $1 lin %% Label file for system CT (CT_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.5 2001/06/11 15:09:18 gawthrop % %% Removed spurious parameter % %% % %% Revision 1.4 1998/07/22 11:28:15 peterg % %% Out as port alias % %% % %% Revision 1.3 1998/07/22 11:27:41 peterg % %% Changed port name % %% % %% Revision 1.2 1998/06/29 10:12:58 peterg |
︙ | ︙ |
Modified mttroot/mtt/lib/comp/compound/Thermal/RT/RT_lbl.txt from [2e13f1ddcf] to [9625af270a].
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 | %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 %% Label file for system RT (RT_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.4 1998/07/22 11:31:42 peterg % %% New port names % %% % %% Revision 1.3 1998/07/21 16:26:05 peterg % %% Now has aliased parameters. % %% % %% Revision 1.2 1998/06/29 10:08:14 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 in ThermalIn %ALIAS out ThermalOut %ALIAS $1 flow,r %ALIAS $1 lin %% Label file for system RT (RT_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.5 2001/06/11 19:51:08 gawthrop % %% Zapped spurious $1 alias % %% % %% Revision 1.4 1998/07/22 11:31:42 peterg % %% New port names % %% % %% Revision 1.3 1998/07/21 16:26:05 peterg % %% Now has aliased parameters. % %% % %% Revision 1.2 1998/06/29 10:08:14 peterg |
︙ | ︙ |
Modified mttroot/mtt/lib/comp/compound/Thermal/RT1/RT1_lbl.txt from [d5b1cace51] to [024d59e57d].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Port aliases %ALIAS in in %ALIAS out out % Argument aliases %ALIAS $1 r %% Each line should be of one of the following forms: % a comment (ie starting with %) % component-name cr_name arg1,arg2,..argn % blank % ---- Component labels ---- | > > > > | 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 | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 2000/12/28 10:40:45 peterg % %% Put under RCS % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Port aliases %ALIAS in in %ALIAS out out % Argument aliases %ALIAS $1 r %ALIAS $1 lin %% Each line should be of one of the following forms: % a comment (ie starting with %) % component-name cr_name arg1,arg2,..argn % blank % ---- Component labels ---- |
︙ | ︙ |