WOLFRAM SYSTEM MODELER
RollingWheelIdeal rolling wheel on flat surface z=0 (5 positional, 3 velocity degrees of freedom) |
SystemModel["Modelica.Mechanics.MultiBody.Parts.RollingWheel"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
A wheel rolling on the x-y plane of the world frame including
wheel mass and simple visualization.
The rolling contact is considered being ideal, i.e. there is no
slip between the wheel and the ground.
The wheel can not take off but it can incline toward the ground.
The frame frame_a is placed in the wheel center point and rotates
with the wheel itself. Therefore, a
rotational joint
with rotation axis n={0,1,0}
should be used to
connect the wheel to a carrier.
To work properly, the gravity acceleration vector g of the world must point in the negative z-axis, i.e.
inner Modelica.Mechanics.MultiBody.World world(n={0,0,-1});
animation |
Value: true Type: Boolean Description: = true, if animation of wheel shall be enabled |
---|---|
radius |
Value: Type: Radius (m) Description: Radius of wheel |
m |
Value: Type: Mass (kg) Description: Mass of wheel |
I_axis |
Value: Type: Inertia (kg⋅m²) Description: Inertia along the wheel axis |
I_long |
Value: Type: Inertia (kg⋅m²) Description: Inertia perpendicular to the wheel axis |
stateSelect |
Value: StateSelect.always Type: StateSelect Description: Priority to use generalized coordinates as states |
width |
Value: 0.035 Type: Distance (m) Description: Width of wheel |
hollowFraction |
Value: 0.8 Type: Real Description: For ring-like visualization: wheel radius / inner hole radius; i.e. 1.0: completely hollow, 0.0: full disc |
color |
Value: {30, 30, 30} Type: Color Description: Color of wheel |
frame_a |
Type: Frame_a Description: Frame fixed in wheel center point (y-axis: along wheel axis, z-axis: upwards) |
---|
body |
Type: Body Description: Rigid body with mass, inertia tensor and one frame connector (12 potential states) |
|
---|---|---|
rollingWheel |
Type: RollingWheel Description: Joint (no mass, no inertia) that describes an ideal rolling wheel (rolling on the plane z=0) |
|
fixedShape |
Type: FixedShape Description: Visualizing an elementary shape with dynamically varying shape attributes (has one frame connector) |
Modelica.Mechanics.MultiBody.Examples.Elementary Single wheel rolling on ground starting from an initial speed |