Artifact cd511778a35b15c76e43c5c5c772d90504ef3675227f14266ce670416d83e67c:
- File mtt/lib/examples/Dia/Mechanical-2D/StackOfSupportedBars/SupportedBar_lbl.txt — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 1114) [annotate] [blame] [check-ins using] [more...]
- File
mttroot/mtt/lib/examples/Dia/Mechanical-2D/StackOfSupportedBars/SupportedBar_lbl.txt
— part of check-in
[d4a035ed51]
at
2004-08-13 01:30:21
on branch origin/master
— Example system consisting of a stack of 2D rigid bars mounted on oscillating supports.
Demonstrates Dia-built hierarchical models, including vector ports, repeated components and aliasing of parameters. (user: geraint@users.sourceforge.net, size: 1114) [annotate] [blame] [check-ins using]
#SUMMARY SupportedBar #DESCRIPTION Rigid 2D bar with two spring-damper supports. ## System SupportedBar, representation lbl, language txt ## File SupportedBar_lbl.txt ## Generated by MTT on Thu Aug 12 21:17:30 BST 2004 ###################################### ##### Model Transformation Tools ##### ###################################### ## Port aliases #ALIAS in left_bottom,right_bottom #ALIAS out left_top,right_top ## Argument aliases #ALIAS $1 length_a #ALIAS $2 length_b #ALIAS $3 inertial_mass #ALIAS $4 moment_of_inertia #ALIAS $5 resistance #ALIAS $6 stiffness ## Each line should be of one of the following forms: ## a comment (ie starting with #) ## component-name cr_name arg1,arg2,..argn ## blank ## ---- Component labels ---- ## Component type SS [left_bottom] SS external,external [left_top] SS external,external [right_bottom] SS external,external [right_top] SS external,external ## Component type RigidBar2D bar none length_a;length_b;inertial_mass;moment_of_inertia ## Component type Support left none resistance;stiffness right none resistance;stiffness