dynamics response reconstruction - mathworks · dynamic response reconstruction chinmay pawaskar...

35
Dynamic Response Reconstruction Chinmay Pawaskar Pravin Kulkarni 14 Jan 2015 Dynamic Response Reconstruction 1

Upload: others

Post on 31-Aug-2020

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Dynamic Response Reconstruction

Chinmay Pawaskar

Pravin Kulkarni

14 Jan 2015 Dynamic Response Reconstruction 1

Page 2: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Agenda

• Introduction

• Modeling

• Simulation

• Design Study

• Conclusion

14 Jan 2015 Dynamic Response Reconstruction 2

Page 3: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

About Tech Mahindra

• Tech Mahindra is a global engineering consultant and service provider to automotive, aerospace, defense & manufacturing industries; offering end-to-end Product Development Support solutions.

• We use Computer-Aided Engineering to improve product quality, shorten time-to-market and foster product innovation.

– Durability / Rigidity

– Safety & Crash

– CFD

– Optimization

– Ride & Handling

– NVH

14 Jan 2015 Dynamic Response Reconstruction 3

Page 4: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Computer Aided Engineering

14 Jan 2015 Dynamic Response Reconstruction 4

[CFD]External aerodynamics, under-hood flow, HVAC, Water jacket flow, cooling system design

[Durability / Rigidity]: Strength & Life Estimation of various components & systems

[Safety & Crash]Safety evaluation against regulations such as FMVSS & ECE

Page 5: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Computer Aided Engineering…

14 Jan 2015 Dynamic Response Reconstruction 5

[NVH]Noise & Vibration prediction for engine and in-cab noise

[Optimization]Topology, topography, shape and size optimization

[Ride & Handling]Suspension & Steering K&C, Ride Quality, Handling - Control & Stability

Page 6: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Full Vehicle Virtual TestingRide – Comfort & Durability

14 Jan 2015 Dynamic Response Reconstruction 6

Page 7: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Full Vehicle Virtual ModelHandling – Stability & Control

14 Jan 2015 Dynamic Response Reconstruction 7

Page 8: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Sub-System Virtual Testing

14 Jan 2015 Dynamic Response Reconstruction 8

Page 9: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

MATLAB Applications…

• Automated Post-processing

• Reports

• Design Study

• Design of Experiments

• Optimization

• Control

14 Jan 2015 Dynamic Response Reconstruction 9

0 200 400 600 800 1000 1200 1400 1600 1800 2000-8000

-6000

-4000

-2000

0

2000

4000

6000Simple Raw Data Plot

X data

Y data

Page 10: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Durability Methods

• Physical Testing

• Fully-Analytical

• Semi-Analytical Method

14 Jan 2015 Dynamic Response Reconstruction 10

Page 11: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

A Typical Durability Process

• FEA-based structural testing

• Peak acceleration from Test are applied as a body force on the component and stress & strain are reported

• Very simplistic & Intuitively inaccurate

14 Jan 2015 Dynamic Response Reconstruction

a

Page 12: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Current Durability ProcessShort comings

• Some Field failures do not entirely match with CAE failures

• Investigated the relationship between Acceleration and strain & Loads and strain on Testing Data. Signal processing involved:

– Offset drift removal, filtering, normalization

– Metric checked for measurement time delays

– 30 highway & track events for 4 configurations checked

• Established that:

– Acceleration is not a good measure of strain (i.e. component life)

– Loads (measured in the appropriate direction) are a very good measure of strain (i.e. component life)

14 Jan 2015 Dynamic Response Reconstruction 12

Page 13: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

14 Jan 2015 Dynamic Response Reconstruction 13

Develop a method to apply inputs to the component in such a way that all loads going into the structure & all accelerations across the structure match with that of Test.

Test Test-Rig

Proposed Durability Process

Page 14: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Proposed Approach – e.g. Cabin

• Measure cabin response on full vehicle

• 5 Post Shaker Test Rigs

• Use off-line FRF controllers

• Iterative procedure: No need to specially tune gains

• Automated and accurate

• Other benefits: A reduced order model

• Software based

14 Jan 2015 Dynamic Response Reconstruction 14

Page 15: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

System Identification

• Methods to build mathematical models of dynamical systems from measured data.

– Grey Box or Black Box models

– Linear or Non-Linear models

14 Jan 2015 Dynamic Response Reconstruction 15

UnknownSystem

Knowny(t)

Knownu(t) H

HFind

Page 16: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

System Identification

14 Jan 2015 Dynamic Response Reconstruction 16

y(t)

u(t)

u*(t)

yd(t)

Determine u*(t) for a reduced system, such that yd(t) ≈ y(t)

1. Estimate System identification

2. Invert

3. Pass desired yd thru

4. Calculate u(t) Back Calculation

5. Iterate till convergence

Can be extended to MIMO

Page 17: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Step 1. Acquire Field Data

MeasuredResponse

Data Acquisition

DisplacementsAccelerationsForcesStrains

14 Jan 2015 17Dynamic Response Reconstruction

Page 18: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Step 2. System Identification

Actuators

Data Acquisition

IdentificationDrive

Identification Response

System Identification

Colored Noise u(f)ifft

fft

y(f)

H(f) = y(f)/u(f)

y(t)

14 Jan 2015 18Dynamic Response Reconstruction

Page 19: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Step 3. Drive File Generation

GeneratedDrive

DesiredResponse

Data Acquisition

Generate 1st

Drive File

yd(t)

fft

yd(f)

u1(f) = H-1(f) * y(f)

u1(f)

u1(t)

y1(t)

14 Jan 2015 19Dynamic Response Reconstruction

Actuators

Page 20: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Step 4. Iteration

Error DesiredResponse

GeneratedDrive

ActualResponse

Data Acquisition

Iteration

y1(t) yd(t)

u2(t)

y2(t)

Δy1(t)

fft

Δy1(f)

Δu2(f) = H-1(f) x Δ y1(f)

Δ u2(f)

Δ u2(t)

14 Jan 2015 20Dynamic Response Reconstruction

Actuators

Page 21: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Step 5. Running the Test

Testing Statistics

Durability Analysis

Performance Analysis

OptimizedDrive

Data Acquisition

u*(t)

yN(t)

14 Jan 2015 21Dynamic Response Reconstruction

Actuators

Page 22: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Generation of Colored Noise

• Need an excitation to identify the system

– Sufficient frequency content

– Should mimic operating conditions

• MATLAB code generates colored noise

Steps:

– Specify frequency spectra

– Add random phase

– IFFT

– Normalize

14 Jan 2015 Dynamic Response Reconstruction 22

Page 23: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Quarter Car Model

• For development, a quarter car model was used to mimic the shaker test-rig

– This is a 2 DOF spring-mass-damper model with base excitation

• Developed in 3 flavors in MATLAB:

– State Space (ss)

– Transfer Function (tf)

– Differential Equation (ode45)

14 Jan 2015 Dynamic Response Reconstruction 23

Page 24: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Quarter Car Model – Typical Output

14 Jan 2015 Dynamic Response Reconstruction 24

Page 25: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

System Identification – Estimate of System

• After exciting the system, an FRF-based estimate of the system is built using measured input and output data

14 Jan 2015 Dynamic Response Reconstruction 25

Page 26: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Initial Drive File

14 Jan 2015 Dynamic Response Reconstruction 26

• After exciting the system, an FRF-based estimate of the system is built using measured input and output data

Page 27: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Iteration Parameters

14 Jan 2015 Dynamic Response Reconstruction 27

Page 28: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

14 Jan 2015 Dynamic Response Reconstruction 28

Page 29: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Stopping Criteria

14 Jan 2015 Dynamic Response Reconstruction 29

• Following are reported at the end of each iteration

– Plot of Sum of Error Squared

– Print of Maximum of Absolute value of Errors

Page 30: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Design Study – Iteration Gains

The convergence speed and the stability are governed by the iteration gain parameters

14 Jan 2015 Dynamic Response Reconstruction 30

Page 31: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Design Study – Non Linearity

• Non-Linearity added by way of cubic spring

• Difference between and

• Iteration slows down but heads to convergence

14 Jan 2015 Dynamic Response Reconstruction 31

Page 32: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

MATLAB – MSC.ADAMS Connect

• Interconnects are developed to read and write data seamlessly with MSC.ADAMS (a proprietary Multi-Body Dynamics software) XML based results format. MATLAB is interconnected with MSC.ADAMS. This enables running a virtual shaker in a software environment.

14 Jan 2015 Dynamic Response Reconstruction 32

Page 33: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Animation

14 Jan 2015 Dynamic Response Reconstruction 33

Page 34: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Advantages:

• The off-line frequency domain control technique

– Is able to quickly and accurately adjust the input drives and recreate the desired response.

– does not require lengthy iteration and adjustment of several parameters as in other traditional control schemes.

– is good at dealing with non-linear test structures.

• The Off-line Frequency Domain Technique shows promise for automotive durability structures

14 Jan 2015 Dynamic Response Reconstruction 34

Page 35: Dynamics Response Reconstruction - MathWorks · Dynamic Response Reconstruction Chinmay Pawaskar ... [Optimization] Topology, topography, shape and size optimization [Ride & Handling]

Thank You!

Dynamic Response Reconstruction 3514 Jan 2015