LIBRARY
PlanarMechanics.examples.PendulumTest
A free swinging pendulum.
Usage
MultibodyComponents.PlanarMechanics.examples.PendulumTest()
Behavior
Source
dyad
"A free swinging pendulum."
example component PendulumTest
world = MultibodyComponents.PlanarMechanics.World() {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 30, "y1": 240, "x2": 230, "y2": 440, "rot": 0}
},
"tags": []
}
}
revolute = MultibodyComponents.PlanarMechanics.Revolute() {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 290, "y1": 240, "x2": 490, "y2": 440, "rot": 0}
},
"tags": []
}
}
rod = MultibodyComponents.PlanarMechanics.FixedTranslation(r = [1.0, 0.0]) {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 550, "y1": 240, "x2": 750, "y2": 440, "rot": 0}
},
"tags": []
}
}
body = MultibodyComponents.PlanarMechanics.Body(m = 1.0, I = 0.1) {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 810, "y1": 240, "x2": 1010, "y2": 440, "rot": 0}
},
"tags": []
}
}
relations
initial revolute.phi = 0.0
initial revolute.w = 0.0
connect(world.frame_b, revolute.frame_a) {"Dyad": {"edges": [{"S": 1, "M": [], "E": 2}], "renderStyle": "standard"}}
connect(revolute.frame_b, rod.frame_a) {"Dyad": {"edges": [{"S": 1, "M": [], "E": 2}], "renderStyle": "standard"}}
connect(rod.frame_b, body.frame_a) {"Dyad": {"edges": [{"S": 1, "M": [], "E": 2}], "renderStyle": "standard"}}
metadata {"Dyad": {"tests": {"case1": {"stop": 3}}}}
endFlattened Source
dyad
"A free swinging pendulum."
example component PendulumTest
world = MultibodyComponents.PlanarMechanics.World() {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 30, "y1": 240, "x2": 230, "y2": 440, "rot": 0}
},
"tags": []
}
}
revolute = MultibodyComponents.PlanarMechanics.Revolute() {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 290, "y1": 240, "x2": 490, "y2": 440, "rot": 0}
},
"tags": []
}
}
rod = MultibodyComponents.PlanarMechanics.FixedTranslation(r = [1.0, 0.0]) {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 550, "y1": 240, "x2": 750, "y2": 440, "rot": 0}
},
"tags": []
}
}
body = MultibodyComponents.PlanarMechanics.Body(m = 1.0, I = 0.1) {
"Dyad": {
"placement": {
"diagram": {"iconName": "default", "x1": 810, "y1": 240, "x2": 1010, "y2": 440, "rot": 0}
},
"tags": []
}
}
relations
initial revolute.phi = 0.0
initial revolute.w = 0.0
connect(world.frame_b, revolute.frame_a) {"Dyad": {"edges": [{"S": 1, "M": [], "E": 2}], "renderStyle": "standard"}}
connect(revolute.frame_b, rod.frame_a) {"Dyad": {"edges": [{"S": 1, "M": [], "E": 2}], "renderStyle": "standard"}}
connect(rod.frame_b, body.frame_a) {"Dyad": {"edges": [{"S": 1, "M": [], "E": 2}], "renderStyle": "standard"}}
metadata {"Dyad": {"tests": {"case1": {"stop": 3}}}}
endTest Cases
Test Case case1
Related
Examples
Experiments
Analyses