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:
The corrected acceleration load is:
The coefficients of the polynomial are evaluated by minimizing the square of the corrected acceleration load.
- 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:
The corrected acceleration load is:
The corrected velocity is:
The coefficients of the polynomial are evaluated by minimizing the integration of square of the corrected velocity load.
- 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.