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
40
41
42
43
44
45
46
47
|
intfL
intfR
% Component type ROD
rod none l;l;j;m
% Component type SS
aL 0 internal
aR 0 internal
gravity external internal
hL external 0
hR external 0
xC 0 internal
xL 0 internal
xR 0 internal
|
|
|
|
|
|
|
|
|
|
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
|