Practical Examples of Efficient Design Optimisation by Coupling VR&D GENESIS and LS-DYNA

Size: px
Start display at page:

Download "Practical Examples of Efficient Design Optimisation by Coupling VR&D GENESIS and LS-DYNA"

Transcription

1 Practical Examples of Efficient Design Optimisation by Coupling VR&D GENESIS and LS-DYNA David Salway, GRM Consulting Ltd. UK. Paul-André Pierré, GRM Consulting Ltd. UK. Martin Liebscher, Dynamore GMBH, Germany Summary: With the ever increasing demand for the efficient use of materials to reduce manufacturing costs and product mass; the use of optimisation techniques have become common place in CAE. The optimisation techniques used for optimising in the non-linear domain, and those used for linear domain problems have until recently been distinctly separate philosophies. For instance topology optimisation would be used with linear static analyses, but could not be applied to non-linear problems. VR&D GENESIS provides a fully integrated linear static analysis and optimisation solver code. GRM have developed an interface so that GENESIS can be coupled to non-linear problems solved in LS- DYNA. The coupling allows the advanced analysis capabilities found in LS-DYNA to be coupled to the Topology, Topometry and Shape optimisation techniques of VR&D GENESIS. The paper outlines the processes already developed by GRM Consulting Ltd 1 to allow this coupling, and the most recent developments. These developments allow the analysis methods available in LS- DYNA to be optimised by the optimisation methods available in VR&D GENESIS. The latest developments have taken the method from a research project to a code suitable for use in production level optimisation tasks The practical examples are intended to show how the use of this method allows non-linear domain optimisation to consider thousands of design variables, non-linear and linear load cases, whilst reducing the number of function calls required to converge. Keywords: LS-DYNA, GENESIS, Shape, Sizing, Topometry, Topology, Non-Linear, Optimization, Implicit, Explicit

2 1 Introduction The continual need to reduce part mass and cost in modern engineering design, has resulted in the adoption of optimisation techniques in the product development life cycle. The two distinct analysis disciplines have developed distinct optimisation philosophies. In the linear domain it is common to use gradient based optimisers that are integrated into the solver, providing the benefit of determining sensitivities internally and reducing the analysis function calls, thus allowing thousands of variables to be considered. Non-linear domain optimisation tends to be based around design space exploration and stochastic methods. Determining sensitivities in these methods relies on analysis function calls, and because of this the number of design variables is limited. The key benefit is that by coupling GENESIS and LS-DYNA optimisation tasks that would not be viable using traditional methods can be carried out with a practical number of LS-DYNA function calls and example of this would a topology considering design variable requiring only 30 LS-DYNA calls. This would not be practical using any other method. 2 Currently Released Code Capabilities Following the initial proof of concept phase the method has been developed with the intention of being a commercial product and as such robust code and a GUI have been developed. The GUI runs inside Design Studio for GENESIS, which is a pre and post environment for creating analysis and optimisation problems for GENESIS. A series of steps have been created to take the user through the coupling set-up stage. The process is managed by a control file, which contains user defined variables, examples are things such as path to LS-DYNA executable, path to LS-DYNA input file. In addition to file paths there is also a series of parameters that allow the user to adjust move limits, convergence criteria, and other variables to tune the process 2. The requirement to start the coupling is a running LS-DYNA simulation and a GENESIS mesh (in NASTRAN format) of the designable part or parts. The LS-DYNA model is run to create a baseline set of results, these results are then read and a number of approximate load cases are created in the GENESIS model. The number of load cases is controlled by the user, the number should be chosen to capture the behaviour of the LS-DYNA model through time. Following the Create phase a Check phase has been provided in the code. The Check phase runs the GENESIS model as an analysis, the results of this analysis can then be overlaid on the LS-DYNA result in a post processor. The two results should match perfectly, this provides a visual check to ensure that both models are behaving in the expected manner. The final stage is to run the full coupled optimisation, this can be carried out from the GUI within Design Studio or from the command line. The GUI allows both local and remote submission using the SSH protocol, with live objective/constraint violation graphing. The graphing of the objective and constraint violations allows the user to track the progress of the optimisation as well as check the behaviour at a glance. Figure 1 overleaf shows the GUI with the live graphing, progress dialogue box and coupling set-up UI.

3 Figure1: Design Studio GUI The three automated phases and the GUI are now well established, the logic is to automate as much as possible. Automating the process not only allows the process to run unattended, but also allows the process to be repeatable. Testing and benchmarking of different problems has shown that for implicit problems the coupling is extremely efficient. Implicit coupling currently supports stress and displacement constraints in the release version of the code. The typical implicit topology example can be completed in 5 LS-DYNA calls, this is due in a large part to the similarity between the behaviour of an Implicit problem and the GENESIS analysis allowing more GENESIS design cycles between each LS-DYNA call. Sizing and shape optimisation problems when coupled to implicit LS-DYNA tend to converge in a similar number of function calls, but most importantly there is very little correlation between the number of design variables and the number of non-linear analyses (i.e. larger numbers of design variables do not require more solves). The coupling can also used to optimise explicit problems, the approximate GENESIS load cases need to be updated more often in this case resulting in more function calls. However the function calls are still not linked to the number of design variables. Sizing and shape have been shown to work very efficiently with explicit type problems, the release code currently is able to support intrusions and force/ acceleration type constraints. Crash topology works well with a constrained mass fraction, but minimising the mass fraction has a tendency to result in local optima problems. Figure 2 shows an example of an explicit topology, the ball impacts the top of the block with an initial velocity. The outside of the block is constrained. Initial Velocity Figure 2: Baseline and Optimised Explicit Topology Result

4 3 Recent Developments Due to the infancy of the method developments are continual, with one discovery invariably opening the door to others. One application that has been requested more than anything else is the ability to optimise for force, accelerations and velocities, bumper beams and knee bolsters were mentioned time and again. Our initial studies showed that it is possible but that out first attempt was not sufficiently robust. The first obstacle was to create a formulation for the optimisation that works well in conjunction with GENESIS. To get a nice smooth input to allow GENESIS to calculate accurate sensitivities it is necessary to provide high frequency time history data. This results in a high number of sub cases and therefore a high number of constraints. The second formulation that has been devised overcomes this problem. Due to the size of the results files needed for large problems it will be necessary to read the LS-DYNA binary files in the future. In addition to LS-DYNA support of ABAQUS and MSC MARC are currently available. A PAMCRASH interface is currently being developed. LS-DYNA is used for development and testing and because of this the LS-DYNA interface is the most advanced. 4 Benefits of Coupling The use of traditional non-linear optimisation methods relies on exploration of the design space, this inherently requires LS-DYNA to be called for the optimiser to acquire sensitivity data. By coupling the two codes together this sensitivity can be calculated internally within GENESIS. This internal calculation of the design sensitivities reduces the number of LS-DYNA function calls, and removes the necessity of running LS-DYNA to acquire the sensitivity data. This in turn removes the link between design variables and function calls, and dramatically increases the number of design variables that can be considered. Figure 3 shows a comparison study between RSM approaches and the coupling method to solve the same problem Function Calls vs. Design Variables LS-DYNA Function Calls Number of Design Variables Coupling Method Approximate RSM Requirement Figure 3: Comparison of Generic RSM and Coupling Method Function Calls The comparison shown in figure 3 indicates that for the traditional non-linear approaches the relationship between the number of design variables and the number of LS-DYNA runs shows positive correlation, whilst for the Coupling Method there is no obvious correlation at all. The RSM values quoted are quite conservative, so a more aggressive approach may reduce these values. The largest benefit of the coupling is the availability of the optimisation tools integrated into GENESIS. The coupling has been developed to integrate seamlessly with LS-DYNA, thus the user doesn't need to use the *PARAMETER cards to change the deck. The coupling code prepares the updated LS- DYNA file for each iteration. Whilst the coupling method provides many benefits it is not able to optimise some of the more advanced safety related problems that software such as LS-OPT has specific routines for.

5 5 Practical Examples 5.1 Crash worthiness Crash worthiness is one of the largest areas of use for LS-DYNA around the world and certainly the application that the coupling was first intended for use with. The current formulation is limited to optimising for displacements, but this means that intrusions, acceleration and forces can be considered. The practical example used for this area is a full vehicle crash. The vehicle chosen is the 2001 Ford Taurus model from NHTSA, the model has been set-up to consider the bulkhead intrusions in the full frontal barrier simulation. The objective of the optimisation is to minimise the mass of the BIW. The constraints are the intrusions of three points on the bulkhead. The GENESIS coupling model consists of the BIW, an additional constraint of the torsion mode was applied in GENESIS, this demonstrates that the coupling can also consider linear or modal load cases as this example does. Figure 4. shows both the LS-DYNA model and the GENESIS model. For this example the conversion of the BIW to GENESIS is the single biggest step, the spot welds were converted and all element and node ids had to remain the same. Figure 4: Ford Taurus GENESIS BIW model and LS-DYNA Models. The optimisation considers 107 independent thickness design variables and a total of 205 design variables. Symmetry has been applied to the common parts on each side of the vehicle. Nonsymmetrical parts have been considered individually. The design variables were considered to be continuous, but GENESIS can consider discrete variable sets. Generally the thickness variables have a lower bound value of 0.8mm and an upper bound 5.0mm. The intrusions of three points on the bulkhead above the tunnel were constrained to 100mm of intrusion through the complete simulation. The objective of the optimisation was to minimise the mass of the vehicle. By considering only the intrusion constraints and the objective the optimiser would have made all parts rear of the bulkhead the minimum material thickness as the sensitivities would have indicated this to the be the best solution. To avoid this happening a target frequency constraint was applied to the first torsion mode of the vehicle. This requires the stiffness of the rear of the vehicle to be considered during the optimisation. Figure 5 shows a graph of the intrusion at the three points in the baseline and optimised model, whilst figure 6 shows the baseline and optimised modes.

6 Comparison Of Baseline and Optimised Bulkhead Intrusions 0-50 Intrusion (mm) Time (s) Baseline Intrusions Optimised Intrusions Figure 5 Baseline and Optimised Bulkhead intrusions Figure 6 Baseline (20.3Hz) and Optimised (25.9Hz) Torsion Modes The coupling software is able to adjust the number of GENESIS iterations that are carried out in between each LS-DYNA call depending on its own internal convergence checking routine. This is intended to minimise the number of LS-DYNA calls required and so speed up the process. This optimisation took 32 GENESIS iterations and 22 LS-DYNA calls. As the results shown indicate the intrusion constraints have been met, and the frequency has been increased from 20.3Hz to 25.9Hz, for a modest mass gain of 4.6%. The material at design cycles 0, 15, and 32 are shown in figure 7. Figure 7: Material thickness at GENESIS design cycle 0, 15, and 31.

7 At this point it should be noted that the formulation of the optimisation does not consider accelerations, as a result the reduction in intrusion will have caused an increase in acceleration. A formulation to consider acceleration and force is now available. This could be applied to this case and then the accelerations could be constrained to the current value. The Taurus is a fairly sophisticated model and as such the solve time on the limited LS-DYNA CPUs available meant that it was only practical to consider one LS-DYNA simulation. Given access to a larger cluster of LS-DYNA CPUs it would be possible to consider all of the crash requirements of the development cycle and include these in the optimisation. 5.2 Non-Crash Example In order to demonstrate that this method is applicable to many of the features of LS-DYNA an example not related to automotive crash analysis has been considered. In this example an ALE simulation of an underwater explosion has been conducted. The LS-DYNA model can be seen in figure 8. Lagrangian Structure Air Region Water Region High Explosive Figure 8: LS-DYNA Underwater explosion ALE Model The model consists of a Lagrangian structure floating on top of a water region, an air region is also modelled. The detonation causes a pressure wave to move through the water, when this wave hits the structure it first of all deforms and then lifts the structure clear of the water. The deformed shape is shown in figure 9. Centre of Span Top of Stiffener Figure 9: Structure Deformed due to Pressure Wave, showing relative deck heights The objective of the optimisation is to minimise the mass of the Lagrangian structure. A constraint has been applied on the relative displacement of the deck between a point at the top of the stiffener and a point in the centre of the span. The GENESIS model is constructed from the Lagrangian mesh, the same symmetry boundary conditions have been added to the GENESIS model as are used in the LS-DYNA model. In addition three linear springs have been applied to the GENESIS model, these allow the mesh to move freely whilst applying a constraint to all of the degrees of freedom. The boundary conditions for both the GENESIS and LS-DYNA Lagrangian models are shown in figure 10.

8 Figure 10: GENESIS and LS-DYNA Lagrangian mesh The coupled optimisation was carried out as a mix of panel sizing and Topometry (element by element sizing). The top deck of the structure has been optimised using Topometry, whilst the stiffeners have been optimised by sizing complete panels. Both the Topometry and Sizing design variables are shown in figure 11 Topometry Design Variables Sizing Design Variables Figure 11: Design Variables. The optimisation considers 290 design variables and 60 constraints; convergence was reached in 20 LS-DYNA calls. An extrusion manufacturing constraint has been applied to the design variables. This example successfully demonstrates that the method can work in Fluid Structure interaction problems. It is true to say that the method can be applied to any problem where the LS-DYNA model is deformed by the loads (i.e. by contact, fluid interaction, thermal loading, etc). The optimised material thickness can be seen in figure 12 below. Figure 12: Optimised Material Thickness (cm)

9 6 Future Developments Recent developments have progressed the coupling method forward, but there is still so much to learn that development is progressing quickly. The next big development is to be able to consider plastic strain and non-linear stress as constraints. This will mean that the coupling can be applied to many more problems. To consider non-linear stress and strain it will be necessary to pass GENESIS the response from LS-DYNA, to ensure the coupling is as robust as possible this will take time to code, test and tune before it is available for release. This is obviously a big step forward for the method. Improvements to the optimisation problem formulation and GENESIS model set-up are continually being made. This step is the single biggest source of error and so it makes sense to make it as simple as possible. Various methods have been developed to consider moving objects such as the Taurus front impact or the FSI example. In the linear static code it is necessary to have all degrees of freedom fully constrained, and so this presents a problem. The solution used for the Taurus was three CBUSH 5 elements fixing it to ground. Because of the way the nodal forces are calculated in GENESIS the precise stiffness of the springs is unimportant but they provide a way to fully constrain the model whilst still allowing the whole model to translate as seen in LS-DYNA. 7 Summary and Conclusion By coupling LS-DYNA and VR&D GENESIS it is possible to take the best features from each code and combine them to provide state of the art analysis and optimisation. The coupled method provides a method to quickly achieve an optimum design. The benefit it has over traditional methods is greatly reduced number of LS-DYNA calls needed to converge; this is because it is able to calculate the gradients internally. The method also has limitations. Whilst the method is available as a commercial product, new applications and methods are being discovered all of the time. 8 References [1] Gambling, M: "Efficient Topology, Topometry and Sizing Optimisation for LS-DYNA Analysis Problems", 2008 [2] GRM Consulting Ltd, GRM Solver Coupling Tutorials, 2008 [3] LS-DYNA Keyword User's Manual, Livermore Software Technology Corporation, Version 970, [4] GENESIS Design Reference Manual, Vanderplaats Research and Development, GENESIS 10.1, 2008 [5] GENESIS Analysis Reference Manual, Vanderplaats Research and development, GENESIS 10.1, 2008

Efficient Topology, Topometry and Sizing Optimisation for LS-DYNA Analysis Problems. Coupling LS-DYNA to VR&D GENESIS

Efficient Topology, Topometry and Sizing Optimisation for LS-DYNA Analysis Problems. Coupling LS-DYNA to VR&D GENESIS Efficient Topology, Topometry and Sizing Optimisation for LS-DYNA Analysis Problems Coupling LS-DYNA to VR&D GENESIS Martin Gambling Managing Director GRM Consulting Ltd, Leamington Spa, UK Summary: For

More information

Efficient Shape Optimisation of an Aircraft Landing Gear Door Locking Mechanism by Coupling Abaqus to GENESIS

Efficient Shape Optimisation of an Aircraft Landing Gear Door Locking Mechanism by Coupling Abaqus to GENESIS Efficient Shape Optimisation of an Aircraft Landing Gear Door Locking Mechanism by Coupling Abaqus to GENESIS Mark Arnold and Martin Gambling Penso Consulting Ltd GRM Consulting Ltd Abstract: The objective

More information

Topology and Topometry Optimization of Crash Applications with the Equivalent Static Load Method

Topology and Topometry Optimization of Crash Applications with the Equivalent Static Load Method Topology and Topometry Optimization of Crash Applications with the Equivalent Static Load Method Katharina Witowski*, Heiner Müllerschön, Andrea Erhart, Peter Schumacher, Krassen Anakiev DYNAmore GmbH

More information

Using MSC.Nastran for Explicit FEM Simulations

Using MSC.Nastran for Explicit FEM Simulations 3. LS-DYNA Anwenderforum, Bamberg 2004 CAE / IT III Using MSC.Nastran for Explicit FEM Simulations Patrick Doelfs, Dr. Ingo Neubauer MSC.Software GmbH, D-81829 München, Patrick.Doelfs@mscsoftware.com Abstract:

More information

Multi-disciplinary Topology Optimization for Vehicle Bonnet Design

Multi-disciplinary Topology Optimization for Vehicle Bonnet Design Multi-disciplinary Topology Optimization for Vehicle Bonnet Design David Salway 1, Dr Tayeb Zeguer 2 1 GRM Consulting Ltd, 2 Jaguar Land Rover Ltd 1 Abstract Bonnet Pedestrian Head Impact and Structural

More information

SHAPE OPTIMIZATION FOR HEAD AND KNEE IMPACT FEATURING ADAPTIVE MESH TOPOLOGY AND A DISCRETE VARIABLE

SHAPE OPTIMIZATION FOR HEAD AND KNEE IMPACT FEATURING ADAPTIVE MESH TOPOLOGY AND A DISCRETE VARIABLE SHAPE OPTIMIZATION FOR HEAD AND KNEE IMPACT FEATURING ADAPTIVE MESH TOPOLOGY AND A DISCRETE VARIABLE Nielen Stander, Mike Burger, Suri Balasubramanyam Livermore Software Technology Corporation, Livermore

More information

Vehicle Load Area Division Wall Integrity during Frontal Crash

Vehicle Load Area Division Wall Integrity during Frontal Crash Vehicle Load Area Division Wall Integrity during Frontal Crash H. Türkmen TOFAS Türk Otomobil Fabrikasi A.S. Abstract : This study addresses design efforts of a vehicle load area division wall and the

More information

midas NFX 2017R1 Release Note

midas NFX 2017R1 Release Note Total Solution for True Analysis-driven Design midas NFX 2017R1 Release Note 1 midas NFX R E L E A S E N O T E 2 0 1 7 R 1 Major Improvements Midas NFX is an integrated finite element analysis program

More information

Step Change in Design: Exploring Sixty Stent Design Variations Overnight

Step Change in Design: Exploring Sixty Stent Design Variations Overnight Step Change in Design: Exploring Sixty Stent Design Variations Overnight Frank Harewood, Ronan Thornton Medtronic Ireland (Galway) Parkmore Business Park West, Ballybrit, Galway, Ireland frank.harewood@medtronic.com

More information

Principal Roll Structure Design Using Non-Linear Implicit Optimisation in Radioss

Principal Roll Structure Design Using Non-Linear Implicit Optimisation in Radioss Principal Roll Structure Design Using Non-Linear Implicit Optimisation in Radioss David Mylett, Dr. Simon Gardner Force India Formula One Team Ltd. Dadford Road, Silverstone, Northamptonshire, NN12 8TJ,

More information

The Development of TruPly, an Efficient Composite Optimization Tool for Simulia Abaqus

The Development of TruPly, an Efficient Composite Optimization Tool for Simulia Abaqus 10 th World Congress on Structural and Multidisciplinary Optimization May 19-24, 2013, Orlando, Florida, USA The Development of TruPly, an Efficient Composite Optimization Tool for Simulia Abaqus Martin

More information

Automating and organizing the optimization process using ANSA - LSOPT- META. A bumper optimization case study

Automating and organizing the optimization process using ANSA - LSOPT- META. A bumper optimization case study 7. LS-DYNA Anwenderforum, Bamberg 2008 Optimierung II Automating and organizing the optimization process using ANSA - LSOPT- META. A bumper optimization case study Georgios Korbetis BETA CAE Systems S.A.,

More information

Optimization and Probabilistic Analysis Using LS-DYNA

Optimization and Probabilistic Analysis Using LS-DYNA LS-OPT Optimization and Probabilistic Analysis Using LS-DYNA Nielen Stander Willem Roux Tushar Goel Livermore Software Technology Corporation Overview Introduction: LS-OPT features overview Design improvement

More information

PROCESS DEVELOPMENT FOR MULTI-DISCIPLINARY SPOT WELD OPTIMIZATION WITH CAX-LOCO, LS-OPT AND ANSA

PROCESS DEVELOPMENT FOR MULTI-DISCIPLINARY SPOT WELD OPTIMIZATION WITH CAX-LOCO, LS-OPT AND ANSA PROCESS DEVELOPMENT FOR MULTI-DISCIPLINARY SPOT WELD OPTIMIZATION WITH CAX-LOCO, LS-OPT AND ANSA 1 Dr. Gordon Geißler *, 2 Thomas Hahn 1 DYNAmore GmbH, Germany, 2 Audi AG, Germany KEYWORDS Connection Modelling,

More information

Benchmark of Topology Optimization Methods for Crashworthiness Design

Benchmark of Topology Optimization Methods for Crashworthiness Design 12 th International LS-DYNA Users Conference Optimization(2) Benchmark of Topology Optimization Methods for Crashworthiness Design C. H. Chuang and R. J. Yang Ford Motor Company Abstract Linear structural

More information

Appendix P. Multi-Physics Simulation Technology in NX. Christian Ruel (Maya Htt, Canada)

Appendix P. Multi-Physics Simulation Technology in NX. Christian Ruel (Maya Htt, Canada) 251 Appendix P Multi-Physics Simulation Technology in NX Christian Ruel (Maya Htt, Canada) 252 Multi-Physics Simulation Technology in NX Abstract As engineers increasingly rely on simulation models within

More information

LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA.

LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA. 12 th International LS-DYNA Users Conference FSI/ALE(1) LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA Part 1 Facundo Del

More information

Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body. Abstract

Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body. Abstract Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body George Wang (1 ), Kevin Gardner (3), Eric DeHoff (1), Facundo del Pin (2), Inaki Caldichoury (2), Edouard

More information

Simplified FE Simulation of Frontal Occupant Restraint Systems

Simplified FE Simulation of Frontal Occupant Restraint Systems 7 th European LS-DYNA Conference Simplified FE Simulation of Frontal Occupant Restraint Systems Richard Brown, David Coleman, Ian Bruce Jaguar Land Rover, Coventry, UK. Arup, Solihull, UK. Summary: The

More information

Assessing the Convergence Properties of NSGA-II for Direct Crashworthiness Optimization

Assessing the Convergence Properties of NSGA-II for Direct Crashworthiness Optimization 10 th International LS-DYNA Users Conference Opitmization (1) Assessing the Convergence Properties of NSGA-II for Direct Crashworthiness Optimization Guangye Li 1, Tushar Goel 2, Nielen Stander 2 1 IBM

More information

Large Scale Structural Optimization using GENESIS, ANSYS and the Equivalent Static Load Method

Large Scale Structural Optimization using GENESIS, ANSYS and the Equivalent Static Load Method Large Scale Structural Optimization using GENESIS, ANSYS and the Equivalent Static Load Method Hong Dong Vanderplaats Research & Development, Inc. 47100 Gardenbrook, Suite 115 Novi, MI 48375, USA Juan

More information

Simulation of Fuel Sloshing Comparative Study

Simulation of Fuel Sloshing Comparative Study 3. LS-DYNA Anwenderforum, Bamberg 2004 Netfreie Verfahren Simulation of Fuel Sloshing Comparative Study Matej Vesenjak 1, Heiner Müllerschön 2, Alexander Hummel 3, Zoran Ren 1 1 University of Maribor,

More information

LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence

LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence LS-DYNA s Linear Solver Development Phase 2: Linear Solution Sequence Allen T. Li 1, Zhe Cui 2, Yun Huang 2 1 Ford Motor Company 2 Livermore Software Technology Corporation Abstract This paper continues

More information

TV packaging optimization of the frontal drop impact using equivalent static loads

TV packaging optimization of the frontal drop impact using equivalent static loads 11 th World Congress on Structural and Multidisciplinary Optimisation 7-12, June 2015, Sydney Australia TV packaging optimization of the frontal drop impact using equivalent static loads Insik Han 1, Youngmyung

More information

DESIGN OPTIMISATION OF VEHICLE COMPONENTS FOR FULL FRONTAL CRASH By Pulkit Sharma Ram Mohan Telikicherla Sai Nizampatnam Viswanathan Parthasarathy

DESIGN OPTIMISATION OF VEHICLE COMPONENTS FOR FULL FRONTAL CRASH By Pulkit Sharma Ram Mohan Telikicherla Sai Nizampatnam Viswanathan Parthasarathy DESIGN OPTIMISATION OF VEHICLE COMPONENTS FOR FULL FRONTAL CRASH By Pulkit Sharma Ram Mohan Telikicherla Sai Nizampatnam Viswanathan Parthasarathy MAE-598-2016-TEAM 10 05/02/2016 ABSTRACT Vehicular passive

More information

--Niju Nair, Account manager

--Niju Nair, Account manager The content in this document is for viewing only. Reproduction in any form is not permissible. --Niju Nair, Account manager Contents - Possible solutions for the engineering & Optimization challenges.

More information

Design Optimization of Hydroformed Crashworthy Automotive Body Structures

Design Optimization of Hydroformed Crashworthy Automotive Body Structures Design Optimization of Hydroformed Crashworthy Automotive Body Structures Akbar Farahani a, Ronald C. Averill b, and Ranny Sidhu b a Engineering Technology Associates, Troy, MI, USA b Red Cedar Technology,

More information

Handling of large LS-Dyna Full Vehicle Crash Models with TECOSIM-advanced inhouse process Tools

Handling of large LS-Dyna Full Vehicle Crash Models with TECOSIM-advanced inhouse process Tools Handling of large LS-Dyna Full Vehicle Crash Models with TECOSIM-advanced inhouse process Tools D. Lopez, U. Jankowski, S. Oldenburg TECOSIM GmbH, Rüsselsheim, Germany Abstract: Based on several years

More information

Efficiency Improvement of Seat Belt Pull CAE Analysis by Technology and Process Changes

Efficiency Improvement of Seat Belt Pull CAE Analysis by Technology and Process Changes Efficiency Improvement of Seat Belt Pull CAE Analysis by Technology and Process Changes Ligong Pan, Sushanth Ramavath, Seung Hyun Jung, Luis Hernandez, Randall Frank Core CAE Methods, Digital Innovation,

More information

EPILYSIS. The new FEA solver

EPILYSIS. The new FEA solver EPILYSIS The new FEA solver The most promising and dynamically developed solver for our contemporary needs EPILYSIS serves as a contemporary solution in the field of Finite Element Analysis, embodying

More information

Dr.-Ing. Johannes Will CAD-FEM GmbH/DYNARDO GmbH dynamic software & engineering GmbH

Dr.-Ing. Johannes Will CAD-FEM GmbH/DYNARDO GmbH dynamic software & engineering GmbH Evolutionary and Genetic Algorithms in OptiSLang Dr.-Ing. Johannes Will CAD-FEM GmbH/DYNARDO GmbH dynamic software & engineering GmbH www.dynardo.de Genetic Algorithms (GA) versus Evolutionary Algorithms

More information

Facundo DEL PIN / Iñaki ÇALDICHOURY / Rodrigo PAZ / / Livermore Software Technology Corporation

Facundo DEL PIN / Iñaki ÇALDICHOURY / Rodrigo PAZ / / Livermore Software Technology Corporation LS-DYNA R R7 : Strong Fluid Structure Interaction (FSI) capabilities and associated meshing tools for the incompressible CFD solver (ICFD), applications and examples Facundo DEL PIN / Iñaki ÇALDICHOURY

More information

Simulating Reinforced Concrete Beam-Column Against Close-In Detonation using S-ALE Solver

Simulating Reinforced Concrete Beam-Column Against Close-In Detonation using S-ALE Solver Simulating Reinforced Concrete Beam-Column Against Close-In Detonation using S-ALE Solver Shih Kwang Tay, Roger Chan and Jiing Koon Poon Ministry of Home Affairs, Singapore 1 Abstract A 3-stage loading

More information

Performance of Implicit Solver Strategies on GPUs

Performance of Implicit Solver Strategies on GPUs 9. LS-DYNA Forum, Bamberg 2010 IT / Performance Performance of Implicit Solver Strategies on GPUs Prof. Dr. Uli Göhner DYNAmore GmbH Stuttgart, Germany Abstract: The increasing power of GPUs can be used

More information

Multi-Disciplinary Design of an Aircraft Landing Gear with Altair HyperWorks

Multi-Disciplinary Design of an Aircraft Landing Gear with Altair HyperWorks Multi-Disciplinary Design of an Aircraft Landing Gear with Altair HyperWorks Altair Engineering, October 2008 Introduction Task: To design an aircraft landing gear that meets design requirements of several

More information

A study of mesh sensitivity for crash simulations: comparison of manually and batch meshed models

A study of mesh sensitivity for crash simulations: comparison of manually and batch meshed models 4. LS-DYNA Anwenderforum, Bamberg 25 Modellierung A study of mesh sensitivity for crash simulations: comparison of manually and batch meshed models Marc Ratzel*, Paul Du Bois +, Lars A. Fredriksson*, Detlef

More information

VALIDATE SIMULATION TECHNIQUES OF A MOBILE EXPLOSIVE CONTAINMENT VESSEL

VALIDATE SIMULATION TECHNIQUES OF A MOBILE EXPLOSIVE CONTAINMENT VESSEL VALIDATE SIMULATION TECHNIQUES OF A MOBILE EXPLOSIVE CONTAINMENT VESSEL David Karlsson DYNAmore Nordic AB, Sweden KEYWORDS Hexa, Map, Explosive, LS-DYNA ABSTRACT A Mobile Explosive Containment Vessel (MECV)

More information

"The real world is nonlinear"... 7 main Advantages using Abaqus

The real world is nonlinear... 7 main Advantages using Abaqus "The real world is nonlinear"... 7 main Advantages using Abaqus FEA SERVICES LLC 6000 FAIRVIEW ROAD, SUITE 1200 CHARLOTTE, NC 28210 704.552.3841 WWW.FEASERVICES.NET AN OFFICIAL DASSAULT SYSTÈMES VALUE

More information

ALE and Fluid-Structure Interaction in LS-DYNA March 2004

ALE and Fluid-Structure Interaction in LS-DYNA March 2004 ALE and Fluid-Structure Interaction in LS-DYNA March 2004 Workshop Models 1. Taylor bar impact 2. One-dimensional advection test 3. Channel 4. Underwater explosion 5. Bar impacting water surface 6. Sloshing

More information

Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface

Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface IT / CAE Prozesse I Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface Korbetis Georgios BETA CAE Systems S.A., Thessaloniki, Greece Summary: Optimization techniques becomes

More information

Sizing Optimization for Industrial Applications

Sizing Optimization for Industrial Applications 11 th World Congress on Structural and Multidisciplinary Optimisation 07 th -12 th, June 2015, Sydney Australia Sizing Optimization for Industrial Applications Miguel A.A.S: Matos 1, Peter M. Clausen 2,

More information

Hierarchical topology and shape optimization of crash-loaded profile structures

Hierarchical topology and shape optimization of crash-loaded profile structures 10 th World Congress on Structural and Multidisciplinary Optimization May 19-24, 2013, Orlando, Florida, USA Hierarchical topology and shape optimization of crash-loaded profile structures Christopher

More information

MPI Optimizations via MXM and FCA for Maximum Performance on LS-DYNA

MPI Optimizations via MXM and FCA for Maximum Performance on LS-DYNA MPI Optimizations via MXM and FCA for Maximum Performance on LS-DYNA Gilad Shainer 1, Tong Liu 1, Pak Lui 1, Todd Wilde 1 1 Mellanox Technologies Abstract From concept to engineering, and from design to

More information

Development of MADYMO Models of Passenger Vehicles for Simulating Side Impact Crashes

Development of MADYMO Models of Passenger Vehicles for Simulating Side Impact Crashes SAE TECHNICAL PAPER SERIES 1999-01-2885 Development of MADYMO Models of Passenger Vehicles for Simulating Side Impact Crashes B. R. Deshpande, T. J. Gunasekar, V. Gupta and S. Jayaraman EASi S. M. Summers

More information

Simulating the Suspension Response of a High Performance Sports Car

Simulating the Suspension Response of a High Performance Sports Car Simulating the Suspension Response of a High Performance Sports Car Paul Burnham McLaren Automotive McLaren Technology Centre, Chertsey Road, Woking, Surrey, GU21 4YH paul.burnham@mclaren.com Abstract

More information

Preference-based Topology Optimization of Body-in-white Structures for Crash and Static Loads

Preference-based Topology Optimization of Body-in-white Structures for Crash and Static Loads Preference-based Topology Optimization of Body-in-white Structures for Crash and Static Loads Nikola Aulig 1, Emily Nutwell 2, Stefan Menzel 1, Duane Detwiler 3 1 Honda Research Institute Europe GmbH 2

More information

Manufacturing Simulation of an Automotive Hood Assembly

Manufacturing Simulation of an Automotive Hood Assembly 4 th European LS-DYNA Users Conference Metal Forming III Manufacturing Simulation of an Automotive Hood Assembly Authors: Chris Galbraith Metal Forming Analysis Corporation Centre for Automotive Materials

More information

Recent Developments and Roadmap Part 0: Introduction. 12 th International LS-DYNA User s Conference June 5, 2012

Recent Developments and Roadmap Part 0: Introduction. 12 th International LS-DYNA User s Conference June 5, 2012 Recent Developments and Roadmap Part 0: Introduction 12 th International LS-DYNA User s Conference June 5, 2012 1 Outline Introduction Recent developments. See the separate PDFs for: LS-PrePost Dummies

More information

Development of an Optimization Software System for Nonlinear Dynamics using the Equivalent Static Loads Method

Development of an Optimization Software System for Nonlinear Dynamics using the Equivalent Static Loads Method 10 th World Congress on Structural and Multidisciplinary Optimization May 19-24, 2013, Orlando, Florida, USA Development of an Optimization Software System for Nonlinear Dynamics using the Equivalent Static

More information

Vorstellung von LS-OPT Version 5 und Schnittstelle zu ANSA/µETA

Vorstellung von LS-OPT Version 5 und Schnittstelle zu ANSA/µETA Vorstellung von LS-OPT Version 5 und Schnittstelle zu ANSA/µETA Katharina Witowski kaw@dynamore.de DYNAmore GmbH Industriestraße 2 70565 Stuttgart http://www.dynamore.de 1 Outline Overview of methodologies

More information

LS-OPT Current development: A perspective on multi-level optimization, MOO and classification methods

LS-OPT Current development: A perspective on multi-level optimization, MOO and classification methods LS-OPT Current development: A perspective on multi-level optimization, MOO and classification methods Nielen Stander, Anirban Basudhar, Imtiaz Gandikota LSTC, Livermore, CA LS-DYNA Developers Forum, Gothenburg,

More information

Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching

Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching Fluid-structure Interaction by the mixed SPH-FE Method with Application to Aircraft Ditching Paul Groenenboom ESI Group Delft, Netherlands Martin Siemann German Aerospace Center (DLR) Stuttgart, Germany

More information

Spotweld Failure Prediction using Solid Element Assemblies. Authors and Correspondence: Abstract:

Spotweld Failure Prediction using Solid Element Assemblies. Authors and Correspondence: Abstract: Spotweld Failure Prediction using Solid Element Assemblies Authors and Correspondence: Skye Malcolm Honda R&D Americas Inc. Email smalcolm@oh.hra.com Emily Nutwell Altair Engineering Email enutwell@oh.hra.com

More information

Preloads in LS-DYNA. Introduction Analysis Techniques (General) Dynamic Relaxation. Explicit Implicit. Bolt Preload Techniques

Preloads in LS-DYNA. Introduction Analysis Techniques (General) Dynamic Relaxation. Explicit Implicit. Bolt Preload Techniques Preloads in LS-DYNA Introduction Analysis Techniques (General) Dynamic Relaxation Explicit Implicit Transient Explicit with Mass Damping Implicit Analysis Bolt Preload Techniques Thermal Interference Contact

More information

Agenda. 9:00 Welcome. 1:00 - Computing Utilities. 9:15 - Mechanical Demonstration. 1:30 - CFD Update. 3:00 Break 3:15 ANSYS Customization Toolkit

Agenda. 9:00 Welcome. 1:00 - Computing Utilities. 9:15 - Mechanical Demonstration. 1:30 - CFD Update. 3:00 Break 3:15 ANSYS Customization Toolkit Agenda 9:00 Welcome 1:00 - Computing Utilities Introductions HPC What is new at CAEA GPU 9:15 - Mechanical Demonstration CAD connection utilities (within the CAD API) Mechanical setup Rigid Bodies, Joints,

More information

Topology Optimization of an Engine Bracket Under Harmonic Loads

Topology Optimization of an Engine Bracket Under Harmonic Loads Topology Optimization of an Engine Bracket Under Harmonic Loads R. Helfrich 1, A. Schünemann 1 1: INTES GmbH, Schulze-Delitzsch-Str. 16, 70565 Stuttgart, Germany, www.intes.de, info@intes.de Abstract:

More information

Meta-model based optimization of spot-welded crash box using differential evolution algorithm

Meta-model based optimization of spot-welded crash box using differential evolution algorithm Meta-model based optimization of spot-welded crash box using differential evolution algorithm Abstract Ahmet Serdar Önal 1, Necmettin Kaya 2 1 Beyçelik Gestamp Kalip ve Oto Yan San. Paz. ve Tic. A.Ş, Bursa,

More information

Fast Tracking Rail Vehicle Design

Fast Tracking Rail Vehicle Design Fast Tracking Rail Vehicle Design Nigel Randell Senior Engineer Crash Safety, Bombardier Transportation UK Ltd Litchurch Lane, Derby, DE24 8AD, UK nigel.randell@uk.transport.bombardier.com Jérôme Rousseau

More information

Applications of structural optimisation to AIRBUS A380 powerplant configuration and pylon design

Applications of structural optimisation to AIRBUS A380 powerplant configuration and pylon design Applications of structural optimisation to AIRBUS A380 powerplant configuration and pylon design ABSTRACT 2001-122 Stéphane GRIHON AIRBUS 316, Route de Bayonne 31060 Toulouse CEDEX France stephane.grihon@airbus.aeromatra.com

More information

Example 24 Spring-back

Example 24 Spring-back Example 24 Spring-back Summary The spring-back simulation of sheet metal bent into a hat-shape is studied. The problem is one of the famous tests from the Numisheet 93. As spring-back is generally a quasi-static

More information

Sheet Metal Forming: Spring-back of hydro mechanical deep drawn parts

Sheet Metal Forming: Spring-back of hydro mechanical deep drawn parts 4 th European LS-DYNA Users Conference Metal Forming I Sheet Metal Forming: Spring-back of hydro mechanical deep drawn parts Authors: Jens Buchert, University of Applied Sciences, Aalen, Germany David

More information

Optimization to Reduce Automobile Cabin Noise

Optimization to Reduce Automobile Cabin Noise EngOpt 2008 - International Conference on Engineering Optimization Rio de Janeiro, Brazil, 01-05 June 2008. Optimization to Reduce Automobile Cabin Noise Harold Thomas, Dilip Mandal, and Narayanan Pagaldipti

More information

Webinar. Machine Tool Optimization with ANSYS optislang

Webinar. Machine Tool Optimization with ANSYS optislang Webinar Machine Tool Optimization with ANSYS optislang 1 Outline Introduction Process Integration Design of Experiments & Sensitivity Analysis Multi-objective Optimization Single-objective Optimization

More information

Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA

Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA INTRODUCTION: Jingxiao Xu, Jason Wang LSTC Heat transfer is very important in many industrial and geophysical problems. Many

More information

ANSYS/LS-Dyna. Workbench Using. Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, CAE Associates

ANSYS/LS-Dyna. Workbench Using. Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, CAE Associates ANSYS/LS-Dyna Customization in Workbench Using ACT Steven Hale Senior Engineering Manager CAE Associates, Inc. June 13, 2013 2013 CAE Associates CAE Associates CAE Associates is an engineering services

More information

Recent Developments in LS-DYNA II

Recent Developments in LS-DYNA II 9. LS-DYNA Forum, Bamberg 2010 Keynote-Vorträge II Recent Developments in LS-DYNA II J. Hallquist Livermore Software Technology Corporation A - II - 7 Keynote-Vorträge II 9. LS-DYNA Forum, Bamberg 2010

More information

Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet

Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet Mahesha J 1, Prashanth A S 2 M.Tech Student, Machine Design, Dr. A.I.T, Bangalore, India 1 Asst. Professor, Department of Mechanical

More information

A Coupled 3D/2D Axisymmetric Method for Simulating Magnetic Metal Forming Processes in LS-DYNA

A Coupled 3D/2D Axisymmetric Method for Simulating Magnetic Metal Forming Processes in LS-DYNA A Coupled 3D/2D Axisymmetric Method for Simulating Magnetic Metal Forming Processes in LS-DYNA P. L Eplattenier *, I. Çaldichoury Livermore Software Technology Corporation, Livermore, CA, USA * Corresponding

More information

A New Method for CrachFEM Damage Parameter Calculation & Transfer from Autoform to LS-Dyna

A New Method for CrachFEM Damage Parameter Calculation & Transfer from Autoform to LS-Dyna A New Method for CrachFEM Damage Parameter Calculation & Transfer from Autoform to LS-Dyna 8th European LS-DYNA Users Conference May 23 rd 24 th 2011 Strasbourg Michael Buckley Technical Specialist Jaguar

More information

Analysis Comparison between CFD and FEA of an Idealized Concept V- Hull Floor Configuration in Two Dimensions

Analysis Comparison between CFD and FEA of an Idealized Concept V- Hull Floor Configuration in Two Dimensions 2010 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 17-19 DEARBORN, MICHIGAN Analysis Comparison between CFD

More information

Open source software tools for powertrain optimisation

Open source software tools for powertrain optimisation Open source software tools for powertrain optimisation Paolo Geremia Eugene de Villiers TWO-DAY MEETING ON INTERNAL COMBUSTION ENGINE SIMULATIONS USING OPENFOAM TECHNOLOGY 11-12 July, 2011 info@engys.eu

More information

Tube stamping simulation for the crossmember of rear suspension system

Tube stamping simulation for the crossmember of rear suspension system Tube stamping simulation for the crossmember of rear suspension system G. Borgna A. Santini P. Monchiero Magneti Marelli Suspension Systems Abstract: A recent innovation project at Magneti Marelli Suspension

More information

An explicit feature control approach in structural topology optimization

An explicit feature control approach in structural topology optimization th World Congress on Structural and Multidisciplinary Optimisation 07 th -2 th, June 205, Sydney Australia An explicit feature control approach in structural topology optimization Weisheng Zhang, Xu Guo

More information

Abstract for a paper to be presented at the 3. LS-Dyna Forum Bamberg/ Germany

Abstract for a paper to be presented at the 3. LS-Dyna Forum Bamberg/ Germany Abstract for a paper to be presented at the 3. LS-Dyna Forum Bamberg/ Germany Title: Creating Processes for CAE Automation Authors from Tecosim GmbH Germany Dipl. Ing. Udo Jankowski TECOSIM GmbH Im Eichsfeld

More information

CHAPTER 4 CFD AND FEA ANALYSIS OF DEEP DRAWING PROCESS

CHAPTER 4 CFD AND FEA ANALYSIS OF DEEP DRAWING PROCESS 54 CHAPTER 4 CFD AND FEA ANALYSIS OF DEEP DRAWING PROCESS 4.1 INTRODUCTION In Fluid assisted deep drawing process the punch moves in the fluid chamber, the pressure is generated in the fluid. This fluid

More information

Introduction of Optimization Tools in BIW Design

Introduction of Optimization Tools in BIW Design Introduction of Optimization Tools in BIW Design Himanshu Shekhar Deputy Manager, Maruti Suzuki India Ltd, Palam Gurgaon Road, Gurgaon. Vimal Kumar Deputy Manager, Maruti Suzuki India Ltd, Palam Gurgaon

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

Targeting Composite Wing Performance Optimising the Composite Lay-Up Design

Targeting Composite Wing Performance Optimising the Composite Lay-Up Design Targeting Composite Wing Performance Optimising the Composite Lay-Up Design Sam Patten Optimisation Specialist, Altair Engineering Ltd Imperial House, Holly Walk, Royal Leamington Spa, CV32 4JG sam.patten@uk.altair.com

More information

Finite Element simulations of the manufacturing of a sheet metal part

Finite Element simulations of the manufacturing of a sheet metal part Finite Element simulations of the manufacturing of a sheet metal part Mikael Schill 10.1.2014 Finite Element simulations of the manufacturing of a sheet metal part Summary This Report presents a summary

More information

(Based on a paper presented at the 8th International Modal Analysis Conference, Kissimmee, EL 1990.)

(Based on a paper presented at the 8th International Modal Analysis Conference, Kissimmee, EL 1990.) Design Optimization of a Vibration Exciter Head Expander Robert S. Ballinger, Anatrol Corporation, Cincinnati, Ohio Edward L. Peterson, MB Dynamics, Inc., Cleveland, Ohio David L Brown, University of Cincinnati,

More information

Flexible Body Suspension System Modeling and Simulation Using MD Nastran SOL700 in VPG Environment

Flexible Body Suspension System Modeling and Simulation Using MD Nastran SOL700 in VPG Environment 9 th International LS-DYNA Users Conference Crash/Safety (4) Flexible Body Suspension System Modeling and Simulation Using SOL700 in VPG Environment Casey Heydari, Ted Pawela MSC.Software Corporation Santa

More information

Crashbox Tutorial. In this tutorial the focus is on modeling a Formula Student Racecar Crashbox with HyperCrash 12.0

Crashbox Tutorial. In this tutorial the focus is on modeling a Formula Student Racecar Crashbox with HyperCrash 12.0 Crashbox Tutorial In this tutorial the focus is on modeling a Formula Student Racecar Crashbox with HyperCrash 12.0 (Written by Moritz Guenther, student at Altair Engineering GmbH) 1 HyperMesh* 1. Start

More information

AUTOMATED POST PROCESSING OF MULTIMODEL OPTIMISATION DATA

AUTOMATED POST PROCESSING OF MULTIMODEL OPTIMISATION DATA Markus Schemat, BMW Group AUTOMATED POST PROCESSING OF MULTIMODEL OPTIMISATION DATA 9 TH ALTAIR UK TECHNOLOGY CONFERENCE STRATFORD MANOR 2015 OPTIMISATION IN THE PRODUCT DESIGN PHASE Design freedom Architecture

More information

Industrial finite element analysis: Evolution and current challenges. Keynote presentation at NAFEMS World Congress Crete, Greece June 16-19, 2009

Industrial finite element analysis: Evolution and current challenges. Keynote presentation at NAFEMS World Congress Crete, Greece June 16-19, 2009 Industrial finite element analysis: Evolution and current challenges Keynote presentation at NAFEMS World Congress Crete, Greece June 16-19, 2009 Dr. Chief Numerical Analyst Office of Architecture and

More information

Engineering Analysis

Engineering Analysis Engineering Analysis with SOLIDWORKS Simulation 2018 Paul M. Kurowski SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

Multi-scale Material Modeling Applied from Specimen to Full Car Level using LS-DYNA

Multi-scale Material Modeling Applied from Specimen to Full Car Level using LS-DYNA Multi-scale Material Modeling Applied from Specimen to Full Car Level using LS-DYNA Sylvain Calmels e-xstream Engineering Abstract Tomorrow s vehicles architectures will involve an increasing number of

More information

CODE Product Solutions

CODE Product Solutions CODE Product Solutions Simulation Innovations Glass Fiber Reinforced Structural Components for a Group 1 Child Harold van Aken About Code Product Solutions Engineering service provider Specialised in Multiphysics

More information

LS-DYNA s Linear Solver Development Phase1: Element Validation Part II

LS-DYNA s Linear Solver Development Phase1: Element Validation Part II LS-DYNA s Linear Solver Development Phase1: Element Validation Part II Allen T. Li 1, Zhe Cui 2, Yun Huang 2 1 Ford Motor Company 2 Livermore Software Technology Corporation Abstract This paper continues

More information

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems

Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems George Wang(1 ), Facundo del Pin(2), Inaki Caldichoury (2), Prince Rodriguez(3), Jason Tippie

More information

Offshore Platform Fluid Structure Interaction (FSI) Simulation

Offshore Platform Fluid Structure Interaction (FSI) Simulation Offshore Platform Fluid Structure Interaction (FSI) Simulation Ali Marzaban, CD-adapco Murthy Lakshmiraju, CD-adapco Nigel Richardson, CD-adapco Mike Henneke, CD-adapco Guangyu Wu, Chevron Pedro M. Vargas,

More information

HyperCrash. A highly-tuned modeling environment for crash analysis and safety evaluation in the HyperWorks simulation framework

HyperCrash. A highly-tuned modeling environment for crash analysis and safety evaluation in the HyperWorks simulation framework HyperCrash A highly-tuned modeling environment for crash analysis and safety evaluation in the HyperWorks simulation framework Christian Alscher, Giuseppe Resta Altair, Böblingen/Troy, Germany/USA Summary:

More information

2008 International ANSYS Conference

2008 International ANSYS Conference 2008 International ANSYS Conference FEM AND FSI SIMULATIONS OF IMPACT LOADS ON GRP SUBSEA COMPOSITE COVERS Kjetil Rognlien, MSc Technical Consultant EDR AS, Norway 2008 ANSYS, Inc. All rights reserved.

More information

Coupled Analysis of FSI

Coupled Analysis of FSI Coupled Analysis of FSI Qin Yin Fan Oct. 11, 2008 Important Key Words Fluid Structure Interface = FSI Computational Fluid Dynamics = CFD Pressure Displacement Analysis = PDA Thermal Stress Analysis = TSA

More information

USAGE OF ANSA S AUTOMATED VOLUME MESHING-METHODS IN THE RAPID PRODUCT DEVELOPMENT PROCESS OF DIESEL ENGINES

USAGE OF ANSA S AUTOMATED VOLUME MESHING-METHODS IN THE RAPID PRODUCT DEVELOPMENT PROCESS OF DIESEL ENGINES USAGE OF ANSA S AUTOMATED VOLUME MESHING-METHODS IN THE RAPID PRODUCT DEVELOPMENT PROCESS OF DIESEL ENGINES Günther Pessl *, Dr. Robert Ehart, Gerwin Bumberger BMW Motoren GmbH, Austria KEYWORDS - ANSA,

More information

CAE Workflow Coupling Stamping and Impact Simulations

CAE Workflow Coupling Stamping and Impact Simulations 13 th International LS-DYNA Users Conference Session: Metal Forming CAE Workflow Coupling Stamping and Impact Simulations Henry Shibayama, Rohit Ramanna, Sri Rama Murty Arepalli, Arthur Camanho ESI South

More information

META Post Toolbars. Introduction

META Post Toolbars. Introduction META Post Toolbars Introduction The modern CAE processes require the use of software that can assist in meeting strict deadlines and offer increased level of automation. Moreover, the CAE processes often

More information

GENESIS Structural Optimization Software: Current and Upcoming New Features

GENESIS Structural Optimization Software: Current and Upcoming New Features 2014 VR&D Design Optimization Users Conference Portola Plaza, Monterey, CA GENESIS Structural Optimization Software: Current and Upcoming New Features Juan Pablo Leiva Vanderplaats Research & Development,

More information

A Topology Optimization Interface for LS-Dyna

A Topology Optimization Interface for LS-Dyna A Topology Optimization Interface for LS-Dyna Dipl.-Ing. Nikola Aulig 1, Dr.- Ing. Ingolf Lepenies 2 Optimizer LS-Dyna 1 nikola.aulig@honda-ri.de Honda Research Institute Europe GmbH, Carl-Legien-Straße

More information

Advanced Results Databases Compression Techniques to Allow their Efficient Use in Results Data Management Systems

Advanced Results Databases Compression Techniques to Allow their Efficient Use in Results Data Management Systems Advanced Results Databases Compression Techniques to Allow their Efficient Use in Results Data Management Systems Antonis Perifanis 1, Stelios Karapantazis 1, Dimitrios Krontsos 1 1 BETA CAE Systems S.A.

More information