ASSOCIATIVE SIZING OF AERONAUTICAL STRUCTURES FROM CATIA V5 TO SAMCEF : APPLICATIONS TO STATIC AND BIRD IMPACT ANALYSES

Size: px
Start display at page:

Download "ASSOCIATIVE SIZING OF AERONAUTICAL STRUCTURES FROM CATIA V5 TO SAMCEF : APPLICATIONS TO STATIC AND BIRD IMPACT ANALYSES"

Transcription

1 ASSOCIATIVE SIZING OF AERONAUTICAL STRUCTURES FROM CATIA V5 TO SAMCEF : APPLICATIONS TO STATIC AND BIRD IMPACT ANALYSES A.P. Gonze & J. Verstuyft SONACA S.A. Abstract : This paper presents an associative chain performing the structural sizing of aeronautical structures. Starting points are a Catia V5 Digital Mock Up parametrized or not, load data s defined in Excel sheets and a material data base. From these inputs, macro s are used to build SAMCEF data files, to launch FEM analyses and to write Word result reports. These tools allow to study various aeronautical structures under different solicitations (pressure, temperature, prescribed deformations, bird impact). Methods have been developed in order to build linear (Asef), static non-linear (Mecano) or explicit (Plexus) analyses in a user friendly in-house tool box interfaced with CATIA V5 for geometry and FEM mesh definition. 1. INTRODUCTION The general principle of the work presented here is to build an application around the knowledge and not around a tool. A lot of specific tools are used for the structural sizing of aeronautical structures: Catia V5 for the digital mock up, SAMCEF for Finite Element Analyses, Word for reports, Excel sheets for load definition, in-house tools for stressing. The idea of the application presented here is to keep a strong associativity with the Digital Mock Up using specific tools with as less as possible modifications. An other important guideline is to build a modular tool in order to be able to replace as easily as possible a box by another. All information must be unique and available easily everywhere by all boxes constituting the sizing chain. Finally, the integration of report aspects has been taken into account. The concept is based on the definition of an exchange format as simple as possible in order to connect various old or new programs without a lot of modifications. Two tools are used to power the application. Fempad is used to write procedures ( script-like ), to extract FEM results ( samres-like ) and to make variable manipulations or computations ( Excel-like ) in a unique language. FEMWORD is used to generate certification reports (Word or HTML) and to write program data files (see Figure 1). FEMWORD allows to parametrize any program performing the fusion between a template file (file in which you find no value but keywords representing the latter and 9 th SAMTECH Users Conference /6

2 some commands allowing to make loops, tests, ) and a neutral file (file in which you identify the links between the keywords and the values). UFigure 1 : Femword principle These tools allow to build an in-house application fully associative chaining specific high performance software (commercial or in-house) from the digital mock up to certification reports. Current application is divided in four macro s: Generation of FE models Generation of loads Launch FEM analyses Postprocessing 2. FROM CATIA V5 DMU TO SAMCEF MODELS Two kind of models are generated. Firstly, each part are meshed separately and assembled by rivets. These rivets are modelled by bushing elements. The two bushing ends are mapped on shell elements that are to be assembled (Figure 2). Contact between parts is also taken into account. Secondly and more classically, all parts of the structure are modelled with common nodes using volumes, shell and beam elements. These approaches can be mixed. A structure can be made of separated parts and subassemblies with common nodes. UFigure 2: Rivet modelling Figure 3 illustrates the generation of a FE model. A first step is performed in Catia. A surface idealisation is associated to each 3D Catia V5 part. This idealisation can be parametrized like the 3D part. The second step consists to mesh surface idealisations in Catia. Finally, with the help of a CAA development each mesh part is exported into a neutral file containing the mesh definition: nodes, elements, groups and properties. On a second hand, the points constituting the riveting assembly are exported into a neutral file. All these operations are performed in Catia V5 environment and consequently can take the advantages of Catia parametrization if necessary. For a unique model, a nonparametrized approach can be less time consuming. 9 th SAMTECH Users Conference /6

3 The second step is performed by macro s. An Excel sheet contains the description of the assembly. The sheet contains two kinds of information: The part description: list of parts to assemble, part materials (linear, plastic, composite), an optional redefinition of thicknesses, the part colour,. Materials are addressed by their names (2024T42 for example). The real values of material parameters (Young modulus, ) are defined in a neutral material database. The part interactions: rivet properties, interactions between two Catia groups (contact, strut, lug, ). The user defines the interaction and some assembly properties depending on the interaction type (rivet type, strut area, lug stiffness, ) but the finite element modelling is not user dependent. For example, user will define the rivet type and automatically the bushing stiffnesses will be computed by specific rules like Gruman one taking into account shell thickness and rivet type. It works like SAMCEF macro commands but for more specific applications or for inexistent SAMCEF macro. A major advantage of this approach is that the FE modelling is not user dependent and that the modelling principles can be written by a method team ensuring standard models for standardized parts (higher quality and faster availability inside project teams ). From the model Excel sheet, from the neutral files (meshes, rivets and properties) and from template data files, a macro generates a Bacon data file. Note that other types of data files (Plexus, Nastran, ) can be generated if template data files are modified and if the FE modelling is adapted. Last but not least, an associative modelling report is created using a macro and a FEMWORD template. Figure 4 illustrates this approach on a structure modelled without rivets. So with a unique Fempad macro it is theoretically possible to generated equivalent data files for different solvers. This process is associative to the Catia V5 CAD, independent on the user, the reactivity with respect to project needs is high and the user has not to know the syntax of the solver. 9 th SAMTECH Users Conference /6

4 3D 2.5D Mesh Riveting Assy Mesh file Rivet file MACRO s Material file Figure 3: FE model procedure Figure 4: Global channel 9 th SAMTECH Users Conference /6

5 3. FROM EXCEL LOADS TO SAMCEF DATA FILES Mesh file MACRO s Figure 5: Load generation Several types of boundary conditions are taken into account: pressure, temperature and imposed displacements (or deformation). The number of cases to process can be as high as several hundreds. Load data s come from an external source and conveniently these data s are summarized in Excel sheets. macro s extract load information from the sheets and mesh information from neutral mesh data files. A procedure creates SAMCEF data files containing element groups and pressure or temperature mappings. A specific macro command is written to impose a mapped deformation on two groups of nodes coming from Catia. A complex system of elements (rigid bodies, distance sensors, ) is automatically written to impose properly the deformation. 4. FEM ANALYSES MACRO Figure 6: Run procedure Figure 6 shows the procedure to launch computations. Loadcases are defined in an Excel sheet by combination of temperature, pressure and deformation cases. Safety factors are associated to each case and type of case (limit or ultimate) is described. 9 th SAMTECH Users Conference /6

6 Finally the type of analysis can be linear or non-linear. From these management data s and from SAMCEF data files containing the mesh and the boundary conditions, a macro launch all required analyses and organize the result files by directories. 5. FROM FEM RESULTS TO WORD REPORTS MACRO Figure 7: Postprocessing procedures Figure 7 shows the postprocessing of FEM results. Postprocessing procedures and associated report templates are written by the method team. User selects in a sheet the postprocessing that are to be performed. Using the Samres functionality of, results are extracted and processed to compute reserve factors. A Word report is created on the basis of the template file. 6. SOME INDUSTRIAL APPLICATIONS Some static and dynamic applications (bird impact) will be presented. 7. CONCLUSIONS This paper presents an integrated structural analysis application including a FE modelling strongly associative to a Catia V5 Digital Mock Up. There is not the least break of associativity between data s (DMU and Excel data s) and results (Word reports). Priority has been given more to associativity than interactivity. Not any specific knowledge of specific tools is necessary (syntax, FE modelling, ). The application has been programmed using Fempad and Femword tools. This software allows to write easily procedures covering all needs ( Script-like, Excel-like, Samres-like ) with an unique langage. It allows to manage any kind of programs if they can be run in batch with formatted input files. This software provide a very powerful tool to automate process and to accumulate the knowledge. The easiness to access every information everywhere is also a key point. 9 th SAMTECH Users Conference /6

For Structural analysis, Thermal analysis, Mechanisms simulation and other Fields

For Structural analysis, Thermal analysis, Mechanisms simulation and other Fields What is SAMCEF Field? An Integrated Environment for CAE Modeling, Analysis and Results processing For Structural analysis, Thermal analysis, Mechanisms simulation and other Fields SAMTECH s.a. - www.samcef.com

More information

The new HyperMesh - Samcef interface.

The new HyperMesh - Samcef interface. The new HyperMesh - Samcef interface. Deployment and industrial applications at Eurocopter. Ronan PITOIS Dynamic systems dpt. Presentation plan Eurocopter overview Stress computation performed in Eurocopter

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

SAMCEF for ROTORS. Chapter 3.2: Rotor modeling. This document is the property of SAMTECH S.A. MEF A, Page 1

SAMCEF for ROTORS. Chapter 3.2: Rotor modeling. This document is the property of SAMTECH S.A. MEF A, Page 1 SAMCEF for ROTORS Chapter 3.2: Rotor modeling This document is the property of SAMTECH S.A. MEF 101-03-2-A, Page 1 Table of contents Introduction Introduction 1D Model 2D Model 3D Model 1D Models: Beam-Spring-

More information

GEOMETRY-BASED VIRTUAL MODEL VARIANTS FOR SHAPE OPTIMIZATION AND CAD REFEED

GEOMETRY-BASED VIRTUAL MODEL VARIANTS FOR SHAPE OPTIMIZATION AND CAD REFEED GEOMETRY-BASED VIRTUAL MODEL VARIANTS FOR SHAPE OPTIMIZATION AND CAD REFEED *Dr. Werner Pohl, ** Prof. Dr. Klemens Rother *Fast Concept Modelling & Simulation (FCMS) GmbH, Munich, Germany, **University

More information

The Role of Finite Element Analysis in Light Aircraft Design and Certification

The Role of Finite Element Analysis in Light Aircraft Design and Certification The Role of Finite Element Analysis in Light Aircraft Design and Certification Nigel Bamber Wey Valley Aeronautics Ltd www.weyvalleyaero.co.uk Engineering Consultancy Civil and Military Aerospace and Motorsport

More information

First Order Analysis for Automotive Body Structure Design Using Excel

First Order Analysis for Automotive Body Structure Design Using Excel Special Issue First Order Analysis 1 Research Report First Order Analysis for Automotive Body Structure Design Using Excel Hidekazu Nishigaki CAE numerically estimates the performance of automobiles and

More information

Overcoming Data Translation Issues Using SimDesigner Enterprise Gateway

Overcoming Data Translation Issues Using SimDesigner Enterprise Gateway Overcoming Data Translation Issues Using SimDesigner Enterprise Gateway Van N. Eidom Engineer Specialist Aircraft Braking Systems Corporation Introduction This presentation demonstrates how the SimDesigner

More information

USING ANSA FOR AUTOMATED FE-MODELING OF TURBOCHARGER HOUSINGS

USING ANSA FOR AUTOMATED FE-MODELING OF TURBOCHARGER HOUSINGS USING ANSA FOR AUTOMATED FE-MODELING OF TURBOCHARGER HOUSINGS 1 Dirk Dreissig *, 2 Dr. Frank Kruse 1 LASSO Ingenieurgesellschaft mbh, Germany, 2 BorgWarner Turbo Systems Engineering GmbH, Germany KEYWORDS

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

Product Synthesis. DMU - Engineering Analysis Review 2 (ANR) CATIA V5R18

Product Synthesis. DMU - Engineering Analysis Review 2 (ANR) CATIA V5R18 Product Synthesis DMU - Engineering Analysis Review 2 (ANR) CATIA V5R18 Product Synthesis DMU - Engineering Analysis Review Provide an easy-to-use capability to visualize and perform DMU reviews of Engineering

More information

Mathematical simulation of riveting process

Mathematical simulation of riveting process Mathematical simulation of riveting process Author: Margarita Kovtun E-mail: margarita_kovtun@inbox.ru Introduction he theme of this report arose in the context of the project which results from the cooperation

More information

SAMCEF MECANO FlexDyn: Market analysis

SAMCEF MECANO FlexDyn: Market analysis SAMCEF MECANO FlexDyn: Market analysis Sebastien GOHY 1 - ASD Competence Center - 2011 SAMCEF Mecano Flexdyn: Market analysis SAMCEF Mecano: Reminder Mecano Structure Classical NL FEM Cf Abaqus, MSC Marc

More information

Reduction of Finite Element Models for Explicit Car Crash Simulations

Reduction of Finite Element Models for Explicit Car Crash Simulations Reduction of Finite Element Models for Explicit Car Crash Simulations K. Flídrová a,b), D. Lenoir a), N. Vasseur b), L. Jézéquel a) a) Laboratory of Tribology and System Dynamics UMR-CNRS 5513, Centrale

More information

PTC Creo Simulate. Features and Specifications. Data Sheet

PTC Creo Simulate. Features and Specifications. Data Sheet PTC Creo Simulate PTC Creo Simulate gives designers and engineers the power to evaluate structural and thermal product performance on your digital model before resorting to costly, time-consuming physical

More information

FINITE ELEMENT ANALYSIS OF A COMPOSITE CATAMARAN

FINITE ELEMENT ANALYSIS OF A COMPOSITE CATAMARAN NAFEMS WORLD CONGRESS 2013, SALZBURG, AUSTRIA FINITE ELEMENT ANALYSIS OF A COMPOSITE CATAMARAN Dr. C. Lequesne, Dr. M. Bruyneel (LMS Samtech, Belgium); Ir. R. Van Vlodorp (Aerofleet, Belgium). Dr. C. Lequesne,

More information

Simcenter 3D Engineering Desktop

Simcenter 3D Engineering Desktop Simcenter 3D Engineering Desktop Integrating geometry and FE modeling to streamline the product development process Benefits Speed simulation processes by up to 70 percent Increase product quality by rapidly

More information

DURABILITY ADD-ONS FOR ANSA AND µeta

DURABILITY ADD-ONS FOR ANSA AND µeta DURABILITY ADD-ONS FOR ANSA AND µeta Dr. Dietmar Fels Ford Werke GmbH / Germany KEYWORDS Durability, Scripting, Pre and Postprocessing ABSTRACT - The functionality of ANSA and µeta has reached an outstanding

More information

Integrated FEM-based. package for Fatigue and Damage Tolerance - SAFE

Integrated FEM-based. package for Fatigue and Damage Tolerance - SAFE Integrated FEM-based package for Fatigue and Damage Tolerance - SAFE Emmanuelle ALIOS Jean-Pascal KLEINERMANN 1 Content Introduction Airbus France tool : SAFE General overview Assessment of initiation

More information

APPLICATION OF STRUCTURAL OPTIMISATION WITH BOSS QUATTRO TO A380 RIB1 OPTIMISATION

APPLICATION OF STRUCTURAL OPTIMISATION WITH BOSS QUATTRO TO A380 RIB1 OPTIMISATION December 2003 FENet Presented by Ghislaine MALHERBE (SAMTECH France) Collaboration with Stéphane Grihon ESANT - (AIRBUS France) Cesare CRUCCAS (SAMTECH France) APPLICATION OF STRUCTURAL OPTIMISATION WITH

More information

SIMULATION CAPABILITIES IN CREO

SIMULATION CAPABILITIES IN CREO SIMULATION CAPABILITIES IN CREO Enhance Your Product Design with Simulation & Using digital prototypes to understand how your designs perform in real-world conditions is vital to your product development

More information

Finite Element Analysis Using Creo Simulate 4.0

Finite Element Analysis Using Creo Simulate 4.0 Introduction to Finite Element Analysis Using Creo Simulate 4.0 Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following

More information

Modelling Flat Spring Performance Using FEA

Modelling Flat Spring Performance Using FEA Modelling Flat Spring Performance Using FEA Blessing O Fatola, Patrick Keogh and Ben Hicks Department of Mechanical Engineering, University of Corresponding author bf223@bath.ac.uk Abstract. This paper

More information

ABOUT FEATURES OF SIMULATION MODULE IN SOLIDWORKS

ABOUT FEATURES OF SIMULATION MODULE IN SOLIDWORKS ABOUT FEATURES OF SIMULATION MODULE IN SOLIDWORKS prof.phd.eng. Cătălin IANCU Engineering and Sustainable Development Faculty, C-tin Brâncuşi Univ. of Tg-Jiu, ciancu@utgjiu.ro Abstract: In this paper are

More information

Finite element method - tutorial no. 1

Finite element method - tutorial no. 1 Martin NESLÁDEK Faculty of mechanical engineering, CTU in Prague 11th October 2017 1 / 22 Introduction to the tutorials E-mail: martin.nesladek@fs.cvut.cz Room no. 622 (6th floor - Dept. of mechanics,

More information

NX Advanced FEM. fact sheet

NX Advanced FEM. fact sheet Advanced FEM fact sheet www.ugs.com Summary Advanced FEM is a comprehensive multi-cad finite element modeling and results visualization product that is designed to meet the needs of experienced CAE analysts.

More information

Customisation and Automation using the LUSAS Programmable Interface (LPI)

Customisation and Automation using the LUSAS Programmable Interface (LPI) Customisation and Automation using the LUSAS Programmable Interface (LPI) LUSAS Programmable Interface The LUSAS Programmable Interface (LPI) allows the customisation and automation of modelling and results

More information

The following information describes how the model is defined in Samcef Field.

The following information describes how the model is defined in Samcef Field. Exercise 6: Chaining Description Modal analysis after an implicit non-linear computation Data files : Chaining.sfield Analysis type : Implicit non-linear Chaining with Modal analysis Elements : volume

More information

Overview of the MAESTRO System

Overview of the MAESTRO System Overview of the MAESTRO System 1 Historical Highlights Early Stages of Development and Fielding Professor Owen Hughes conceived and developed MAESTRO Wrote and published (Wylie/SNAME) textbook Ship Structural

More information

Application to Vehicles Dynamics. Taking into account local non linearity in MBS models. This document is the property of SAMTECH S.A.

Application to Vehicles Dynamics. Taking into account local non linearity in MBS models. This document is the property of SAMTECH S.A. Application to Vehicles Dynamics Taking into account local non linearity in MBS models This document is the property of SAMTECH S.A. Page 1 Tables of contents Introduction SAMTECH Expertise SAMTECH Methodology

More information

NX Advanced FEM. Benefits

NX Advanced FEM. Benefits Advanced FEM fact sheet Siemens PLM Software www.siemens.com/plm Summary Advanced FEM software is a comprehensive multi-cad finite element modeling and results visualization product that is designed to

More information

Simcenter 3D Structures

Simcenter 3D Structures Simcenter 3D Structures Integrating FE modeling and simulation streamlines product development Benefits Speed simulation processes by up to 70 percent Perform accurate, reliable structural analysis with

More information

DESIGN & ANALYSIS OF CONNECTING ROD OF FORMING AND CUTTING DIE PILLAR STATION OF VACUUM FORMING MACHINE

DESIGN & ANALYSIS OF CONNECTING ROD OF FORMING AND CUTTING DIE PILLAR STATION OF VACUUM FORMING MACHINE Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 3, No. 3, July, 2014 2014 IJMERR. All Rights Reserved DESIGN & ANALYSIS OF CONNECTING ROD OF FORMING AND CUTTING DIE PILLAR STATION OF VACUUM FORMING MACHINE

More information

BETA. CAE data and process management. ANSA Data Management ANSA Task Manager. CAE Systems SA

BETA. CAE data and process management. ANSA Data Management ANSA Task Manager. CAE Systems SA BETA CAE Systems SA CAE data and process management ANSA Data Management ANSA Task Manager 28 June 2010 Overview 1. Motivation and objectives 2. ANSA Data Management for CAE data organization 3. Assembly

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

Optimization in the Abaqus Environment Using TOSCA

Optimization in the Abaqus Environment Using TOSCA Optimization in the Abaqus Environment Using TOSCA Luca Furbatto, Giovanni Di Lorenzo and Claus B.W. Pedersen Luca Furbatto and Giovanni Di Lorenzo (McLaren Racing), Claus B.W. Pedersen (FE-Design GmbH)

More information

DEFINITION AND PARAMETERIZATION OF A TASK MANAGER PROCESS WORKFLOW, APPLIED ON THE GENERATION OF AN ABAQUS LOADCASE

DEFINITION AND PARAMETERIZATION OF A TASK MANAGER PROCESS WORKFLOW, APPLIED ON THE GENERATION OF AN ABAQUS LOADCASE Session H2.6 DEFINITION AND PARAMETERIZATION OF A TASK MANAGER PROCESS WORKFLOW, APPLIED ON THE GENERATION OF AN ABAQUS LOADCASE Stelios Seitanis *, Michalis Giannakidis BETA CAE Systems S. A., Greece

More information

BUCKLING AND POSTBUCKLING ANALYSIS OF A CFRP STIFFENED PANEL FOR A BETTER MATERIAL EXPLOITATION

BUCKLING AND POSTBUCKLING ANALYSIS OF A CFRP STIFFENED PANEL FOR A BETTER MATERIAL EXPLOITATION BUCKLING AND POSTBUCKLING ANALYSIS OF A CFRP STIFFENED PANEL FOR A BETTER MATERIAL EXPLOITATION Richard DEGENHARDT 1 Jean-Pierre DELSEMME 2 1 DLR, Institute of Structural Mechanics, Braunschweig, Germany

More information

ANSYS Customization. Mechanical and Mechanical APDL. Eric Stamper. Presented by CAE Associates

ANSYS Customization. Mechanical and Mechanical APDL. Eric Stamper. Presented by CAE Associates ANSYS Customization Mechanical and Mechanical APDL Presented by Eric Stamper 2011 CAE Associates Introduction CAE Associates Inc. Engineering consulting firm since 1981. ANSYS consulting, custom software

More information

Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench

Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench Course Curriculum (Duration: 120 Hrs.) Section I: ANSYS Mechanical APDL Chapter 1: Before you start using ANSYS a. Introduction to

More information

Assignment 2 Simulation and modeling, Spring 2010

Assignment 2 Simulation and modeling, Spring 2010 Assignment 2 Simulation and modeling, Spring 2010 1 Background The consultant company B&W (Besser & Wisser) AB has decided to develop an in-house FEcode. With this code the company intends to offer their

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

Stress analysis of toroidal shell

Stress analysis of toroidal shell Stress analysis of toroidal shell Cristian PURDEL*, Marcel STERE** *Corresponding author Department of Aerospace Structures INCAS - National Institute for Aerospace Research Elie Carafoli Bdul Iuliu Maniu

More information

Nastran In-CAD: Understanding Data Conversion, Data Type, and Contour Type

Nastran In-CAD: Understanding Data Conversion, Data Type, and Contour Type Nastran In-CAD: Understanding,, and Issue When creating a contour plot of a result, what is meant by " ", " ", and " "? The options in the drop-downs are as follows: 1. : "Average", "Maximum", or "Minimum"

More information

Appendix I. The KT Thermal Mapping Tool an semi-automated temperature transfer between structural and thermal models

Appendix I. The KT Thermal Mapping Tool an semi-automated temperature transfer between structural and thermal models 119 Appendix I The KT Thermal Mapping Tool an semi-automated temperature transfer between structural and thermal models Anton Zhukov Markus Czupalla Alexander Kuisl Gerhard Bleicher Winfried Gambietz (Kayser-Threde

More information

Simcenter 3D Engineering Desktop

Simcenter 3D Engineering Desktop Simcenter 3D Engineering Desktop Integrating geometry and FE modeling to streamline the product development process Benefits Speed simulation processes by up to 70 percent Increase product quality by rapidly

More information

SIMULATION CAPABILITIES IN CREO. Enhance Your Product Design with Simulation & Analysis

SIMULATION CAPABILITIES IN CREO. Enhance Your Product Design with Simulation & Analysis SIMULATION CAPABILITIES IN CREO Enhance Your Product Design with Simulation & Using digital prototypes to understand how your designs perform in real-world conditions is vital to your product development

More information

NX Advanced Simulation

NX Advanced Simulation Siemens PLM Software Integrating FE modeling and simulation streamlines product development process Benefits Speed simulation processes by up to 70 percent Perform accurate, reliable structural analysis

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

Creo Simulate 3.0 Tutorial

Creo Simulate 3.0 Tutorial Creo Simulate 3.0 Tutorial Structure and Thermal Roger Toogood, Ph.D., P. Eng. SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following

More information

DMU Engineering Analysis Review

DMU Engineering Analysis Review Page 1 DMU Engineering Analysis Review Preface Using This Guide Where to Find More Information Conventions What's New? Getting Started Inserting a CATAnalysis Document Using DMU Space Analysis From CATAnalysis

More information

Object Oriented Finite Element Modeling

Object Oriented Finite Element Modeling Object Oriented Finite Element Modeling Bořek Patzák Czech Technical University Faculty of Civil Engineering Department of Structural Mechanics Thákurova 7, 166 29 Prague, Czech Republic January 2, 2018

More information

LMS Virtual.Lab Motion Desktop

LMS Virtual.Lab Motion Desktop Answers for industry LMS Virtual.Lab Motion Desktop [VL-MOT.80.1] 13.1 Benefits Gain insight in the kinematic and dynamic performance of a mechanism Increase product quality by efficient full system optimization

More information

NX Advanced Simulation: FE modeling and simulation

NX Advanced Simulation: FE modeling and simulation Advanced Simulation: FE modeling and simulation NX CAE Benefits Speed simulation processes by up to 70 percent Increase product quality by rapidly simulating design trade-off studies Lower overall product

More information

Virtual Die Tryout of Miniature Stamping Parts

Virtual Die Tryout of Miniature Stamping Parts 4 th European LS-DYNA Users Conference Metal Forming III Virtual Die Tryout of Miniature Stamping Parts Authors: Ming-Chang Yang and Tien-Chi Tsai Correspondence: Ming-Chang Yang Metal Industries R&D Center

More information

Element Order: Element order refers to the interpolation of an element s nodal results to the interior of the element. This determines how results can

Element Order: Element order refers to the interpolation of an element s nodal results to the interior of the element. This determines how results can TIPS www.ansys.belcan.com 鲁班人 (http://www.lubanren.com/weblog/) Picking an Element Type For Structural Analysis: by Paul Dufour Picking an element type from the large library of elements in ANSYS can be

More information

Topology Optimization and Analysis of Crane Hook Model

Topology Optimization and Analysis of Crane Hook Model RESEARCH ARTICLE Topology Optimization and Analysis of Crane Hook Model Thejomurthy M.C 1, D.S Ramakrishn 2 1 Dept. of Mechanical engineering, CIT, Gubbi, 572216, India 2 Dept. of Mechanical engineering,

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

STATIC FINITE ELEMENT ANALYSIS AND VALIDATION OF N1 TYPE VEHICLE CHASSIS MEMBERS FOR BENDING PERFORMANCE

STATIC FINITE ELEMENT ANALYSIS AND VALIDATION OF N1 TYPE VEHICLE CHASSIS MEMBERS FOR BENDING PERFORMANCE STATIC FINITE ELEMENT ANALYSIS AND VALIDATION OF N1 TYPE VEHICLE CHASSIS MEMBERS FOR BENDING PERFORMANCE 1 CHINMAY POTDAR, 2 AMEY PISE, 3 AISHWARYA DUBEY, 4 SUSHRUT JADHAV 1, 3 TATA Technologies Limited,

More information

MODA. Modelling data documenting one simulation. ALLIANCE, Design and Optimization

MODA. Modelling data documenting one simulation. ALLIANCE, Design and Optimization MODA Modelling data documenting one simulation ALLIANCE, Design and Optimization Metadata for these elements are to be elaborated over time Purpose of this document: Definition of a data organisation that

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

Paper # Application of MSC.Nastran for Airframe Structure Certification Sven Schmeier

Paper # Application of MSC.Nastran for Airframe Structure Certification Sven Schmeier Paper # 2001-116 Application of MSC.Nastran for Airframe Structure Certification Sven Schmeier Fairchild Dornier GmbH P.O. Box 1103 Oberpfaffenhofen Airfield D-82230 Wessling Germany +49-8153-30-5835 sven.schmeier@faidor.de

More information

Introduction to Abaqus. About this Course

Introduction to Abaqus. About this Course Introduction to Abaqus R 6.12 About this Course Course objectives Upon completion of this course you will be able to: Use Abaqus/CAE to create complete finite element models. Use Abaqus/CAE to submit and

More information

Installation Guide. Beginners guide to structural analysis

Installation Guide. Beginners guide to structural analysis Installation Guide To install Abaqus, students at the School of Civil Engineering, Sohngaardsholmsvej 57, should log on to \\studserver, whereas the staff at the Department of Civil Engineering should

More information

Lesson 6: Assembly Structural Analysis

Lesson 6: Assembly Structural Analysis Lesson 6: Assembly Structural Analysis In this lesson you will learn different approaches to analyze the assembly using assembly analysis connection properties between assembly components. In addition

More information

FEA and Topology Optimization of an Engine Mounting Bracket

FEA and Topology Optimization of an Engine Mounting Bracket International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Sanket

More information

DMU Engineering Analysis Review

DMU Engineering Analysis Review DMU Engineering Analysis Review Overview Conventions What's New? Getting Started Entering DMU Engineering Analysis Review Workbench Generating an Image Visualizing Extrema Generating a Basic Analysis Report

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

Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla

Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla 1 Faculty of Civil Engineering, Universiti Teknologi Malaysia, Malaysia redzuan@utm.my Keywords:

More information

Process Automation for Static Analysis of Truck Chassis Assembly

Process Automation for Static Analysis of Truck Chassis Assembly Process Automation for Static Analysis of Truck Chassis Assembly Haridas P.T AGM - CAE Ashok Leyland Ltd Technical Centre, Velliyoyal Chavadi Chennai 600 103 Balakrishnan.M Senior Manager-CAE Ashok Leyland

More information

ME Optimization of a Frame

ME Optimization of a Frame ME 475 - Optimization of a Frame Analysis Problem Statement: The following problem will be analyzed using Abaqus. 4 7 7 5,000 N 5,000 N 0,000 N 6 6 4 3 5 5 4 4 3 3 Figure. Full frame geometry and loading

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

Through Process Modelling of Self-Piercing Riveting

Through Process Modelling of Self-Piercing Riveting 8 th International LS-DYNA User Conference Metal Forming (2) Through Process Modelling of Self-Piercing Riveting Porcaro, R. 1, Hanssen, A.G. 1,2, Langseth, M. 1, Aalberg, A. 1 1 Structural Impact Laboratory

More information

ACP (ANSYS Composite Prep/Post) Jim Kosloski

ACP (ANSYS Composite Prep/Post) Jim Kosloski ACP (ANSYS Composite Prep/Post) Jim Kosloski ACP Background ANSYS Composite PrepPost is an add-on module dedicated to the modeling of layered composite structures. ACP is now included with the Mechanical

More information

KEYWORDS non-linear FE analysis, pre-processing, decohesion, buckling.

KEYWORDS non-linear FE analysis, pre-processing, decohesion, buckling. NON-LINEAR MULTI-SCALE ANALYSIS OF AEROSPACE STRUCTURES Orlin Mintchev, Reinhard Diez LASSO Ingenieurgesellschaft, Leinfelden-Echterdingen, Germany KEYWORDS non-linear FE analysis, pre-processing, decohesion,

More information

CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007

CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007 CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007 FE Project 1: 2D Plane Stress Analysis of acantilever Beam (Due date =TBD) Figure 1 shows a cantilever beam that is subjected to a concentrated

More information

EN1740 Computer Aided Visualization and Design Spring /26/2012 Brian C. P. Burke

EN1740 Computer Aided Visualization and Design Spring /26/2012 Brian C. P. Burke EN1740 Computer Aided Visualization and Design Spring 2012 4/26/2012 Brian C. P. Burke Last time: More motion analysis with Pro/E Tonight: Introduction to external analysis products ABAQUS External Analysis

More information

MASTA 9.0 Release Notes

MASTA 9.0 Release Notes November 2018 2018 Smart Manufacturing Technology Ltd. Commercial in Confidence Page 1 of 33 MASTA 9.0 Contents and Summary See next section for additional details The 9.0 release of MASTA contains all

More information

midas NFX An insight into midas NFX

midas NFX An insight into midas NFX midas NFX An insight into midas NFX Total Analysis Solutions for Multi-disciplinary Optimum Design Part 1. Work environment Multi-disciplinary CAE solutions in one unique work environment 1 Part 1. Work

More information

Ansys Mechanical APDL

Ansys Mechanical APDL Ansys Mechanical APDL Day 1: FEA and ANSYS 9.00 12.00 About ANSYS, What is FEA?, Instructor Example Getting Started 12.00 1.00 Interactive Vs. Batch Mode, Starting ANSYS, Product Launcher, ANSYS Workbench,

More information

CHAPTER-10 DYNAMIC SIMULATION USING LS-DYNA

CHAPTER-10 DYNAMIC SIMULATION USING LS-DYNA DYNAMIC SIMULATION USING LS-DYNA CHAPTER-10 10.1 Introduction In the past few decades, the Finite Element Method (FEM) has been developed into a key indispensable technology in the modeling and simulation

More information

Modeling lattice structured materials with micropolar elasticity. Accuracy of the micropolar model. Marcus Yoder. CEDAR presentation Spring 2017

Modeling lattice structured materials with micropolar elasticity. Accuracy of the micropolar model. Marcus Yoder. CEDAR presentation Spring 2017 Modeling lattice structured materials with micropolar elasticity Accuracy of the micropolar model CEDAR presentation Spring 2017 Advisors: Lonny Thompson and Joshua D. Summers Outline 2/25 1. Background

More information

Simulation-Based Airbag Folding System JFOLD Version 2 -New Capabilities and Folding Examples

Simulation-Based Airbag Folding System JFOLD Version 2 -New Capabilities and Folding Examples Simulation-Based Airbag Folding System JFOLD Version 2 -New Capabilities and Folding Examples Shinya Hayashi 1, Richard Taylor 2 1 JSOL Corporation 2 Arup 2-18-25 Marunouchi, Naka-ku, Nagoya, Aichi, 460-0002,

More information

Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight

Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight Mahadesh Kumar A 1 and Ravishankar Mariayyah 2 1 Aeronautical Development Agency and 2 Dassault Systemes India

More information

Linear Bifurcation Buckling Analysis of Thin Plate

Linear Bifurcation Buckling Analysis of Thin Plate LESSON 13a Linear Bifurcation Buckling Analysis of Thin Plate Objectives: Construct a quarter model of a simply supported plate. Place an edge load on the plate. Run an Advanced FEA bifurcation buckling

More information

Learning Module 8 Shape Optimization

Learning Module 8 Shape Optimization Learning Module 8 Shape Optimization What is a Learning Module? Title Page Guide A Learning Module (LM) is a structured, concise, and self-sufficient learning resource. An LM provides the learner with

More information

It is desired to analyze the shaft and ring shown in the following figure: All lengths in mm E = N/mm2 = 0.29

It is desired to analyze the shaft and ring shown in the following figure: All lengths in mm E = N/mm2 = 0.29 Problem description It is desired to analyze the shaft and ring shown in the following figure: Outer surface fixed 2 N/mm 2 1 2 4 2 4 All lengths in mm E = 2.07 105 N/mm2 = 0.29 The shaft is glued into

More information

MRI Induced Heating of a Pacemaker. Peter Krenz, Application Engineer

MRI Induced Heating of a Pacemaker. Peter Krenz, Application Engineer MRI Induced Heating of a Pacemaker Peter Krenz, Application Engineer 1 Problem Statement Electric fields generated during MRI exposure are dissipated in tissue of the human body resulting in a temperature

More information

What s new in Femap 9.3

What s new in Femap 9.3 What s new in Femap 9.3 fact sheet www.ugs.com/femap Summary Femap version 9.3 is the latest release of UGS robust pre and post processor for engineering finite element analysis (FEA). Femap software is

More information

ANSA. Training Course Content

ANSA. Training Course Content ANSA µeta Training Course Content BETA CAE Systems USA, Inc., 29800 Middlebelt Road, Suite # 100, Farmington Hills, MI 48334 Ansa Hotline: (248) 737-9760 x 5; Technical Support: support@ansa-usa.com; Website:

More information

Chapter 5 Modeling and Simulation of Mechanism

Chapter 5 Modeling and Simulation of Mechanism Chapter 5 Modeling and Simulation of Mechanism In the present study, KED analysis of four bar planar mechanism using MATLAB program and ANSYS software has been carried out. The analysis has also been carried

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

Exercise 1. 3-Point Bending Using the Static Structural Module of. Ansys Workbench 14.0

Exercise 1. 3-Point Bending Using the Static Structural Module of. Ansys Workbench 14.0 Exercise 1 3-Point Bending Using the Static Structural Module of Contents Ansys Workbench 14.0 Learn how to...1 Given...2 Questions...2 Taking advantage of symmetries...2 A. Getting started...3 A.1 Choose

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

Shell-to-Solid Element Connector(RSSCON)

Shell-to-Solid Element Connector(RSSCON) WORKSHOP 11 Shell-to-Solid Element Connector(RSSCON) Solid Shell MSC.Nastran 105 Exercise Workbook 11-1 11-2 MSC.Nastran 105 Exercise Workbook WORKSHOP 11 Shell-to-Solid Element Connector The introduction

More information

VIRTUAL TESTING OF AIRCRAFT FUSELAGE STIFFENED PANELS

VIRTUAL TESTING OF AIRCRAFT FUSELAGE STIFFENED PANELS 4 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES VIRTUAL TESTING OF AIRCRAFT FUSELAGE STIFFENED PANELS Peter Linde*, Jürgen Pleitner*, Wilhelm Rust** *Airbus, Hamburg, Germany, **CAD-FE GmbH, Burgdorf

More information

ANSYS - Workbench Overview. From zero to results. AGH 2014 April, 2014 W0-1

ANSYS - Workbench Overview. From zero to results. AGH 2014 April, 2014 W0-1 ANSYS - Workbench Overview From zero to results 2014 W0-1 Runing ANSYS WEiP ANSYS We are going to work in most advanced ANSYS Workbench W0-2 ANSYS Workbench WEiP What is Workbench? Platform for integration

More information

Solid design. Reliable pipelines. Simulation results can be viewed and printed in different formats in tables, graphs and in 3D illustrations.

Solid design. Reliable pipelines. Simulation results can be viewed and printed in different formats in tables, graphs and in 3D illustrations. Bringing added value to pipeline engineers worldwide SAGE Profile has been specifically designed to assist pipeline engineers in the design, installation and analysis of offshore pipelines. The powerful

More information

Quick Start Guide to midas NFX

Quick Start Guide to midas NFX Quick Start Guide to midas NFX This guide is made for non-experienced FEA users. It provides basic knowledge needed to run midas NFX successfully and begin your analysis. Experienced FEA analysts can also

More information

Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench

Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench Contents Beam under 3-Pt Bending [Balken unter 3-Pkt-Biegung]... 2 Taking advantage of symmetries... 3 Starting and Configuring ANSYS Workbench... 4 A. Pre-Processing:

More information