10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
%ALIAS y_a yTip_a # Force/velocity at tip a in y direction
%ALIAS alpha_a angularTip_a # Torque/angular velocity at tip a
%ALIAS x_b xTip_b # Force/velocity at tip b in x direction
%ALIAS y_b yTip_b # Force/velocity at tip b in y direction
%ALIAS alpha_b angularTip_b # Torque/angular velocity at tip b
%% Label file for system ROD (ROD_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.2 1997/08/15 09:43:06 peterg
% %% Now has lablelled (as opposed to numbered) ports.
% %%
% Revision 1.1 1996/11/07 10:57:17 peterg
% Initial revision
%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
>
>
>
>
>
|
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
|
%ALIAS y_a yTip_a # Force/velocity at tip a in y direction
%ALIAS alpha_a angularTip_a # Torque/angular velocity at tip a
%ALIAS x_b xTip_b # Force/velocity at tip b in x direction
%ALIAS y_b yTip_b # Force/velocity at tip b in y direction
%ALIAS alpha_b angularTip_b # Torque/angular velocity at tip b
%ALIAS INTF General/INTF # The flow integration component.
%% Label file for system ROD (ROD_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.3 1998/07/27 10:49:10 peterg
% %% Major revision to include aliases etc
% %%
% %% Revision 1.2 1997/08/15 09:43:06 peterg
% %% Now has lablelled (as opposed to numbered) ports.
% %%
% Revision 1.1 1996/11/07 10:57:17 peterg
% Initial revision
%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|