Overview
Comment: | New SS form |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f00e35253628a57c31b0458809d94661 |
User & Date: | gawthrop@users.sourceforge.net on 2000-05-18 10:32:32 |
Other Links: | branch diff | manifest | tags |
Context
2000-05-18
| ||
11:29:58 | Initial revision check-in: e9c6ed98d3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:32:32 | New SS form check-in: f00e352536 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:45:45 | Fixed missing ; check-in: 2b87daff90 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Hybrid/BouncingRod/BouncingRod_lbl.txt from [f8bc4a4e3c] to [8cb42aa4f3].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | %SUMMARY BouncingRod: Two-dimensional bouncing rod (hybrid) %DESCRIPTION A uniform rod bounces on a compliant surface -- the %DESCRIPTION CSW component is used. %% Label file for system BouncingRod (BouncingRod_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 1997/09/11 08:37:29 peterg % %% Added description % %% % %% Revision 1.1 1997/07/06 16:18:37 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | %SUMMARY BouncingRod: Two-dimensional bouncing rod (hybrid) %DESCRIPTION A uniform rod bounces on a compliant surface -- the %DESCRIPTION CSW component is used. %% Label file for system BouncingRod (BouncingRod_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.3 1997/09/11 09:55:25 peterg % %% Added documentation % %% % %% Revision 1.2 1997/09/11 08:37:29 peterg % %% Added description % %% % %% Revision 1.1 1997/07/06 16:18:37 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
︙ | ︙ | |||
33 34 35 36 37 38 39 | intfL intfR % Component type ROD rod none l;l;j;m % Component type SS | | | | | | | | | | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | intfL intfR % Component type ROD rod none l;l;j;m % Component type SS aL SS 0,internal aR SS 0,internal gravity SS external,internal hL SS external,0 hR SS external,0 xC SS 0,internal xL SS 0,internal xR SS 0,internal |
Modified mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_lbl.txt from [06c127f2d8] to [60b6b4f3da].
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 Clutch: Simple model of a clutch system (Hybrid) %DESCRIPTION Uses CSW component to model the clutch/flexi shaft %% Label file for system Clutch (Clutch_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 DC motor lin k_m;l_a;r_a;j_m;b_m % Component type Drive drive % Component type Load load % Component type SS | > > > | | 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 Clutch: Simple model of a clutch system (Hybrid) %DESCRIPTION Uses CSW component to model the clutch/flexi shaft %% Label file for system Clutch (Clutch_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1997/09/11 09:38:48 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 DC motor lin k_m;l_a;r_a;j_m;b_m % Component type Drive drive % Component type Load load % Component type SS e SS external,internal |
Modified mttroot/mtt/lib/examples/Hybrid/Clutch/Drive_lbl.txt from [cae6e64ada] to [21db5c70a3].
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 | %SUMMARY Drive: The clutch/shaft drive subsystem %DESCRIPTION <Detailed description here> %% Label file for system Drive (Drive_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 CSW clutch lin effort,epsilon % Component type R % r_d lin flow,r_d % Component type SS | > > > | | | 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 | %SUMMARY Drive: The clutch/shaft drive subsystem %DESCRIPTION <Detailed description here> %% Label file for system Drive (Drive_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1997/09/11 09:39:16 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 CSW clutch lin effort,epsilon % Component type R % r_d lin flow,r_d % Component type SS v1 SS 0,external v2 SS 0,external |