LIBRARY
PlanarMechanics.Fixed
Frame fixed in the planar world frame at a given position and orientation.
Usage
MultibodyComponents.PlanarMechanics.Fixed(r=[0, 0], phi=0)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
r | Fixed absolute xy-position, resolved in planarWorld frame | m | [0, 0] |
phi | Fixed angle | rad | 0 |
Connectors
frame_b- Coordinate system (2-dim.) fixed to the component with one cut-force and cut-torque.
All variables are resolved in the planar world frame. (Frame2D)
Behavior
Dict{MIME{Symbol("text/plain")}, String} with 1 entry: MIME type text/plain => "Error displaying result"
Source
dyad
"Frame fixed in the planar world frame at a given position and orientation."
component Fixed
frame_b = Frame2D() {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 450, "y1": 450, "x2": 550, "y2": 550, "rot": 0}
},
"tags": []
}
}
"Fixed absolute xy-position, resolved in planarWorld frame"
parameter r::Dyad.Position[2] = [0, 0]
"Fixed angle"
parameter phi::Angle = 0
relations
[frame_b.x, frame_b.y] = r
frame_b.phi = phi
metadata {"Dyad": {"icons": {"default": "dyad://MultibodyComponents/Fixed.svg"}}}
endFlattened Source
dyad
"Frame fixed in the planar world frame at a given position and orientation."
component Fixed
frame_b = Frame2D() {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 450, "y1": 450, "x2": 550, "y2": 550, "rot": 0}
},
"tags": []
}
}
"Fixed absolute xy-position, resolved in planarWorld frame"
parameter r::Dyad.Position[2] = [0, 0]
"Fixed angle"
parameter phi::Angle = 0
relations
[frame_b.x, frame_b.y] = r
frame_b.phi = phi
metadata {"Dyad": {"icons": {"default": "dyad://MultibodyComponents/Fixed.svg"}}}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses
Tests