WOLFRAM SYSTEM MODELER
CarAxleOnTiresInspection of a car axle deflection on tires |
SystemModel["RotatingMachinery.Examples.Shafts.CarAxleOnTires"]
This example adds a simple tire model to the model presented in the CarAxle example. As the tires' stiffness and damping will influence vibrations, this results in a more accurate model.
Figure 1: Car axle on tires.
With the addition of four more supports (six supports in total, marked by anchors), five constraints must be relaxed in order to avoid an overconstrained system during initialization. Figure 1 depicts the Car Axle on Tires model, indicating which supports have been relaxed. By default, the pinned supports mounted on tires (flexible supports with springs and dampers) are relaxed. In the CarAxle example, shaftRight was relaxed. In addition to this, two additional constraints must be relaxed due to the additional supports. In this scenario, the flexible supports, leftTire and rightTire, are relaxed by setting the parameter isRoot to false. It is worth noting that the pinnedRight support is now fixed axially, while the flexible support, the tire, is free axially.
Figure 2: Applied force and vertical deflections at the middle of the shaft.
The deflections under the applied force for both with tires and without tires are shown in Figure 2. The axle on tires shows higher deflections, as the tires also deflect when the force is applied.
Figure 3: FFT of the shaft vibrations.
Studying the FFT shows that the resonance is at 14.5 Hz or 870 rpm; see Figure 3. This is lower than the shaft without tires (18 Hz), as the added wheels decrease the total stiffness.
world |
Type: World Description: World coordinate system + gravity field + default animation definition |
|
---|---|---|
force |
Type: Force Description: Class that can apply forces along x, y and z axes with a defined interval and amplitude |
|
shaftLeft |
Type: CylindricalBeam Description: Class with a flexible cylindrical beam |
|
shaftRight |
Type: CylindricalBeam Description: Class with a flexible cylindrical beam |
|
pinnedLeft |
Type: PinnedDriveEnd Description: Component that can act as a pinned drive end to a beam, containing different options |
|
pinnedRight |
Type: PinnedNonDriveEnd Description: Component that can act as a pinned non-drive end to a beam, containing different options |
|
leftTire |
Type: SupportStiffnessDamping Description: Support that acts as a translational two-dimensional coupled spring damper |
|
groundLeft |
Type: Fixed Description: Frame fixed in the world frame at a given position |
|
groundRight |
Type: Fixed Description: Frame fixed in the world frame at a given position |
|
rightTire |
Type: SupportStiffnessDamping Description: Support that acts as a translational two-dimensional coupled spring damper |