01.05.2017 Views

4569846498

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

162 Multibody Systems Approach to Vehicle Dynamics<br />

Note that the TIME variable is in seconds and is converted to degrees<br />

within the function to represent one cycle over 1 second of simulation time.<br />

It should also be noted that if the movement is not symmetric, that is to say<br />

that the distance moved in bump is different to that moved in rebound, a<br />

more complicated function will be needed for the motion input. In the following<br />

example the suspension is required to move 110 mm into the bump<br />

position and 90 mm into the rebound position. It is still desirable to have<br />

an overall sinusoidal motion for animation purposes and so an arithmetic IF<br />

is used in the function to switch the amplitude at the half cycle position of<br />

0.5 second as follows:<br />

MOTION/04, JOINT 04, TRANS<br />

,FUNCTION IF(TIME0.5: 110*SIN(TIME*360D), 0.0<br />

,90 * SIN(TIME * 360D))<br />

4.5.2 Suspension steer axes<br />

Suspension characteristics, such as castor angle, suspension trail and the<br />

steering axis inclination, require an initial computation of the suspension<br />

system steer axis. Generally the concept of a steer axis is straightforward<br />

when considering, for example, the double wishbone system described earlier.<br />

In such a case it is easy to see that the wheel will steer about an axis<br />

passing through the lower and upper ball joints.<br />

For a McPherson strut suspension system, the steer axis may be defined to<br />

pass through a point located at the lower ball joint and a point located where<br />

the upper part of the strut is mounted to the vehicle body. Note that this line<br />

is not necessarily parallel to the sliding axis of the upper part of the strut.<br />

For some suspensions, such as a multi-link system, the location of the steer<br />

axis is not immediately evident from the suspension geometry. In these<br />

cases it is necessary that the software be programmed to calculate the steer<br />

axis as the instant axis of rotation of the wheel carrier parts.<br />

Geometric steer<br />

axis<br />

Instant steer<br />

axis<br />

Fig. 4.23<br />

Geometric and instant steer axes of a suspension system

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!