#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