Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5c7822381dd983fbe945c01f0dbe3642556644e9513e9d194111415e2ede6cfe
User & Date: gawthrop@users.sourceforge.net on 1996-11-09 18:44:58
Other Links: branch diff | manifest | tags
Context
1996-11-09
18:47:46
Added new copy command (using find).
More documaentation stuff.
check-in: 701b24cfab user: gawthrop@users.sourceforge.net tags: origin/master, trunk
18:44:58
Initial revision check-in: 5c7822381d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1996-11-07
10:57:17
Initial revision check-in: c6ff7325ab user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/examples/Mechanical/Mechanical-2D/Pendulum/Pendulum_lbl.txt version [54d50088b9].





































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
34
35
36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
%SUMMARY Pendulum example from Section 10.3 of "Metamodelling"
%DESCRIPTION <Detailed description here>
%% Label file for system pend (pend_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

%Rod parameters
rod	none	l;l;j;m

%Zero velocity sources
v_x	internal	0
v_y	internal	0

%Zero force/torque sources
F_x	0	internal
F_y	0	internal
F_a	0	internal
F_cx	0	internal

%Torque at end
f_a	external external

%Gravity
F_cy	mg	internal



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