The System Performance Data file, *.spd, contains the test data
used for fitting a bushing. This data should be validated to ensure that it is physically
meaningful. One test for physical consistency is that the dynamic stiffness at any amplitude
of vibration must always be greater than the static stiffness at the same
amplitude.
Further information about how to perform such validations in the Model Identification
Tool is included in the following sections:
Extract Relevant Dynamic Data from an SPD File
The following figure shows a section of the dynamic data block in an
.spd file. The contents of each column are described in the
header line, shown in blue.
Note the following:
Each line specifies an individual test that was performed.
The first column (D_MAG) of each line of data specifies the magnitude of the
sinusoidal input.
The third column (K_MAG) specifies the dynamic stiffness that was measured
in the test.
The sixth column (PRELOAD) specifies the preload that was applied to the
bushing before the dynamic testing was done. In the example shown, a preload
of -550 N was applied to deform the bushing. Subsequently, a dynamic test
was performed.
Extract Relevant Static Data from an SPD File
The figure below shows a section of the static data block. The contents of each
column are described in the header line, shown in blue.
Note the following:
The first column (DISP) of each line of data specifies the static
displacement provided as input.
The second column (FORCE) specifies the static force that was measured for
that input.
Static Curve Representation
Let the static data be represented with:
N displacement data points , i=1…N.
N force data points, , at displacements .
An AKIMA spline is used fit this curve. Symbolically, this can be represented as:
is the displacement at which the force is required.
Calculate the Average Static Stiffness in a Bushing for a Test
The first step is to compute the static deflection due to preload.
Designate the applied preload as P (for our example, P=-550 N).
Solve the nonlinear problem: and compute the required
displacement .
Compute the minimum and maximum values of the dynamic oscillation for each
test, j, with an amplitude .
Maximum deformation,
Minimum deformation,
Compute the average static stiffness for the range of dynamic oscillation in
test j.
Validate Bushing Dynamic Stiffness Data in an SPD File
The validation test is shown in the following plot. The test essentially consists of
verifying that the average slope of the static curve in the range of operation does
not exceed the dynamic stiffness measured in the test.
The algorithm for performing the validation is as follows:
for each dynamic test j = 1...M
get displacement magnitude, (first column of dynamic data) get dynamic stiffness, (third column of dynamic data) get preload, (sixth column of dynamic data) compute using algorithm (a) compute range of dynamic oscillations using algorithm (b) compute average stiffness for the range using algorithm (c) if issue warning message