Skip to content
LIBRARY
Frame2D.md

Frame2D

Coordinate system (2-dim.) fixed to the component with one cut-force and cut-torque. All variables are resolved in the planar world frame.

Usage

Dyad.Frame2D()

Source

dyad
"""
Coordinate system (2-dim.) fixed to the component with one cut-force and cut-torque.
All variables are resolved in the planar world frame.
"""
connector Frame2D
  potential x::Position
  potential y::Position
  potential phi::Angle
  flow fx::Force
  flow fy::Force
  flow tau::Torque
metadata {
  "Dyad": {
    "labels": [{"label": "$(instance)", "x": 500, "y": 1100, "layer": "icon"}],
    "icons": {"default": "dyad://Dyad/Frame2D.svg"},
    "path": {"stroke": "#cc3333"}
  }
}
end
  • Examples

  • Experiments

  • Analyses

  • Tests