Overview
Comment:Renamed SS to patch
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 60bf367d737b4c2b54e1f75fd283e076a0e0f9cd85f12fb02ff47081584adb84
User & Date: gawthrop@users.sourceforge.net on 1999-05-16 21:31:48
Other Links: branch diff | manifest | tags
Context
1999-05-17
21:27:39
Added damping check-in: e8e017f157 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1999-05-16
21:31:48
Renamed SS to patch check-in: 60bf367d73 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
21:08:13
Initial revision check-in: 4ce8c232c3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/comp/compound/Mechanical/Mechanical-1D/pBernoulliEuler/pBernoulliEuler_lbl.txt from [9233c0d2dc] to [7a6dc94bd6].

1
2
3
4
5
6
7
8
9



10
11
12
13
14
15
16
%% Label file for system pBernoulliEuler (pBernoulliEuler_lbl.txt)
%SUMMARY pBernoulliEuler
%DESCRIPTION <Detailed description here>

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$



% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% Port aliases
%ALIAS	in		y_in,theta_in
%ALIAS	out		y_out,theta_out
%ALIAS	torque		patch









>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%% Label file for system pBernoulliEuler (pBernoulliEuler_lbl.txt)
%SUMMARY pBernoulliEuler
%DESCRIPTION <Detailed description here>

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.1  1999/05/16 21:08:13  peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% Port aliases
%ALIAS	in		y_in,theta_in
%ALIAS	out		y_out,theta_out
%ALIAS	torque		patch
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% Component type I
	dm		lin	flow,dm

% Component type C
	dk		lin	state,dk

% Component type SS
	[y_in]	SS			external,external
	[y_out]	SS			external,external
	[theta_in]	SS		external,external
	[theta_out]	SS		external,external
	[torque]	SS		external,external

% Component type TF
	dz		lin	effort,dz








|
|


|




35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
% Component type I
	dm		lin	flow,dm

% Component type C
	dk		lin	state,dk

% Component type SS
	[y_in]		SS		external,external
	[y_out]		SS		external,external
	[theta_in]	SS		external,external
	[theta_out]	SS		external,external
	[patch]		SS		external,external

% Component type TF
	dz		lin	effort,dz


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]