Baseline Correction

Baseline correction can be applied to correct the acceleration record to avoid displacement shift.

When acceleration is applied as input via SPCD, the integration of displacement results may diverge at the last point of simulation. Baseline correction can be used to correct the acceleration input. The BASELIN Subcase and BASELIN Bulk Data Entry pair can be used to apply baseline correction.

There are two methods by which Baseline correction can be applied. For both cases, the acceleration load is corrected by fitting the load to a polynomial with coefficients C0C0 , C1C1 , and C2C2 .

Acceleration Method (METHOD=ACCE on BASELIN Bulk Data)

The baseline correction to the acceleration load is calculated as:

ab(t)=C0+C1t+C2t2ab(t)=C0+C1t+C2t2

The corrected acceleration load is:

ac(t)=a(t)ab(t)ac(t)=a(t)ab(t)

The coefficients of the polynomial are evaluated by minimizing the square of the corrected acceleration load.

S(C1,C2,C3)=min[ni=1(ac(ti))2]S(C1,C2,C3)=min[ni=1(ac(ti))2]

Where,
C0C0 , C1C1 , and C2C2
Coefficients of the polynomial, which are unknowns to be calculated from the above minimization functions.
SS
Function of polynomial coefficients.
a(t)a(t)
Input acceleration load.
ab(t)ab(t)
Baseline correction of the acceleration.
ac(t)ac(t)
Corrected acceleration after baseline correction.
tt
Time associated with each acceleration data point in the record.
nn
Total number of acceleration data points in the record (points on TABLED# entry referenced on TLOAD1 entry).

Velocity Method (METHOD=VELO on BASELIN Bulk Data)

The baseline correction to the acceleration load is calculated as:

ab(t)=C0+C1(tT1T2T1)+C2(tT1T2T1)2ab(t)=C0+C1(tT1T2T1)+C2(tT1T2T1)2

The corrected acceleration load is:

ac(t)=a(t)ab(t)ac(t)=a(t)ab(t)

The corrected velocity is:

vc(t)=v(T1)+T2T1ac(t)dtvc(t)=v(T1)+T2T1ac(t)dt

The coefficients of the polynomial are evaluated by minimizing the integration of square of the corrected velocity load.

S(C1,C2,C3)=min[T2T1(vc(t))2dt]S(C1,C2,C3)=minT2T1(vc(t))2dt

Where,
C0C0 , C1C1 , and C2C2
Coefficients of the polynomial, which are unknowns to be calculated from the above minimization functions.
SS
Function of polynomial coefficients.
ab(t)ab(t)
Baseline correction of the acceleration.
ac(t)ac(t)
Corrected acceleration after baseline correction.
v(t)v(t)
Velocity load.
vc(t)vc(t)
Corrected velocity after baseline correction.
tt
Time associated with each acceleration data point in the record.
T1T1 and T2T2
Initial and final total time.
For both continuation subcases or independent subcases, the baseline correction calculation is conducted for each subcase, and separate C0C0 , C1C1 , and C2C2 coefficients are calculated for each subcase for baseline correction. In the case of continuation subcases, the values of T1T1 and T2T2 used in the calculation are still the total time.