in Truck Suspension - Design-by-Simulation O. Vaculn, W. Kortum, W. Schwartz Oberpfaenhofen, D Wessling, Germany

Size: px
Start display at page:

Download "in Truck Suspension - Design-by-Simulation O. Vaculn, W. Kortum, W. Schwartz Oberpfaenhofen, D Wessling, Germany"

Transcription

1 Analysis and Design of Semi-Active Damping in Truck Suspension - Design-by-Simulation O. Vaculn, W. Kortum, W. Schwartz DLR, German Aerospace Research Establishment Institute for Robotics and System Dynamics Oberpfaenhofen, D Wessling, Germany

2 Abstract This paper presents an interconnection between the multibody system simulation package SIMPACK and the control design and analysis software MATLAB. The features of this interface are demonstrated by example of a semi-active suspension of a heavy duty vehicle. A highly nonlinear model of a dynamic system is derived from an existing truck. The model is implemented in SIMPACK and then a controller is designed with aid of the MATLAB/SIMULINK tools. Goal of the control design is rst to minimize dynamic tyre forces for increasing the service life of roads and second to reduce vertical acceleration for improving ride comfort. The controller design is performed with the aid of a multi-objective parameter optimization. Keywords/ Multibody Simulation, Control Design, Vehicle Suspension, Multi-Objective Parameter Optimization 1 Introduction Design of mechanical parts of many products is more and more accompanied by integrating various electronical control devices in order to improve the behaviour of the nal product. The importance of electronically based control in traditionally purely mechanical systems has resulted in the establishment of a new multidisciplinary research eld called MECHATRONICS. The formerly separated procedures of synthesising mechanical systems and its control limited the design process. The designer previously had to include control elements in multibody system (MBS) software as 'black boxes' without large support in the area of control synthesis. The second step was to describe a model in the control design software. It required a reduction of model complexity and often an additional linearization of the model. In all cases the design of such mechatronic systems was inconvenient in particular because mechanical analysis and design and control synthesis were performed within dierent and independent packages. The most comfortable solution of the problem is a connection of an MBS software and a control design software to enable easy modelling of mechanical systems and comfortable design of controllers in an integrated fashion. Furthermore, some control design tools support export and implementation of control design to a control hardware, to eectively complete the design process of the electronic controller in such a way.

3 The possibility to transfer simulation results from the control design tool to the MBS software is also very useful, because the MBS software packages usually provide better post-processing features including 3D visualization (animation). Because of the necessity to bridge the gap an interface between the multibody software tool SIMPACK and the control design package MATLAB has been prepared. Advantages of using the interface are demonstrated on the example of designing a heavy duty vehicle semi-active suspension controller. The design of vehicle suspension generally plays an important role in providing stability, handling and ride comfort. In the area of heavy vehicles the potential road damage should also be taken into account; this is, however, usually of a greater concern to the road maintenance authorities rather than to the vehicle industry. The optimal suspension should improve the following basic requirements: regulation of body movement, regulation of suspension movement, regulation of force distribution. It is dicult to obtain good results for the aforementioned demands, which are more or less conicting for suspensions being based on passive devices. Thus, in recent years many teams have been looking into the potential of controllable suspensions. Despite of the fact that proper mechanisms of pavement damage are not precisely known, it has been shown, that uctuation of tyre forces results into decreasing of pavement serviceability [1], which could depend on certain powers of the tyre forces. The European Community supports research projects called COPERNICUS. One of them is dealing with the inuence of a semi-active suspension on ride comfort and on road damage. The project is called Semi-Active Damping of Truck Suspension and its Inuence on Driver and Road Loads (SADTS). Within this project four institutions, the German Aerospace Establishment (DLR), the Czech Technical University of Prague (CTU), the Slovak Technical University of Bratislava (STU) and the Czech truck company LIAZ work closely together. The project is dealing with semi-active control concepts [2]. The advantages of the semi-active concept are not only good feasibility, but also fail safe, low energy demands and, last but not least, easy adaptation of existing components and vehicles. Dierent control concepts are investigated. The concept with the best predicted simulation results will be implemented to the real heavy vehicle - a three axle platform truck equipped with controllable shock absorbers, see Figure 1.

4 Figure 1: Truck Selected for SADTS Investigation (from LIAZ company) The control strategy of controllable shock absorbers should achieve two main goals, minimization of dynamic tyre force uctuation and increasing driver comfort. A number of design strategies exists for semi-active suspensions [3, 4, 5]. A controller can be derived for an active suspension using linear or nonlinear design methods and then "clipped" to the semi-active conditions, in which energy can be dissipated only. A dierent method of controller design is presented in this paper. The controller is derived by simulation together with multi-objective parameter optimization (MOPO). MOPO allows to nd a satisfactory compromise among dierent performance criteria despite the fact that they conict with each other: improvement of one often means deterioration of the others. Nonlinear models can be used for the MOPO design without any restrictions. 2 SIMPACK - MATLAB/SIMULINK Interface SIMPACK is a simulation package for the analysis and design of dynamic and kinematic systems like road and rail vehicles, robots and machines. SIMPACK provides a graphical user interface, interactive model setup, static and kinematic analysis, linear/nonlinear system simulation and analysis, symbolic code generation, parameter variation, 2D plots and 3D realistic animation, [6], see Figure 2. The extensive library contains complete suspension systems, tyre models, wheel/rail modules, drive units, joints and many more. SIMPACK also allows to dene external input and output vectors to enable a model communication with other tools.

5 User Interface Model Setup Nonlinear Optimization and Control Design Tools CAD Post-Processing external Parameter Variation System Analysis Kinematics/Dynamics Linear/Nonlinear Post-Processing FTP, Covariance,... Visualization 2D 3D MBS Formalism Explicit/Implicit Symbolic/Numerical MBS Library Suspensions, Tyre, Wheel/Rail,... Linear Control Design Tools FEM Figure 2: Basic Structure of SIMPACK and Interfaces MATLAB [7] is an environment for general numeric computation, in particular control system analysis and design, which has become a standard tool in many universities and research institutes. MATLAB has been extended by many application specic toolboxes. Originally being applicable to linear systems only (the core functions of MATLAB were linear algebra methods) more recently MATLAB has been extended to deal with nonlinear systems. SIMULINK, a MATLAB extension, is an eective tool for modelling, analyzing, and simulating general linear and nonlinear systems. In SIMULINK the model is represented graphically by block diagrams; for many applications no code needs to be written. Several possibilities how to connect independent simulation packages exist, [8]. In this case the numerical integration of the complete system by one integrator is preferred. Two basic ways are then possible: A controller could be exported from MAT- LAB/SIMULINK and linked to SIMPACK, or an MBS model could be exported from SIMPACK and linked to MATLAB/SIMULINK. The main disadvantage of an integration in MATLAB/SIMULINK is the absence of a dierential algebraic equation (DAE) solver. As a result only multibody systems in ordinary dierential equation (ODE) form can be exported presently to this en-

6 vironment. Despite this fact it was decided to start with the numerical integration and design in MATLAB. The analysis and design features of MATLAB as well as the possible export of control code from SIMULINK to hardware (DSP) are good reasons for testing this strategy more deeply. The model export from SIMPACK to MATLAB/SIMULINK can be realized in three principle levels: linear system interface, symbolic code interface, function call interface. The three interfaces similar to those existing for SIMPACK / MATRIX X, [9], are presented in the following paragraphs. 2.1 Linear System Interface One possible way to describe general linear systems is by linear system matrices A, B, C, D for state space representation of the system dynamics in the form of _x = Ax + Bu; (1) y = Cx + Du: (2) Systems represented by the matrices are easily interchangeable not only between program packages, but also between dierent computer platforms. The Linear System Interface oers a capability to generate a set of the linear system matrices A, B, C, D to a MATLAB-readable M-le. The matrices represent a linearized multibody system obtained by the SIMPACK features (see Figure 3). The Linear System Interface is suitable for linear system analysis and control design. 2.2 Symbolic Code Interface Nonlinear multibody systems can be described by sets of nonlinear dierential equations. A symbolic code generated by SIMPACK is a FORTRAN program representing the nonlinear dierential equations describing certain models of multibody systems. The symbolic code has to be linked together with an interface allowing the code to be called as a SIMULINK user dened S-function. Finally, the SIMPACK model is

7 SIM PACK Analysis and Design of General Mechanical Systems m s m u. x = f(x,u) y = g(x,u).m file A B C D SIMULINK. x = Ax + Bu y = Cx + Du Figure 3: Linear System Interface represented by one block with corresponding inputs and outputs in a SIMULINK block diagram. The Symbolic Code Interface is independent of a computer platform, but if the multibody system is modied, the FORTRAN code must be generated, compiled and linked again. 2.3 Function Call Interface Alternatively to the Symbolic Code Interface the Function Call Interface generates a set of dierential equations of the multibody system using the generic SIMPACK database le in which the multibody system is described. No additional les need to be generated by SIMPACK and no compilation is necessary if the model is changed. The function call interface enables even to write data les for SIMPACK post-processing including 3D animation. It makes the interface fully bidirectional. The Function Call Interface is also created as a SIMULINK S-function, but in this case the interface includes all SIMPACK libraries, in which SIMPACK elements, equation generation and le handling are programmed, see Figure 4. The S-function has two parameters: a SIMPACK model lename and a sampling period for saving the post-processing les. SIMPACK and SIMULINK must run on the same platform, while using the Function Call Interface. 3 Multi-Objective Parameter Optimization The multi-objective parameter optimization (MOPO), [10], has become more and more a central design strategy for complex dynamic systems, [11]. "Optimal" solu-

8 SIMULINK S-function Simulink Interface C Universal Interface Fortran SIMPACK Libraries Fortran SIMPACK Database Figure 4: Structure of the Function Call Interface between SIMPACK and SIMU- LINK tions are searched in the parameter space such that certain - sometimes conicting - performance specications have to be met. The design strategy for multi-objective parameter optimization is briey sketched in Figure 5. The rst block in the automatic synthesis iteration domain includes a plant model and a controller. They have to be dened by the designer and may contain both linear and nonlinear descriptions. A free synthesis parameter vector p is tuned to achieve the optimal design. For controller design the parameter vector p usually consists of feedback gains. However, it can also include other free system parameters of the model itself. The parameter vector should be varied with respect to performance criteria vector c which is calculated in the second block. The performance criteria are summarized in this vector: c = [c 1 ; c 2 ; :::; c i ; :::] T : (3) The performance criteria consist of some outputs (or states) of the controlled system to represent the system specications in a suitable way. Root mean square values together with maximal deviations are usually used. The performance criteria c i are dependent on the parameter vector p. However the optimization methods cannot improve all performance criteria simultaneously. Some are minimized at expense of others which may increase. After a sucient number of optimization steps an improved design is reached which is Pareto-optimal, i.e. no criterion can be further improved without deteriorating

9 Engineer s Decision Domain design problem, system modelling, final design decision Vehicle Model Controller synthesis parameters p Simulation Analysis performance criteria c Optimization design parameters d Evaluation Automatic Synthesis Iteration Domain Figure 5: The Synthesis Loop of Optimization others. A task of the designer is to weight the performance criteria according to their optimization priority by coecients of the design parameter vector d. It means the proper design strategy. Each criterion is associated with the value of the vector d. d = [d 1 ; d 2 ; :::; d i ; :::]T : (4) The problem of searching for the desired Pareto-optimum can be transformed into a min/max scalar problem. As a design comparator for detecting better designs the maximum function = max i (c i (p)=d i ) (5) can be chosen. The strategy is to nd a (local) minimum = (p ) in varying the synthesis parameter vector p: = minp max i (c i (p)=d i ): (6) If 1 then vector p presents an acceptable compromise to the multi-objective optimization problem. The cost function is also denoted as a preference function. The complete strategy consists of two imbedded loops. The outer loop is initialized by the system denition and criteria. The inner loop starts on a basis of simulation and analysis initialized by a provisional parameter vector p (0) with corresponding calculated criteria values c (0).

10 4 Design of Semi-Active Suspension Controller 4.1 Model and Control Concept Vehicle Model As a rst example for testing the interface a nonlinear two mass vehicle model is used, see Figure 6. The vehicle model is equipped with a nonlinear tyre model, a nonlinear air spring model and a realistic model of controllable shock absorber, which includes not only nonlinear characteristics but also its dynamics. Parameters of the vehicle model represent one half of a rear driven vehicle axle, the axle, on which the highest road forces are expected. This axle has maximal static load of kg. The front and the rear trailing axles have static loads of kg each. m s sprung mass m s Air Spring Tyre Force Force m u unsprung mass m u Deflection Deflection Figure 6: Two Mass Vehicle Model The present vehicle test model has ve states, two degrees of freedom form four states (positions and velocities of sprung and unsprung masses) and one state is due to the dynamics of the controllable shock absorber. The vehicle model including the controllable shock absorber is prepared in SIMPACK Model of Controllable Shock Absorber The proper parameter of the shock absorber which can be controlled is the pressure in the shock absorber which can be modied by opening and closing a proportional valve: The cross section can be tuned to each arbitrary size. This allows the continuously variable adaptation of the pressure and therefore of the damper characteristics from sti to soft within a range dened by completely closed and opened valve cross section. An electrical current between zero ampere and a maximal value commands the adjustment of the valve. The shock absorber force is then a function of the actual shock absorber velocity and the valve cross section, i.e. the actual current i act. Figure 7 shows the force law

11 of controllable shock absorber, the force as a function of shock absorber velocity and current. Adjusting to another current the reaction of the shock absorber starts after a time delay of ca. ve milliseconds in a phase of adaptation which is dependent on electrodynamics, valve dynamics and oil hydraulics. The time until the shock absorber is fully adjusted to the new commanded current diers whether the valve is being closed (total time ca. 35 ms) or being opened (ca. 15 ms). In the model this dynamics is implemented by a rst order transfer function with dierent time constants for increase and decrease of current x 10 F com 1 rebound i com = 0 A 1 0 A i act F damp force [N] bounce F com 2 i com 2 i = i com max 3 i max -0.5 F com v damp relative velocity vrel(m/s) Figure 7: Parameter Array of a Controllable Shock Absorber Essential for a semi-active damper in order to dissipate a maximum of vibration energy of the vehicle is a control concept which includes the dynamics of the controllable shock absorber. In this model the damper force is given as function of actual velocity and current. So the actuator command will be a commanded damper force F com which leads to a commanded current i com between zero ampere and the maximal value. The intersection point of the line of commanded force with the line of actual velocity in the parameter array of damper, Figure 7, denes the necessary commanded current: For F com1 the commanded current i com1 = 0 A, for F com2 within the range and for F com3 the maximum.

12 4.1.3 Model Excitation Two inputs are chosen for the vehicle model: deterministic road disturbance represented by a sine wave 0.1 m high and ca. 6 m long (see Figure 8). The vehicle speed is 20 m/s; stochastic excitation representing a good asphalt road from a SIMPACK excitation database recalculated for the speed 20m/s (see Figures 9, 10). The simulation is performed for a time of four seconds in both cases. 0.2 Road Excitation [m] Time [s] Figure 8: Sine Wave Road Excitation in Time Domain 0 Amplitude [db] Frequency [rad/s] Figure 9: Power Spectral Density of Stochastic Road Excitation

13 Road Excitation [m] Time [s] Figure 10: Realization of Stochastic Road Excitation in Time Domain Control Concept An extended state feedback is chosen as a controller structure. Four state variables, positions of sprung and unsprung masses and their absolute velocities, are extended with a road prole and a velocity of the road prole, see Figure 11. These six signals are amplied and summarized. This sum is a desired (commanded) force for the controllable shock absorber. Tyre forces are in this case represented by tyre deections. The tyre model is realised by a nonlinear spring, see Figure 6, but the main nonlinearity, a lift-o eect simulation, is not likely because of the selected road inputs. Root mean square (RMS) values of tyre deection and maximal tyre deection (instead of forces) are used as performance criteria in the process of MOPO together with RMS and maximal values of sprung mass acceleration. The goal is to set-up the controller gains in order to minimize performance criteria according to chosen design parameters. All six gains of the controller are selected as synthesis parameters. The feedback controller is designed in MATLAB/SIMULINK, in which the complete model is also numerically integrated. The Function Call Interface is used to import the SIMPACK model to the MATLAB/SIMULINK environment. The MATLAB Optimization Toolbox [12] is used for multi-objective parameter optimization.

14 sprung mass position Road Generator road excitation sprung mass velocity unsprung mass position unsprung mass velocity du/dt Derivative Sprung mass acceleration 2 Outport2 desired force road excitation road excitation velocity + - Sum Tyre deflection V6_Sum output in vector 1 Outport1 Vehicle Model K Gain Run Start Optimization Figure 11: Extended State Feedback SIMULINK Block Diagram 4.2 First Results of Optimization Initial results obtained from simulations of the vehicle model with a controlled semiactive suspension are compared to results of simulations of a vehicle model equipped with a passive shock absorber with nonlinear characteristics of a serial vehicle shock absorber. The results of the simulation with the deterministic input, sine wave, are shown in Figures 12 and 13. Figure 12 presents time responses of the tyre deection and Figure 13 shows the time responses of vertical acceleration. In both cases a signicant positive inuence of the semi-active suspension to the performance criteria is visible. Relative reduction of performance criteria is shown in Figure 15. Almost 60% decrease of the RMS value of the tyre deection is reached. The maximal tyre deection is suppressed to 76% of the passive situation. The RMS value of vertical acceleration is reduced to 34% of the original value and the maximal acceleration to 48%. In the case of the stochastic excitation the tyre deection performance criteria are emphasized. It means, that the synthesis parameters allow small increase of the

15 performance criteria of vertical acceleration, but in a dened range only semi active passive 0.01 Tyre Deflection [m] Time [s] Figure 12: Tyre Deection 8 6 semi active passive 4 Vertical Acceleration [m/s^2] Time [s] Figure 13: Vertical Acceleration of Sprung Mass The results of the simulations with a stochastic road input are shown in Figure 14, where a comparison of power spectral densities of the tyre deection of the passive model and the model with the controllable shock absorber are presented. For the

16 passive model there are two signicant maxima in the characteristics, resonance of sprung mass around 7.4 rad/s which is equivalent to the sprung mass eigenfrequency and resonance around 51 rad/s according to the unsprung mass eigenfrequency. Both maxima are decreased in the case of semi-active suspension. A new maximum occurs for the frequency about 29 rad/s. It could be caused by the dynamics of the controllable shock absorber. 3 2 x 10-5 Power Spectral Density passive semi-active Frequency [rad/s] Figure 14: Power Spectral Density of Tyre Deection Relative changes of performance criteria are shown in Figure 15. The RMS value of the tyre deection is reduced by 8.6% and the maximal value of the tyre deection is decreased by 28%. The change of the maximal tyre deection is even higher than in the case of the deterministic road. Because of the synthesis parameters, the performance criteria of the vertical acceleration are worse compared to the passive case. The RMS value is increased by almost 19% and the maximal value by 10.5%. Passive Suspension Semi-Active Suspension Deterministic Road Semi-Active Suspension Stochastic Road RMS MAX RMS MAX TYRE DEFLECTION VERTICAL ACCELERATION Figure 15: Normalized Performance Criteria (Passive = 1)

17 5 Conclusions and Open Problems The paper has presented an interface between the multibody system simulation package SIMPACK and the control design tool MATLAB/SIMULINK. This interface of two software packages has resulted in a mechatronic design tool. The main advantage is that designer is exible both in multibody system modelling as well as in controller design and optimization process. Absence of a dierential algebraic equation solver is considered as a relative drawback of the interface. The design by simulation of vehicle semi-active suspension controller has been provided with the aid of the interface. The controller has been derived using multiobjective parameter optimization. Signicant advantages of semi-active suspension for the minimization of the road forces has been veried for both deterministic and stochastic road by rst promising results. The small increase in vertical acceleration in the case of the stochastic road is not considered as critical, because the design is performed for the middle axle. The inuence of middle axle to driver comfort is not signicant. The results obtained so far should be taken as intermediate. During the next period of the project the following problems will be taken into account: robustness of the controller, because of possible variations of several vehicle parameters, e.g. types of road disturbances, velocity of the vehicle, load and center of mass position. The ISO 2631 weighting should be performed for vertical acceleration evaluation. A more complex vehicle model, see Figure 16, will be used for future multi-objective parameter optimization process. Figure 16: 3D Model of the LIAZ Truck

18 6 Acknowledgments The authors would like to thank gratefully to the European Community for supporting this research project and co-operation institutions CTU, STU and LIAZ for their assistance. References [1] D. Cebon. Vehicle generated road damage: A review. Vehicle System Dynamics, 18, pages 107 { 150, [2] K. Yi and J.K. Hedrick. The use of semi-active suspensions to reduce pavement damage. Technical report, Dpt. of Mech. Eng., University of California at Berkeley, [3] P.J.Th. Venhovens. The development and implementation of adaptive semiactive suspension control. Vehicle System Dynamics, 23, pages 211{235, [4] H.E. Tseng and J.K. Hedrick. Semi-active control laws - optimal and suboptimal. Vehicle System Dynamics, 23, pages 545 { 569, [5] A. Titli and S. Boverie. Fuzzy and neuro control for semi-active and active suspension. In 1-st IFAC Workshop on Advances in Automotive Control, pages 46 { 50, Ascona, [6] W. Kortum and R.S. Sharp. Multibody computer code in vehicle system dynamics. Supplement to Vehicle System Dynamics, 22, [7] The MathWorks Web Site. WWW page: [8] W. Kortum. Trends in der Rechnersimulation im Hinblick auf die Systemdynamik Fahrzeug - Fahrweg. In VDI, Simulation und Simulatoren fur den Schienenverkehr, Munchen, [9] SIMPACK - SIMAX Manual. DLR, [10] H.D. Joos. Informationstechnische Behandlung des mehrzieligen optimierungsgestutzten regelungstechnischen Entwurfs. Dissertation, Univ. Stuttgart, [11] H. Wentscher, W. Kortum, W.R. Kruger. Fuselage vibration control using semi-active nose gear. In AGARD'95, Ban, Canada, [12] A. Grace. Optimization toolbox user's guide. The MathWorks, 1992.

THE EXPERIENCE WITH OPTIMISATION OF HIGHLY NON-LINEAR DYNAMIC SYSTEMS BY GENETIC ALGORITHMS IN MATLAB ENVIRONMENT

THE EXPERIENCE WITH OPTIMISATION OF HIGHLY NON-LINEAR DYNAMIC SYSTEMS BY GENETIC ALGORITHMS IN MATLAB ENVIRONMENT THE EXPERIENCE WITH OPTIMISATION OF HIGHLY NON-LINEAR DYNAMIC SYSTEMS BY GENETIC ALGORITHMS IN MATLAB ENVIRONMENT Zbynek Šika, Pavel Steinbauer, Michael Valášek, 1 Abstract: The paper summarises experience

More information

Lab 2: Real-Time Automotive Suspension system Simulator

Lab 2: Real-Time Automotive Suspension system Simulator ENGG*4420 Real Time System Design Lab 2: Real-Time Automotive Suspension system Simulator TA: Aws Abu-Khudhair (aabukhud@uoguelph.ca) Due: Week of Oct. 12th Aws Abu-Khudhair ENGG*4420 1 Today s Activities

More information

Lab 2: Real-Time Automotive Suspension system Simulator

Lab 2: Real-Time Automotive Suspension system Simulator ENGG*4420 Real Time System Design Lab 2: Real-Time Automotive Suspension system Simulator TA: Matthew Mayhew (mmayhew@uoguelph.ca) Due: Fri. Oct 12 th / Mon Oct 15 th ENGG*4420 1 Today s Activities Lab

More information

Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model

Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model Comparative Analysis Of Vehicle Suspension System in Matlab-SIMULINK and MSc- ADAMS with the help of Quarter Car Model S. J. Chikhale 1, Dr. S. P. Deshmukh 2 PG student, Dept. of Mechanical Engineering,

More information

SIMPACK Code Export. Customer Application Examples. The Basis for Mechatronic Simulation

SIMPACK Code Export. Customer Application Examples. The Basis for Mechatronic Simulation Customer Application Examples 1 SIMPACK Code Export The Basis for Mechatronic Simulation Contents Customer Application Examples 2 Functionality Fields of Application What s new since last User Meeting

More information

Multi-Disciplinary Simulation of Vehicle System Dynamics

Multi-Disciplinary Simulation of Vehicle System Dynamics 16-1 Multi-Disciplinary Simulation of Vehicle System Dynamics W.R. Krüger, O. Vaculin, W. Kortüm DLR - German Aerospace Center Institute for Aeroelastity D - 82234 Wessling Germany Wolf.Krueger@DLR.de

More information

Engineering Tool Development

Engineering Tool Development Engineering Tool Development Codification of Legacy Three critical challenges for Indian engineering industry today Dr. R. S. Prabakar and Dr. M. Sathya Prasad Advanced Engineering 21 st August 2013 Three

More information

SIMPACK - A Tool for Off-Line and Real- Time Simulation

SIMPACK - A Tool for Off-Line and Real- Time Simulation SIMPACK - A Tool for Off-Line and Real- Time Simulation Real-Time for ECU Testing: State of the Art and Open Demands SIMPACK - Code Export: A Newly Emerging Module for Real-Time Models Application Example

More information

Using RecurDyn. Contents

Using RecurDyn. Contents Using RecurDyn Contents 1.0 Multibody Dynamics Overview... 2 2.0 Multibody Dynamics Applications... 3 3.0 What is RecurDyn and how is it different?... 4 4.0 Types of RecurDyn Analysis... 5 5.0 MBD Simulation

More information

Ride Analysis of Three Wheeled Vehicle Using MATLAB/Simulink

Ride Analysis of Three Wheeled Vehicle Using MATLAB/Simulink Ride Analysis of Three Wheeled Vehicle Using MATLAB/Simulink M K Naidu 1, S Srinivasa Rao 2 and T Tejesh 3 1, 2 Asso.Profs., Mechanical Dept., M V G R College of Engineering Email: mknaidu99@gmail.com

More information

Design optimisation of industrial robots using the Modelica multi-physics modeling language

Design optimisation of industrial robots using the Modelica multi-physics modeling language Design optimisation of industrial robots using the Modelica multi-physics modeling language A. Kazi, G. Merk, M. Otter, H. Fan, (ArifKazi, GuentherMerk)@kuka-roboter.de (Martin.Otter, Hui.Fan)@dlr.de KUKA

More information

Development of a Spatial Track Module in SIMPACK and Application to a Simple Roller Coaster Example

Development of a Spatial Track Module in SIMPACK and Application to a Simple Roller Coaster Example SIMPACK User Meeting 2004 Wartburg, Eisenach, November 2004 Development of a Spatial Track Module in SIMPACK and Application to a Simple Roller Coaster Example Klaus Schott, Jakub Tobolář klaus.schott@dlr.de,

More information

LMS Virtual.Lab Noise and Vibration

LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration From component to system-level noise and vibration prediction 2 LMS Virtual.Lab Noise and Vibration LMS Virtual.Lab Noise and Vibration

More information

DLR FF-DR-ER, Technical Report TR R101-93, March

DLR FF-DR-ER, Technical Report TR R101-93, March DLR FF-DR-ER, Technical Report TR R101-93, March 1993. 1 The ANDECS Simulation Environment DSSIM Martin Otter Institute for Robotics and System Dynamics German Aerospace Research Establishment (DLR), Oberpfaenhofen

More information

Research on resonance vibration simulation method of high-speed railway vehicle carbody Yi-Zhao NIEa, Jing Zengb, Fan-Song LIc

Research on resonance vibration simulation method of high-speed railway vehicle carbody Yi-Zhao NIEa, Jing Zengb, Fan-Song LIc International Industrial Informatics and Computer Engineering Conference (IIICEC 215) Research on resonance vibration simulation method of high-speed railway vehicle carbody Yi-Zhao NIEa, Jing Zengb, Fan-Song

More information

Lunar / Mars Rover Suspension

Lunar / Mars Rover Suspension Lunar / Mars Rover Suspension HW1: A Plan for a Simulation-Based Study ME 6105 Modeling and Simulation in Design January 30, 2007 Nathan Young Stephanie Thompson Robert Thiets 1. The Decision Situation

More information

SEMI-ACTIVE CONTROL OF BUILDING STRUCTURES USING A NEURO-FUZZY CONTROLLER WITH ACCELERATION FEEDBACK

SEMI-ACTIVE CONTROL OF BUILDING STRUCTURES USING A NEURO-FUZZY CONTROLLER WITH ACCELERATION FEEDBACK Proceedings of the 6th International Conference on Mechanics and Materials in Design, Editors: J.F. Silva Gomes & S.A. Meguid, P.Delgada/Azores, 26-30 July 2015 PAPER REF: 5778 SEMI-ACTIVE CONTROL OF BUILDING

More information

Automated Modelica Package Generation of Parameterized Multibody Systems in CATIA

Automated Modelica Package Generation of Parameterized Multibody Systems in CATIA Automated Modelica Package Generation of Parameterized Multibody Systems in CATIA Daniel Baumgartner, Andreas Pfeiffer German Aerospace Center (DLR), Institute of System Dynamics and Control 82234 Wessling,

More information

Controllable Suspension Design Using Magnetorheological Fluid

Controllable Suspension Design Using Magnetorheological Fluid Controllable Suspension Design Using Magnetorheological Fluid Public Defence October 213 Student: Supervisor: Co-Supervisor: Anria Strydom Prof Schalk Els Dr Sudhir Kaul 1 Outline Project background MR

More information

A Simplified Vehicle and Driver Model for Vehicle Systems Development

A Simplified Vehicle and Driver Model for Vehicle Systems Development A Simplified Vehicle and Driver Model for Vehicle Systems Development Martin Bayliss Cranfield University School of Engineering Bedfordshire MK43 0AL UK Abstract For the purposes of vehicle systems controller

More information

Simulation-Based Design of Robotic Systems

Simulation-Based Design of Robotic Systems Simulation-Based Design of Robotic Systems Shadi Mohammad Munshi* & Erik Van Voorthuysen School of Mechanical and Manufacturing Engineering, The University of New South Wales, Sydney, NSW 2052 shadimunshi@hotmail.com,

More information

Practical implementation of flatness based tracking and vibration control on a flexible robot

Practical implementation of flatness based tracking and vibration control on a flexible robot Practical implementation of flatness based tracking and vibration control on a flexible robot Jan Polzer, Dirk Nissing Faculty of Mechanical Engineering Department of Measurement and Control (Prof. Dr.-Ing.

More information

Introduction to Control Systems Design

Introduction to Control Systems Design Experiment One Introduction to Control Systems Design Control Systems Laboratory Dr. Zaer Abo Hammour Dr. Zaer Abo Hammour Control Systems Laboratory 1.1 Control System Design The design of control systems

More information

Designing for Reliability and Robustness

Designing for Reliability and Robustness MATLAB Digest Designing for Reliability and Robustness By Stuart Kozola No design is free from uncertainty or natural variation. For example, how will the design be used? How will it respond to environmental

More information

Applications for MBS-FEM-coupling with MpCCI using automotive simulation as example.

Applications for MBS-FEM-coupling with MpCCI using automotive simulation as example. Applications for MBS-FEM-coupling with MpCCI using automotive simulation as example. Pascal Bayrasy 1, Michael Burger 2, Carsten Dehning 1, Ilja Kalmykov 1 und Michael Speckert 2 1 Fraunhofer-Institute

More information

Modeling and Verification of Generic Flexible Bogie Frames with Beam Elements

Modeling and Verification of Generic Flexible Bogie Frames with Beam Elements DLR.de Chart 1 Modeling and Verification of Generic Flexible Bogie Frames with Beam Elements Christoph Wesseler German Aerospace Center (DLR) Institute of System Dynamics and Control Department Vehicle

More information

Hybrid Model Predictive Control Application Towards Optimal Semi-Active Suspension

Hybrid Model Predictive Control Application Towards Optimal Semi-Active Suspension International Journal of Control Vol., No., DD Month 2x, 1 13 Hybrid Model Predictive Control Application Towards Optimal Semi-Active Suspension N. Giorgetti, A. Bemporad, E. Tseng, D. Hrovat Dept. Information

More information

Hardware in the Loop Simulation of Production Systems Dynamics

Hardware in the Loop Simulation of Production Systems Dynamics Hardware in the Loop Simulation of Production Systems Dynamics Sascha Röck 1 1 Institute for Control Engineering of Machine Tools and Manufacturing Units (ISW), University of Stuttgart Abstract Constantly

More information

Recent developments in simulation, optimization and control of flexible multibody systems

Recent developments in simulation, optimization and control of flexible multibody systems Recent developments in simulation, optimization and control of flexible multibody systems Olivier Brüls Department of Aerospace and Mechanical Engineering University of Liège o.bruls@ulg.ac.be Katholieke

More information

car=1700 FS gear=13.5 Wind: cw=0.33 AutoGear ThrottlePos JMotorPump=0.28 TS Jturbine=0.034 TS 1 Engine converter ECU ControlBox

car=1700 FS gear=13.5 Wind: cw=0.33 AutoGear ThrottlePos JMotorPump=0.28 TS Jturbine=0.034 TS 1 Engine converter ECU ControlBox Physical Modeling with Modelica and Dymola and Real-Time Simulation with Simulink and Real Time Workshop H. Elmqvist 1, M. Otter 2, and C. Schlegel 2 1 Dynasim AB, Research Park Ideon, S{223 70 Lund, Sweden,

More information

MBS Gear-tooth Stiffness Model

MBS Gear-tooth Stiffness Model MBS Gear-tooth Stiffness Model Implementation of a new coupling model for fast and accurate simulation of gear pairs using stiffness characteristic arrays Faysal Andary M.Sc. 1), Dipl.-Ing. Daniel Piel

More information

Subsystem- and full-vehicle-simulation of mobile machines using SimulationX

Subsystem- and full-vehicle-simulation of mobile machines using SimulationX Subsystem- and full-vehicle-simulation of mobile machines using SimulationX Dipl.-Ing. Manuel Bös Vorentwicklung Radlader /Advanced Development Wheelloader Liebherr-Werk-Bischofshofen GmbH, Bischofshofen,

More information

Role of Kinematic Analysis in tuning the Dynamic Behavior of a Formula Car

Role of Kinematic Analysis in tuning the Dynamic Behavior of a Formula Car gopalax -International Journal of Technology And Engineering System(IJTES): Jan March 2011- Vol.2.No.3. Role of Kinematic Analysis in tuning the Dynamic Behavior of a Formula Car K. J. Prashanth 1, Ashish

More information

A NOUVELLE MOTION STATE-FEEDBACK CONTROL SCHEME FOR RIGID ROBOTIC MANIPULATORS

A NOUVELLE MOTION STATE-FEEDBACK CONTROL SCHEME FOR RIGID ROBOTIC MANIPULATORS A NOUVELLE MOTION STATE-FEEDBACK CONTROL SCHEME FOR RIGID ROBOTIC MANIPULATORS Ahmad Manasra, 135037@ppu.edu.ps Department of Mechanical Engineering, Palestine Polytechnic University, Hebron, Palestine

More information

Vehicle Dynamics & Safety: Multibody System. Simulation tools based on MultiBody approach are widespread in vehicle design and testing

Vehicle Dynamics & Safety: Multibody System. Simulation tools based on MultiBody approach are widespread in vehicle design and testing Vehicle Dynamics & Safety: Multibody System Simulation tools based on MultiBody approach are widespread in vehicle design and testing Vehicle Dynamics & Safety: Multibody System What is a Multibody System?

More information

Model Library Mechanics

Model Library Mechanics Model Library Mechanics Using the libraries Mechanics 1D (Linear), Mechanics 1D (Rotary), Modal System incl. ANSYS interface, and MBS Mechanics (3D) incl. CAD import via STL and the additional options

More information

From versatile analysis methods to interactive simulation with a motion platform based on SimulationX and FMI

From versatile analysis methods to interactive simulation with a motion platform based on SimulationX and FMI From versatile analysis methods to interactive simulation with a motion platform based on SimulationX and FMI SimulationX Tutorial, 8th Modelica Conference Dr. Ines Gubsch, IVMA, TUD Christian Schubert,

More information

SIMULATION ENVIRONMENT

SIMULATION ENVIRONMENT F2010-C-123 SIMULATION ENVIRONMENT FOR THE DEVELOPMENT OF PREDICTIVE SAFETY SYSTEMS 1 Dirndorfer, Tobias *, 1 Roth, Erwin, 1 Neumann-Cosel, Kilian von, 2 Weiss, Christian, 1 Knoll, Alois 1 TU München,

More information

Real-Time Simulation of Modelica-based Models

Real-Time Simulation of Modelica-based Models Real-Time Simulation of Modelica-based Models Torsten Blochwitz Thomas Beutlich ITI GmbH Webergasse 1, 01067 Dresden, Germany {blochwitz,beutlich}@iti.de Abstract This paper shows the various steps a simulation

More information

Research on Suspension System Based on Genetic Algorithm and Neural Network Control

Research on Suspension System Based on Genetic Algorithm and Neural Network Control 72 The Open Mechanical Engineering Journal, 2009, 3, 72-79 Open Access Research on Suspension System Based on Genetic Algorithm and Neural Network Control Chuan-Yin Tang and Li-Xin Guo * School of Mechanical

More information

Mechanical System and SimMechanics Simulation

Mechanical System and SimMechanics Simulation American Journal of Mechanical Engineering, 3, Vol., No. 7, 555 Available online at http://pubs.sciepub.com/ajme//7/ Science and Education Publishing DOI:.69/ajme--7 Mechanical System and SimMechanics

More information

MBS MODELLING WITH SIMMECHANICS: CASE STUDIES IN RESEARCH AND EDUCATION

MBS MODELLING WITH SIMMECHANICS: CASE STUDIES IN RESEARCH AND EDUCATION MBS MODELLING WITH SIMMECHANICS: CASE STUDIES IN RESEARCH AND EDUCATION Grepl, R., Lee, B., Singule, V., Švejda, P., Vlachý, D., Zezula, P. Laboratory of mechatronics, FME, Brno University of Technology

More information

Simcenter Motion 3D. Mechatronics - Improve Design Dynamics Performance: Combine 3D Multi-Body Simulation with 1D Actuation & Controls Simulation

Simcenter Motion 3D. Mechatronics - Improve Design Dynamics Performance: Combine 3D Multi-Body Simulation with 1D Actuation & Controls Simulation Simcenter Motion 3D Mechatronics - Improve Design Dynamics Performance: Combine 3D Multi-Body Simulation with 1D Actuation & Controls Simulation Iurie TERNA Email: iurie.terna@siemens.com Tuesday 16:00-17:00

More information

Developing Algorithms for Robotics and Autonomous Systems

Developing Algorithms for Robotics and Autonomous Systems Developing Algorithms for Robotics and Autonomous Systems Jorik Caljouw 2015 The MathWorks, Inc. 1 Key Takeaway of this Talk Success in developing an autonomous robotics system requires: 1. Multi-domain

More information

Introduction to Simulink. The Use of Mathematic Simulations in Electrical Engineering

Introduction to Simulink. The Use of Mathematic Simulations in Electrical Engineering Introduction to Simulink The Use of Mathematic Simulations in Electrical Engineering Lecture Outline 1) Introduction to Simulink 2) Modelling of dynamics systems 2 Simulink Tool for modeling, simulating,

More information

COSMOS. Vehicle Suspension Analysis ---- SolidWorks Corporation. Introduction 1. Role of vehicle suspension 2. Motion analysis 2

COSMOS. Vehicle Suspension Analysis ---- SolidWorks Corporation. Introduction 1. Role of vehicle suspension 2. Motion analysis 2 ---- WHITE PAPER Vehicle Suspension Analysis CONTENTS Introduction 1 Role of vehicle suspension 2 Motion analysis 2 Motion analysis using COSMOSMotion 3 Real-life example 4-5 Exporting loads to COSMOSWorks

More information

Introduction to Simulink

Introduction to Simulink University College of Southeast Norway Introduction to Simulink Hans-Petter Halvorsen, 2016.11.01 http://home.hit.no/~hansha Preface Simulink, developed by The MathWorks, is a commercial tool for modeling,

More information

The Virtual Prototype of a Mechatronic Suspension System with Active Force Control

The Virtual Prototype of a Mechatronic Suspension System with Active Force Control The Virtual Prototype of a Mechatronic Suspension System with Active Force Control CATALIN ALEXANDRU, PETRE ALEXANDRU Product Design and Robotics Department Transilvania University of Brasov 9 Bd. Eroilor,

More information

Design and Optimization of the Thigh for an Exoskeleton based on Parallel Mechanism

Design and Optimization of the Thigh for an Exoskeleton based on Parallel Mechanism Design and Optimization of the Thigh for an Exoskeleton based on Parallel Mechanism Konstantin Kondak, Bhaskar Dasgupta, Günter Hommel Technische Universität Berlin, Institut für Technische Informatik

More information

On Dynamics of Radial Elastic Wheelsets

On Dynamics of Radial Elastic Wheelsets VSDIA 2000, 7 th Mini Conference, Budapest, 6 8 November On Dynamics of Radial Elastic Wheelsets H. Claus Contents: Motivation Model Development and Simulation Results Parameter Optimization Additional

More information

Dynamic Analysis of Manipulator Arm for 6-legged Robot

Dynamic Analysis of Manipulator Arm for 6-legged Robot American Journal of Mechanical Engineering, 2013, Vol. 1, No. 7, 365-369 Available online at http://pubs.sciepub.com/ajme/1/7/42 Science and Education Publishing DOI:10.12691/ajme-1-7-42 Dynamic Analysis

More information

Fault Isolation for Urban Railway Vehicle Suspension Systems

Fault Isolation for Urban Railway Vehicle Suspension Systems Preprints of the 19th World Congress The International Federation of Automatic Control Fault Isolation for Urban Railway Vehicle Suspension Systems Xiukun Wei, Limin Jia Kun Guo Sheng Wu State Key Lab

More information

2. Motion Analysis - Sim-Mechanics

2. Motion Analysis - Sim-Mechanics 2 Motion Analysis - Sim-Mechanics Figure 1 - The RR manipulator frames The following table tabulates the summary of different types of analysis that is performed for the RR manipulator introduced in the

More information

How to Perform a Quasi-Static Curving Analysis with SIMPACK Wheel/Rail

How to Perform a Quasi-Static Curving Analysis with SIMPACK Wheel/Rail How to Perform a Quasi-Static Curving Analysis with SIMPACK Wheel/Rail Version 2005-05-11 Table of Contents 1 Introduction 2 1.1 Methods 2 1.1.1 Solving a nonlinear equation system 2 1.1.2 Time integration

More information

Dynamic analysis of a half-car model with active suspension

Dynamic analysis of a half-car model with active suspension Dynamic analysis of a half-car model with active suspension Cătălin Alexandru, and Petre Alexandru Abstract Passive suspension systems of the motor vehicles have inherent limitations as a consequence of

More information

Vom Konzept zum Modell physikalischer Systeme Smarter Modellieren mit Simscape

Vom Konzept zum Modell physikalischer Systeme Smarter Modellieren mit Simscape Vom Konzept zum Modell physikalischer Systeme Smarter Modellieren mit Simscape A B T P T + - 12V Up V- V+ Down Up Down M Maximilian Apfelbeck MathWorks München, 9.07.2014 2014 The MathWorks, Inc. 1 Key

More information

Active Suspension Design Requirements for Compliant Boundary Condition Road Disturbances

Active Suspension Design Requirements for Compliant Boundary Condition Road Disturbances Active Suspension Design Requirements for Compliant Boundary Condition Road Disturbances Anirudh Srinivasan Thesis submitted to the faculty of the Virginia Polytechnic Institute and State University in

More information

Conference Dynamic Simulation in Vehicle Engineering Realtime Simulation of Vehicles Containing Detailed Components

Conference Dynamic Simulation in Vehicle Engineering Realtime Simulation of Vehicles Containing Detailed Components General Conference Dynamic Simulation in Vehicle Engineering Realtime Simulation of Vehicles Containing Detailed Components SIMPACK AG 2014, All rights reserved. SIMPACK Introduction Agenda SIMPACK AG

More information

Robust Controller Design for an Autonomous Underwater Vehicle

Robust Controller Design for an Autonomous Underwater Vehicle DRC04 Robust Controller Design for an Autonomous Underwater Vehicle Pakpong Jantapremjit 1, * 1 Department of Mechanical Engineering, Faculty of Engineering, Burapha University, Chonburi, 20131 * E-mail:

More information

NOISE PROPAGATION FROM VIBRATING STRUCTURES

NOISE PROPAGATION FROM VIBRATING STRUCTURES NOISE PROPAGATION FROM VIBRATING STRUCTURES Abstract R. Helfrich, M. Spriegel (INTES GmbH, Germany) Noise and noise exposure are becoming more important in product development due to environmental legislation.

More information

Modelling of Torsion Beam Rear Suspension by Using Multibody Method

Modelling of Torsion Beam Rear Suspension by Using Multibody Method Multibody System Dynamics 12: 303 316, 2004. C 2004 Kluwer Academic Publishers. Printed in the Netherlands. 303 Modelling of Torsion Beam Rear Suspension by Using Multibody Method G. FICHERA, M. LACAGNINA

More information

STRUCTURAL ANALYSIS OF Ka-BAND GIMBALED ANTENNAS FOR A COMMUNICATIONS SATELLITE SYSTEM

STRUCTURAL ANALYSIS OF Ka-BAND GIMBALED ANTENNAS FOR A COMMUNICATIONS SATELLITE SYSTEM STRUCTURAL ANALYSIS OF Ka-BAND GIMBALED ANTENNAS FOR A COMMUNICATIONS SATELLITE SYSTEM Hong Su COM DEV Ltd. 155 Sheldon Drive, Cambridge Ontario, Canada N1R 7H6 ABSTRACT This paper presents the FE modeling,

More information

Reinforcement Control via Heuristic Dynamic Programming. K. Wendy Tang and Govardhan Srikant. and

Reinforcement Control via Heuristic Dynamic Programming. K. Wendy Tang and Govardhan Srikant. and Reinforcement Control via Heuristic Dynamic Programming K. Wendy Tang and Govardhan Srikant wtang@ee.sunysb.edu and gsrikant@ee.sunysb.edu Department of Electrical Engineering SUNY at Stony Brook, Stony

More information

F2014-AHF-014 A HUMAN MODEL USING COMBINED FUNCTIONS OF OF UML, MATLAB/SIMULINK AND CODE-LIBRARY. TECHNOLOGIES LIMITED, Japan

F2014-AHF-014 A HUMAN MODEL USING COMBINED FUNCTIONS OF OF UML, MATLAB/SIMULINK AND CODE-LIBRARY. TECHNOLOGIES LIMITED, Japan Technical papers F2014-AHF-014 A HUMAN MODEL USING COMBINED FUNCTIONS OF OF UML, MATLAB/SIMULINK AND CODE-LIBRARY 1,2 Arai, Masatoshi * ; 3 Eguchi, Toru; 1 Yoshida, Norihiko 1 Saitama University, Japan;

More information

SOLUTION APPROACHES TO DIFFERENTIAL EQUATIONS OF MECHANICAL SYSTEM DYNAMICS: A CASE STUDY OF CAR SUSPENSION SYSTEM

SOLUTION APPROACHES TO DIFFERENTIAL EQUATIONS OF MECHANICAL SYSTEM DYNAMICS: A CASE STUDY OF CAR SUSPENSION SYSTEM Advances in Science and Technology Research Journal Volume 12, No. 2, June 2018, pages 266-273 DOI: 10.12913/22998624/85662 Research Article SOLUTION APPROACHES TO DIFFERENTIAL EQUATIONS OF MECHANICAL

More information

Rowena Cole and Luigi Barone. Department of Computer Science, The University of Western Australia, Western Australia, 6907

Rowena Cole and Luigi Barone. Department of Computer Science, The University of Western Australia, Western Australia, 6907 The Game of Clustering Rowena Cole and Luigi Barone Department of Computer Science, The University of Western Australia, Western Australia, 697 frowena, luigig@cs.uwa.edu.au Abstract Clustering is a technique

More information

VIBRATION ISOLATION USING A MULTI-AXIS ROBOTIC PLATFORM G.

VIBRATION ISOLATION USING A MULTI-AXIS ROBOTIC PLATFORM G. VIBRATION ISOLATION USING A MULTI-AXIS ROBOTIC PLATFORM G. Satheesh Kumar, Y. G. Srinivasa and T. Nagarajan Precision Engineering and Instrumentation Laboratory Department of Mechanical Engineering Indian

More information

Defining the Global Error of a Multi-Axis Vibration Test: An Application of MIL-STD-810G Method 527 Annex C

Defining the Global Error of a Multi-Axis Vibration Test: An Application of MIL-STD-810G Method 527 Annex C Defining the Global Error of a Multi-Axis Vibration Test: An Application of MIL-STD-810G Method 527 Annex C Joel Hoksbergen Team Corporation joel.hoksbergen@teamcorporation.com ESTECH 2014 MIMO Concepts

More information

USE OF ADAMS IN DYNAMIC SIMULATION OF LANDING GEAR RETRACTION AND EXTENSION

USE OF ADAMS IN DYNAMIC SIMULATION OF LANDING GEAR RETRACTION AND EXTENSION USE OF ADAMS IN DYNAMIC SIMULATION OF LANDING GEAR RETRACTION AND EXTENSION Author : O. NOEL Messier-Dowty SA (Velizy, France) 1. ABSTRACT This paper presents the method in use at Messier-Dowty SA during

More information

Impact of Geometry Simplification and Element Size on the FEM- MBS-Coupling-Process

Impact of Geometry Simplification and Element Size on the FEM- MBS-Coupling-Process NAFEMS: European Conference Coupled MBS-FE Applications A New Trend in Simulation Frankfurt, Germany, November 26-27, 2013 Impact of Geometry Simplification and Element Size on the FEM- MBS-Coupling-Process

More information

Parallel Robots. Mechanics and Control H AMID D. TAG HI RAD. CRC Press. Taylor & Francis Group. Taylor & Francis Croup, Boca Raton London NewYoric

Parallel Robots. Mechanics and Control H AMID D. TAG HI RAD. CRC Press. Taylor & Francis Group. Taylor & Francis Croup, Boca Raton London NewYoric Parallel Robots Mechanics and Control H AMID D TAG HI RAD CRC Press Taylor & Francis Group Boca Raton London NewYoric CRC Press Is an Imprint of the Taylor & Francis Croup, an informs business Contents

More information

MECHATRONICS SYSTEM ENGINEERING FOR CAE/CAD, MOTION CONTROL AND DESIGN OF VANE ACTUATORS FOR WATER ROBOT APPLICATIONS

MECHATRONICS SYSTEM ENGINEERING FOR CAE/CAD, MOTION CONTROL AND DESIGN OF VANE ACTUATORS FOR WATER ROBOT APPLICATIONS MECHATRONICS SYSTEM ENGINEERING FOR CAE/CAD, MOTION CONTROL AND DESIGN OF VANE ACTUATORS FOR WATER ROBOT APPLICATIONS Finn CONRAD and Francesco ROLI Department of Mechanical Engineering, Technical University

More information

Olivier Brüls. Department of Aerospace and Mechanical Engineering University of Liège

Olivier Brüls. Department of Aerospace and Mechanical Engineering University of Liège Fully coupled simulation of mechatronic and flexible multibody systems: An extended finite element approach Olivier Brüls Department of Aerospace and Mechanical Engineering University of Liège o.bruls@ulg.ac.be

More information

Introduction to Physical Modelling Rory Adams Senior Application Engineer

Introduction to Physical Modelling Rory Adams Senior Application Engineer Introduction to Physical Modelling Rory Adams Senior Application Engineer 2014 The MathWorks, Inc. 1 Creating Reusable Physical Models What you should walk away with Increased knowledge of: What is meant

More information

Multidisciplinary Analysis and Optimization

Multidisciplinary Analysis and Optimization OptiY Multidisciplinary Analysis and Optimization Process Integration OptiY is an open and multidisciplinary design environment, which provides direct and generic interfaces to many CAD/CAE-systems and

More information

ISO compliant verification of functional requirements in the model-based software development process

ISO compliant verification of functional requirements in the model-based software development process requirements in the model-based software development process Hans J. Holberg SVP Marketing & Sales, BTC Embedded Systems AG An der Schmiede 4, 26135 Oldenburg, Germany hans.j.holberg@btc-es.de Dr. Udo

More information

DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD

DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD Akira IGARASHI 1, Hirokazu IEMURA 2 And Takanori SUWA 3 SUMMARY Since various kinds of issues arise in the practical application of structural response

More information

EFFICIENT DEVELOPMENT OF COMPLEX SYSTEMS USING A UNIFIED MODULAR APPROACH

EFFICIENT DEVELOPMENT OF COMPLEX SYSTEMS USING A UNIFIED MODULAR APPROACH DocumentID: 370201 EFFICIENT DEVELOPMENT OF COMPLEX SYSTEMS USING A UNIFIED MODULAR APPROACH U. Wurstbauer, M. Herrnberger, A. Raufeisen, V. Fäßler TWT GmbH Science & Innovation, Ernsthaldenstr. 17, 70565

More information

AC : AN ALTERNATIVE APPROACH FOR TEACHING MULTIBODY DYNAMICS

AC : AN ALTERNATIVE APPROACH FOR TEACHING MULTIBODY DYNAMICS AC 2009-575: AN ALTERNATIVE APPROACH FOR TEACHING MULTIBODY DYNAMICS George Sutherland, Rochester Institute of Technology DR. GEORGE H. SUTHERLAND is a professor in the Manufacturing & Mechanical Engineering

More information

DETERMINING PARETO OPTIMAL CONTROLLER PARAMETER SETS OF AIRCRAFT CONTROL SYSTEMS USING GENETIC ALGORITHM

DETERMINING PARETO OPTIMAL CONTROLLER PARAMETER SETS OF AIRCRAFT CONTROL SYSTEMS USING GENETIC ALGORITHM DETERMINING PARETO OPTIMAL CONTROLLER PARAMETER SETS OF AIRCRAFT CONTROL SYSTEMS USING GENETIC ALGORITHM Can ÖZDEMİR and Ayşe KAHVECİOĞLU School of Civil Aviation Anadolu University 2647 Eskişehir TURKEY

More information

ANNALS of Faculty Engineering Hunedoara International Journal of Engineering

ANNALS of Faculty Engineering Hunedoara International Journal of Engineering ANNALS of Faculty Engineering Hunedoara International Journal of Engineering Tome XIII [05] Fascicule [February] ISSN: 58-665 [print]; ISSN: 58-67 [online] a free-access multidisciplinary publication of

More information

Research Article. ISSN (Print) *Corresponding author Chen Hao

Research Article. ISSN (Print) *Corresponding author Chen Hao Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 215; 3(6):645-65 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

Integrating Mechanical Design and Multidomain Simulation with Simscape

Integrating Mechanical Design and Multidomain Simulation with Simscape Integrating Mechanical Design and Multidomain Simulation with Simscape Steve Miller Simscape Product Manager, MathWorks 2015 The MathWorks, Inc. 1 Integrating Mechanical Design and Multidomain Simulation

More information

Multicomputer Research Desks for Simulation and Development of Control Systems

Multicomputer Research Desks for Simulation and Development of Control Systems Proceedings of the 17th World Congress The International Federation of Automatic Control Multicomputer Research Desks for Simulation and Development of Control Systems M.Kh. Dorri A.A. Roshchin Institute

More information

LACOSTE & ROMBERG AIR-SEA GRAVITY METER VIBRATION TESTS

LACOSTE & ROMBERG AIR-SEA GRAVITY METER VIBRATION TESTS LACOSTE & ROMBERG AIR-SEA GRAVITY METER VIBRATION TESTS Introduction. Our motivation is to compare the vibration sensitivity of our new AirSea II system to the ZLS D-003 (fluid damped) and S-3 (air damped)

More information

DSH plus a HWPA Program Gateway into Model-Based Design of Mechatronic Systems

DSH plus a HWPA Program Gateway into Model-Based Design of Mechatronic Systems 2011 European HyperWorks Technology Conference DSH plus a HWPA Program Gateway into Model-Based Design of Mechatronic Systems Dr. Heiko Baum FLUIDON GmbH COMPETENCE IN FLUID POWER SYSTEMS SIMULATION KOMPETENZ

More information

Virtuelle Inbetriebnahme und Optimierung von Robotersystemen mit Simscape The MathWorks, Inc. 1

Virtuelle Inbetriebnahme und Optimierung von Robotersystemen mit Simscape The MathWorks, Inc. 1 Virtuelle Inbetriebnahme und Optimierung von Robotersystemen mit Simscape 2015 The MathWorks, Inc. 1 In this session Onshape and MATLAB enable engineers to combine CAD models with multidomain, dynamic

More information

Bi-directional seismic vibration control of spatial structures using passive mass damper consisting of compliant mechanism

Bi-directional seismic vibration control of spatial structures using passive mass damper consisting of compliant mechanism Bi-directional seismic vibration control of spatial structures using passive mass damper consisting of compliant mechanism Seita TSUDA 1 and Makoto OHSAKI 2 1 Department of Design, Okayama Prefectural

More information

VIBRATION-ISOLATION SYSTEM WITH GYROSCOPIC STABILIZER

VIBRATION-ISOLATION SYSTEM WITH GYROSCOPIC STABILIZER 11 th International Conference on Vibration Problems Z. Dimitrovová et al. (eds.) Lisbon, Portugal, 9-12 September 2013 VIBRATION-ISOLATION SYSTEM WITH GYROSCOPIC STABILIZER Jan Škoda* 1, Jan Šklíba 2

More information

Multi-response optimisation in a three-link leaf-spring model

Multi-response optimisation in a three-link leaf-spring model 326 Int. J. Vehicle Design, Vol. 38, No. 4, 2005 Multi-response optimisation in a three-link leaf-spring model BuÈ lent Ekici University of Marmara, Department of Mechanical Engineering, Kadikoy/_Istanbul,

More information

Physical Modeling of Multi-Domain System

Physical Modeling of Multi-Domain System 1 Physical Modeling of Multi-Domain System 김종헌차장 Senior Application Engineer MathWorks Korea 2016 The MathWorks, Inc. 2 Agenda What is Physical Modeling? Why use Simscape? Landing Gear Modeling Landing

More information

Development of Fuzzy Logic Controller by Particle Swarm Optimization Algorithm for Semi-active Suspension System using Magneto-rheological Damper

Development of Fuzzy Logic Controller by Particle Swarm Optimization Algorithm for Semi-active Suspension System using Magneto-rheological Damper Development of Fuzzy Logic Controller by Particle Swarm Optimization Algorithm for Semi-active Suspension System using Magneto-rheological Damper MAT HUSSIN AB TALIB and INTAN Z. MAT DARUS Department of

More information

In Homework 1, you determined the inverse dynamics model of the spinbot robot to be

In Homework 1, you determined the inverse dynamics model of the spinbot robot to be Robot Learning Winter Semester 22/3, Homework 2 Prof. Dr. J. Peters, M.Eng. O. Kroemer, M. Sc. H. van Hoof Due date: Wed 6 Jan. 23 Note: Please fill in the solution on this sheet but add sheets for the

More information

Combination of Simulation and Optimization in the Design of Electromechanical Systems

Combination of Simulation and Optimization in the Design of Electromechanical Systems Combination of Simulation and Optimization in the Design of Electromechanical Systems Hermann Landes 1, Frank Vogel 2, Wigand Rathmann 2 1 WisSoft, Buckenhof, Germany 2 inutech GmbH, Nuremberg, Germany

More information

Integrating Mechanical Design and Multidomain Simulation with Simscape

Integrating Mechanical Design and Multidomain Simulation with Simscape 1 Integrating Mechanical Design and Multidomain Simulation with Simscape 강효석과장 / Ph. D. Application Engineer MathWorks Korea 2017 The MathWorks, Inc. 2 In this session Onshape and MATLAB enable engineers

More information

Biomechanics of the humanmachine-interface. SIMPACK User-Meeting November Theoretical Astrophysics Dept. Biomechanics University Tübingen

Biomechanics of the humanmachine-interface. SIMPACK User-Meeting November Theoretical Astrophysics Dept. Biomechanics University Tübingen Biomechanics of the humanmachine-interface SIMPACK User-Meeting November 2004 Theoretical Astrophysics Dept. Biomechanics University Tübingen Project: Homunkulus Human MKS Model Flexible in application

More information

VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES

VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES NTERNATIONAL DESIGN CONFERENCE - DESIGN 2002 Dubrovnik, May 14-17, 2002. VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES S. Barone, A. Curcio and F. Pierucci Keywords: CAD, Multi-Body

More information

PSO based Adaptive Force Controller for 6 DOF Robot Manipulators

PSO based Adaptive Force Controller for 6 DOF Robot Manipulators , October 25-27, 2017, San Francisco, USA PSO based Adaptive Force Controller for 6 DOF Robot Manipulators Sutthipong Thunyajarern, Uma Seeboonruang and Somyot Kaitwanidvilai Abstract Force control in

More information

A Model-based Embedded Control Hardware/Software Co-design Approach for Optimized Sensor Selection of Industrial Systems

A Model-based Embedded Control Hardware/Software Co-design Approach for Optimized Sensor Selection of Industrial Systems A Model-based Embedded Control Hardware/Software Co-design Approach for Optimized Sensor Selection of Industrial Systems Kyriakos M. Deliparaschos, Konstantinos Michail, Spyros G. Tzafestas, Argyrios C.

More information

ISO Compliant Automatic Requirements-Based Testing for TargetLink

ISO Compliant Automatic Requirements-Based Testing for TargetLink ISO 26262 Compliant Automatic Requirements-Based Testing for TargetLink Dr. Udo Brockmeyer CEO BTC Embedded Systems AG An der Schmiede 4, 26135 Oldenburg, Germany udo.brockmeyer@btc-es.de Adrian Valea

More information