#SUMMARY RigidBar2D
#DESCRIPTION A rigid bar capable of motion in two directions:
#DESCRIPTION vertical translation and rotation about its centre of gravity.
#DESCRIPTION Parameters "a" and "b" are moment arms,
#DESCRIPTION "m" is the bar's mass and "J" is a moment of inertia.
## System RigidBar2D, representation lbl, language txt
## File RigidBar2D_lbl.txt
## Generated by MTT on Thu Aug 12 21:04:24 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
## 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 Se
weight SS inertial_mass*gravity
## Component type I
rotational lin flow,moment_of_inertia
translational lin flow,inertial_mass
## Component type TF
a lin flow,length_a
b lin flow,length_b
## Component type 0 (anonymous => default parameters)
# 0
# 0
## Component type 1 (anonymous => default parameters)
# 1
# 1
# 1
# 1