modelVoluminousWheel

Visualizing a voluminous wheel

Extends from Modelica.Mechanics.MultiBody.Interfaces.PartialVisualizer (Base model for visualizers (has a frame_a on the left side + outer world + assert to guarantee that the component is connected)).

Information

Model VoluminousWheel provides a simple visualization of a tire using a torus and a pipe shape object. The center of the wheel is located at connector frame_a (visualized by the red coordinate system in the figure below).

Parameters

TypeNameDefaultDescription
Booleananimationtrue= true, if animation shall be enabled
SI.RadiusrTire0.25Radius of the tire
SI.RadiusrRim0.14Radius of the rim
SI.Radiuswidth0.25Width of the tire
SI.RadiusrCurvature0.30Radius of the tire's cross section
Material properties
Modelica.Mechanics.MultiBody.Types.RealColorcolor{64, 64, 64}Color of tire
Types.SpecularCoefficientspecularCoefficient0.5Reflection of ambient light (= 0: light is completely absorbed)
Discretization
Integern_rTire40Number of points along rTire
Integern_rCurvature20Number of points along rCurvature

Connectors

TypeNameDefaultDescription
Interfaces.Frame_aframe_a (from PartialVisualizer)Coordinate system in which visualization data is resolved

Revisions

  • July 2010 by Martin Otter
    Adapted to the new Surface model.
  • July 2005 by Dirk Zimmer (practical training at DLR)
    First version to visualize a multi-level tyre wheel model.