The Application of ABAQUS for CATIA V5 for Analyses in the Pre-Design and Design Phase

Size: px
Start display at page:

Download "The Application of ABAQUS for CATIA V5 for Analyses in the Pre-Design and Design Phase"

Transcription

1 The Application of ABAQUS for CATIA V5 for Analyses in the Pre-Design and Design Phase Fabien Debarle PSA Peugeot Citroën - 18 rue des Fauvelles La Garenne Colombes - France Mathieu Durix Digital Product Simulation - 2/4, rue Hans List Croissy sur Seine - France Abstract: In the automotive industry, engineers need to explore a wide range of solutions depending on many parameters and constraints. Therefore, they need to perform nonlinear analysis based on a parameterized CAD model linked to a 3D PLM tool. ABAQUS for CATIA V5 (AFC) helps to perform this type of analysis relatively easily and early in the product lifecycle. Including nonlinear ABAQUS analysis in the pre-design phase improves the effectiveness of the design and enables rapid design iterations at an early stage, where they are least expensive. Iterations are performed from a fully parameterized CAD model which integrates different design architectures. The analyses in the CATIA V5 tree are generated automatically in AFC thanks to Knowledgeware and Visual Basic for Application (VBA). The pre-design results are provided to a design group as one of the criteria for creating the final design. Once the final design is done, AFC coupled to VBA and publications give us the opportunity to perform all the linear and non linear analyses very easily. PSA Peugeot Citroën is a member of the AFC Customer Review Team, a consortium of six companies that are helping to define the product vision and requirements. In this context PSA Peugeot Citroën asked for API openings and knowledge in AFC to be able to perform this kind of approach. This paper presents one of the models on which we use VB scripting. Keywords: Design and pre-design phase, Plasticity, Bolt Loading, Post-processing, Assembly Deformation. 1. Introduction In the automotive industry, it is necessary to perform nonlinear Finite Element Analysis (FEA) based on CAD models created in a 3D Product Lifecycle Management (PLM) tool, such as CATIA V5, early in the product lifecycle. These CAD models are often parameterized so that they can be modified easily to accommodate model changes from a number of sources. For example, we want to perform several analyses of different candidate CAD solutions in the pre ABAQUS Users Conference 161

2 design phase to determine the appropriate CAD model to recommend to the design group for further refinement as part of the overall chassis design. At this early stage in the product lifecycle, the model geometry is based on an initial design that is fully parameterized. The initial design necessarily uses a simplified geometry, because the values of many parameters are not yet known. The goal of FEA in the pre-design phase is to define a model that meets several stress, strain, displacement, and fatigue requirements in pre-determined critical regions of the model. The model presented here (see Figure 1), the knuckle assembly, is a part of the chassis. Performing FEA on the final or nearly final design can be a difficult and extensive process. Consequently, such results on the full model sometimes are obtained only in the later stages of the product lifecycle. In the pre-design phase valuable results can be obtained based on the simplified model geometry. The results from pre-design analysis enable design engineers to propose necessary design modifications at the time when changes are least expensive and most effective. Previous studies have compared the analysis inaccuracies between these simplified models and their corresponding complete models, and the inaccuracies have been determined to be acceptable. To perform these analyses, we developed a workbench in CATIA V5 from which we have access to the parameterized CAD model. At any time, we can choose to switch from one architecture to another: for example, we can switch from a knuckle assembly with a clamp piece to a knuckle assembly without a clamp piece (see Figure 2). We simulate the performance of the knuckle under bolt preloading and service loading conditions. Our goal is to determine the values and locations of the maximum stresses and strains. Once we have obtained these results for a given pre-design model, we can analyze the results and modify the design to implement possible improvements. The mechanical analysis is initialized using ABAQUS for CATIA V5. 2. Knuckle assembly workbench As explained previously, we developed a specific workbench in CATIA V5 dedicated to the knuckle assembly. It makes extensive use of Knowledgeware and Visual Basic (VB) scripting. All of the Graphical User Interfaces (GUIs), are specified by PSA Peugeot Citroën (see an example Figure 3). Thanks to this approach, the workbench is usable by any design engineer. In the knuckle assembly workbench, the design engineer defines the following: - the CAD architecture and the geometric parameters - the material properties - the mesh sizes - the boundary conditions - the load cases (static analysis, modal analysis, ) ABAQUS Users Conference

3 Once the FEA model is defined completely, the input files are generated and submitted from the knuckle assembly workbench onto ABAQUS remote servers. 3. CAD model In the pre-design phase, the parameterized CAD model is geometrically simplified but still physically representative of the actual knuckle assembly. The model is defined in CATIA V5 using the Part Design, Assembly Design, and Knowledgeware workbenches. For example, the knuckle with a clamp piece is an assembly of seven parts, as shown in Figure 4: - The knuckle - The shock damper - The clamp piece - Two nuts - Two bolts The most influential parameters have been identified previously through numerical simulations. The CAD model is built so that these parameters can be modified easily as the design changes. 4. Material properties The material properties can be specified in a GUI or imported from a file written in an ABAQUS format. 5. Meshing The user provides some information about the desired mesh size, and then the mesh is generated automatically in the background in the Advanced Meshing Tools workbench (FMS/FMD) in CATIA V5 in two steps: - First, a surface mesh is created using a local mapped mesh and local element size at the surface using the FMS module. - Next, tetrahedron filler meshing is performed using the FMD module to generate the actual parabolic tetrahedral elements (C3D10M) needed for the structural analysis. We use a surface mesh and tetrahedron filler, because this approach enables control of surface mesh quality and limits the total number of elements in the model. The mesh specifications are associated with geometric entities of the CAD model. The mesh specifications persist even as the geometry is modified so that the mesh is rebuilt automatically after any modifications ABAQUS Users Conference 163

4 6. Preprocessing using ABAQUS for CATIA V5 We use ABAQUS for CATIA V5 (AFC) to generate the mechanical analysis properties and simulation history, including the following: - Nonlinear materials - Bolt tightening connections between the knuckle and the clamp piece - Contact between the knuckle, the clamp piece, the bolts, and the shock damper - Boundary conditions (see Figure 5) - Load cases imported from an existing file that comes from a separate program The order of steps for the mechanical simulation history is as follows: Step 1: Contact initialization and bolt tightening between the knuckle and the clamp piece Step 2: Bolt tightening fixed Step 3: Service loading Step 4: Service loading Step 5: We are able to generate the input files with much of the necessary analysis data. Because some additional features are necessary to completely define the analysis model, we extend the ABAQUS input file using VB scripting to complete the analysis model. For example, because we need to perform several separate analyses, we split the input file generated by AFC into several input files into which we add the *RESTART,READ command (see Figure 6). Thanks to this approach, we do not need to perform the initialization steps for each service loading analyses. 7. FE Analysis Because we are running ABAQUS/Standard on remote servers, the job submission is done automatically via LSF software that we interfaced with AFC. 8. Postprocessing using ABAQUS for CATIA V5 As noted in the introduction section, the goal of this analysis is to determine whether the knuckle assembly model has, for example, areas of excessive stress and plastic strain. Postprocessing is performed in AFC (viewing the minimum and maximum principal stresses, Von Mises stresses, PEEQ, ; see Figure 7) ABAQUS Users Conference

5 The maximum stresses often occur on the surfaces. The stress and strain results are calculated by ABAQUS at the integration points of solid elements. These integration points are only a small distance from the surface. In areas of high stress gradients, extrapolating the integration point results to the surface nodes indicates results that are inaccurate. One of the most effective ways of determining the surface results is to use surface skinning, a thin layer of membrane elements positioned at the surface of a solid body. The strains in this membrane correspond to the strains experienced at the surface in the solid model. Surface skinning is not yet available in AFC with M3D6 elements, so this postprocessing technique is performed using a separate program. 9. Results and parameter modifications All of the results can be used to classify the parameter sets tested as either acceptable or unacceptable. Because of this procedure, we can determine an acceptable design of the knuckle assembly that responds to all of the modeling constraints very early in the product lifecycle. When the analysis results for the initial design show excessive strains for example in a critical area, we can modify geometric parameters in the CATIA V5 PLM model in an effort to improve the design. Because of the associativity between the CAD model and the analysis model, we are able to perform modeling and analysis iterations with minimal additional effort. 10. Analyses in the design phase Up to this point, we discussed only simplified and parameterized CAD models used to perform analyses in the pre-design phase. In the design phase, we need to perform the same analyses that were performed in the pre-design phase but on a final design. Switching from a simplified predesign model to a more complicated final design is made possible in the knuckle assembly workbench thanks to CATIA publications. We only need to assign all of the needed publications to geometric parts of the model (for example, a face used in a contact definition). A specific GUI in the knuckle assembly workbench enables us to switch easily from a pre-design model to a final design. It takes just a few minutes to replace the simplified CAD model with a final design CAD model. Mesh specifications have to be made, and then all the ABAQUS input files can be generated automatically and submitted on the remote servers. 11. Conclusions We can state that ABAQUS for CATIA V5 is very useful for performing advanced nonlinear analyses based on a parameterized CATIA V5 CAD model or on a final design (coming from CATIA V4 or V5). While some of the features needed to perform the simulation completely within AFC are not yet available, we are able to define a full analysis model using AFC coupled to few additional developments ABAQUS Users Conference 165

6 The value in this approach is that everything defined within AFC maintains associativity with the CAD model and is updated automatically after any design modifications. Consequently : - We are able to evaluate the knuckle assembly design based on pre-determined critical parameters and perform several design modifications and subsequent ABAQUS analyses to determine an acceptable design. - We are able to evaluate the knuckle assembly design by performing several analyses on a final design in a very easy and fast way (more than 30 different analyses may be necessary to evaluate the knuckle assembly). AFC enables design engineers to explore a wide range of solutions easily and early in the product lifecycle, and also to evaluate a final design later in the product lifecycle. 12. Figures Figure 1 Origin of the studied geometry ABAQUS Users Conference

7 Clamp piece Figure 2. a. Knuckle with a clamp piece b. Knuckle without a clamp piece Figure 3. Example of graphic user interface specified by PSA Peugeot Citroën 2006 ABAQUS Users Conference 167

8 Shock damper body Clamp piece Knuckle Figure 4. CAD model assembly. Kinematic and distributing couplings Forces Clamp Forces Figure 5. Boundary conditions ABAQUS Users Conference

9 ABAQUS for CATIA Step 1: Contact initialization and bolt tightening Step 2: Bolt tightening fixed Step 3: Service loading Step 4: Service loading Step 5: SPLIT + MODIFICATIONS *RESTART,WRITE Step 1: Contact initialization and bolt tightening Step 2: Bolt tightening fixed *RESTART,READ,STEP=2 Step 3: Service loading *RESTART,READ,STEP=2 Step 4: Service loading *RESTART,READ,STEP=2 Step 5: Service loading Figure 6 : Example of modifications on the input file using VBA Figure 7. Sample of analysis results 2006 ABAQUS Users Conference 169

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 2 Introduction to CFD Methodology Introduction to ANSYS FLUENT L2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions,

More information

Vincent Constantin, CADFEM (Suisse) AG

Vincent Constantin, CADFEM (Suisse) AG Fast Titelmasterformat and reliable Bolt durch Assessment Klicken bearbeiten inside ANSYS Vincent Constantin, CADFEM (Suisse) AG Agenda Introduction VDI 2230 Bolt Assessment inside ANSYS Verification Examples

More information

LMS Virtual.Lab Realistic Simulation in CATIA V5. Why CAE? Design-Right/First-Time

LMS Virtual.Lab Realistic Simulation in CATIA V5. Why CAE? Design-Right/First-Time LMS Virtual.Lab Realistic Simulation in CATIA V5 Why CAE? Design-Right/First-Time LMS Company Background Three Primary Business Areas 2 LMS Engineering Engineering Consulting and Test Services 1 LMS Research

More information

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt )($:(%$63 6WDNHKROGHU1HHGV,VVXH 5HYLVLRQ+LVWRU\ 'DWH,VVXH 'HVFULSWLRQ $XWKRU 04/07/2000 1.0 Initial Description Marco Bittencourt &RQILGHQWLDO DPM-FEM-UNICAMP, 2000 Page 2 7DEOHRI&RQWHQWV 1. Objectives

More information

Back to Elements - Tetrahedra vs. Hexahedra

Back to Elements - Tetrahedra vs. Hexahedra Back to Elements - Tetrahedra vs. Hexahedra Erke Wang, Thomas Nelson, Rainer Rauch CAD-FEM GmbH, Munich, Germany Abstract This paper presents some analytical results and some test results for different

More information

How To Model Space Frame Structure In Cad 3D Software

How To Model Space Frame Structure In Cad 3D Software PARAMETRIC MODELING OF SPACE FRAME STRUCTURES STUDY OF COMPARISON BETWEEN TWO METHODS EMPLOYING TWO DIFFERENT SOFTWARE TOOLS: CATIA V5 DSS and GRASSHOPPER PLUGIN 1/16 TABLE OF CONTENTS - BIM and parametric

More information

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

Finite Element Method (ENGC 6321) Syllabus. Second Semester 2013-2014

Finite Element Method (ENGC 6321) Syllabus. Second Semester 2013-2014 Finite Element Method Finite Element Method (ENGC 6321) Syllabus Second Semester 2013-2014 Objectives Understand the basic theory of the FEM Know the behaviour and usage of each type of elements covered

More information

New design of a pressure vessel subjected to blast loads

New design of a pressure vessel subjected to blast loads New design of a pressure vessel subjected to blast loads L.Cousin, P.Evrard CEA, DAM, DIF, F91297 Arpajon, France Abstract: A new design of containment vessel has been proposed to conduct confined detonation

More information

Simulation-News in Creo 1.0. Urs Simmler MCAD Simulation Specialist

Simulation-News in Creo 1.0. Urs Simmler MCAD Simulation Specialist Simulation-News in Creo 1.0 Urs Simmler MCAD Simulation Specialist MECHANICA-News in Creo 1.0 Urs Simmler MCAD Simulation Specialist Creo Simulation App Standalone Mechanica Application > Dedicated User

More information

An Overview of the Finite Element Analysis

An Overview of the Finite Element Analysis CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry

More information

Creo Simulate 1.0 April 2011

Creo Simulate 1.0 April 2011 Creo Simulate 1.0 April 2011 Creo Simulate a Creo family app Installed / Un-installed separately Creo Simulate in two modes: Embedded mode module of Creo Parametric Standalone mode In Standalone mode:

More information

Customer Training Material. Lecture 4. Meshing in Mechanical. Mechanical. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 4. Meshing in Mechanical. Mechanical. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 4 Meshing in Mechanical Introduction to ANSYS Mechanical L4-1 Chapter Overview In this chapter controlling meshing operations is described. Topics: A. Global Meshing Controls B. Local Meshing Controls

More information

List of Problems Solved Introduction p. 1 Concept p. 1 Nodes p. 3 Elements p. 4 Direct Approach p. 5 Linear Spring p. 5 Heat Flow p.

List of Problems Solved Introduction p. 1 Concept p. 1 Nodes p. 3 Elements p. 4 Direct Approach p. 5 Linear Spring p. 5 Heat Flow p. Preface p. v List of Problems Solved p. xiii Introduction p. 1 Concept p. 1 Nodes p. 3 Elements p. 4 Direct Approach p. 5 Linear Spring p. 5 Heat Flow p. 6 Assembly of the Global System of Equations p.

More information

CATIA V5 FEA Tutorials Releases 12 & 13

CATIA V5 FEA Tutorials Releases 12 & 13 CATIA V5 FEA Tutorials Releases 12 & 13 Nader G. Zamani University of Windsor SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com Visit our website to learn more about

More information

CAE DATA & PROCESS MANAGEMENT WITH ANSA

CAE DATA & PROCESS MANAGEMENT WITH ANSA CAE DATA & PROCESS MANAGEMENT WITH ANSA Srikanth RAGHOTHAM Volvo India Private Limited Volvo Group Bangalore INDIA KEYWORDS Enovia-2-Ansa, Ansa Data Management (Ansa-DM) TECHNICAL PAPER CAE Data & Process

More information

CastNet: Modelling platform for open source solver technology

CastNet: Modelling platform for open source solver technology CastNet: Modelling platform for open source solver technology. DHCAE Tools GmbH Address: Friedrich-Ebert-Str. 368, 47800 Krefeld, Germany / Company site: Alte Rather Str. 207 / 47802 Krefeld Phone +49

More information

Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31)

Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31) Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31) Outline -1-! This part of the module consists of seven lectures and will focus

More information

High-end FEA pre/postprocessor

High-end FEA pre/postprocessor Advanced FEM: High-end FEA pre/postprocessor NX CAE Benefits Speed analysis modeling processes by up to 70 percent Increase product quality by rapidly simulating design trade-off studies Lower overall

More information

MULTIDISCIPLINARY DESIGN OPTIMIZATION (MDO) USING ANSA/µETA POSTPROCESSOR AND ISIGHT

MULTIDISCIPLINARY DESIGN OPTIMIZATION (MDO) USING ANSA/µETA POSTPROCESSOR AND ISIGHT MULTIDISCIPLINARY DESIGN OPTIMIZATION (MDO) USING ANSA/µETA POSTPROCESSOR AND ISIGHT Frederic KRABCHI Simulia, France Abstract: Increasingly, industries are using process automation tools in simulation-based

More information

Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1

Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1 Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1 In this tutorial, we will use the SolidWorks Simulation finite element analysis (FEA) program to analyze the response

More information

Design & Drafting Services

Design & Drafting Services Design & Drafting Services 1. Mechanical CAD Services 1. Mechanical CAD Services Mechanical Design Services: Custom machine design Packaging machine design Mechanism design Machine tool design Material

More information

Advanced bolt assessment through process automation

Advanced bolt assessment through process automation Titelmasterformat Bolt Assessment inside durch ANSYS Klicken bearbeiten Advanced bolt assessment through process automation Contents Short presentation of VDI 2230 Workflow with Bolt Assessment inside

More information

Computer Aided Design and Drafting (CAD)

Computer Aided Design and Drafting (CAD) Oakland Community College 2015-2016 Catalog 1 Computer Aided Design and Drafting (CAD) CAD 1050 Geometric Dimensioning and Tolerancing (GD&T) This course is designed to cover the fundamentals as well as

More information

Overview on Salome-Meca and Code_Aster. Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.

Overview on Salome-Meca and Code_Aster. Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl. Overview on Salome-Meca and Code_Aster Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.html) Outline General principles of code and platform Presentation of Code_Aster

More information

AutoCAD 3D. MicroStation. Courseware Issued (Optional) AutoCAD (30 Days Trial Version) Reference Guide Project Workbook

AutoCAD 3D. MicroStation. Courseware Issued (Optional) AutoCAD (30 Days Trial Version) Reference Guide Project Workbook 2D CAD Introduction Isometric drawings File management Perspective drawings Orthographic drawings Annotations and Dimensions View management Team work Display management Layout management Layer management

More information

Nonlinear Analysis Using Femap with NX Nastran

Nonlinear Analysis Using Femap with NX Nastran Nonlinear Analysis Using Femap with NX Nastran Chip Fricke, Principal Applications Engineer, Agenda Nonlinear Analysis Using Femap with NX Nastran Who am I? Overview of Nonlinear Analysis Comparison of

More information

NUARB TRAINING ACADEMY

NUARB TRAINING ACADEMY NUARB TRAINING ACADEMY NUARB TRAINING ACADEMY Adding value to your people COPYRIGHT: The course materials are protected by Copyright laws and may not be reproduced or distributed without consent by NUARB

More information

ABAQUS/CAE Tutorial: Analysis of an Aluminum Bracket

ABAQUS/CAE Tutorial: Analysis of an Aluminum Bracket H. Kim FEA Tutorial 1 ABAQUS/CAE Tutorial: Analysis of an Aluminum Bracket Hyonny Kim last updated: August 2004 In this tutorial, you ll learn how to: 1. Sketch 2D geometry & define part. 2. Define material

More information

ANALYSIS OF GASKETED FLANGES WITH ORDINARY ELEMENTS USING APDL CONTROL

ANALYSIS OF GASKETED FLANGES WITH ORDINARY ELEMENTS USING APDL CONTROL ANALYSIS OF GASKETED FLANGES WITH ORDINARY ELEMENTS USING AP... Page 1 of 19 ANALYSIS OF GASKETED FLANGES WITH ORDINARY ELEMENTS USING APDL CONTROL Yasumasa Shoji, Satoshi Nagata, Toyo Engineering Corporation,

More information

COMPUTATIONAL ENGINEERING OF FINITE ELEMENT MODELLING FOR AUTOMOTIVE APPLICATION USING ABAQUS

COMPUTATIONAL ENGINEERING OF FINITE ELEMENT MODELLING FOR AUTOMOTIVE APPLICATION USING ABAQUS International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 30 52, Article ID: IJARET_07_02_004 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

Integrative Optimization of injection-molded plastic parts. Multidisciplinary Shape Optimization including process induced properties

Integrative Optimization of injection-molded plastic parts. Multidisciplinary Shape Optimization including process induced properties Integrative Optimization of injection-molded plastic parts Multidisciplinary Shape Optimization including process induced properties Summary: Andreas Wüst, Torsten Hensel, Dirk Jansen BASF SE E-KTE/ES

More information

B.1 Installation Overview

B.1 Installation Overview Appendix B: Installing Abaqus for CATIA V5 This appendix describes the installation of Abaqus for CATIA V5 and provides detailed information on Abaqus for CATIA V5 licensing. The appendix also describes

More information

STRUCTURAL ANALYSIS SKILLS

STRUCTURAL ANALYSIS SKILLS STRUCTURAL ANALYSIS SKILLS ***This document is held up to a basic level to represent a sample for our both theoretical background & software capabilities/skills. (Click on each link to see the detailed

More information

Benchmark Tests on ANSYS Parallel Processing Technology

Benchmark Tests on ANSYS Parallel Processing Technology Benchmark Tests on ANSYS Parallel Processing Technology Kentaro Suzuki ANSYS JAPAN LTD. Abstract It is extremely important for manufacturing industries to reduce their design process period in order to

More information

innovative solutions for durability and fatigue pre- & post-processing ANSA μετα p i o n e e r i n g software systems www.beta-cae.

innovative solutions for durability and fatigue pre- & post-processing ANSA μετα p i o n e e r i n g software systems www.beta-cae. ANSA μετα p i o n e e r i n g software systems innovative solutions for durability and fatigue pre- & post-processing TM www.beta-cae.gr ANSA is the only pre-processor capable of increasing the efficiency

More information

Cylinder Head Gasket Contact Pressure Simulation for a Hermetic Compressor

Cylinder Head Gasket Contact Pressure Simulation for a Hermetic Compressor Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2006 Cylinder Head Gasket Contact Pressure Simulation for a Hermetic Compressor Pavan P.

More information

ME6130 An introduction to CFD 1-1

ME6130 An introduction to CFD 1-1 ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Best practices for efficient HPC performance with large models

Best practices for efficient HPC performance with large models Best practices for efficient HPC performance with large models Dr. Hößl Bernhard, CADFEM (Austria) GmbH PRACE Autumn School 2013 - Industry Oriented HPC Simulations, September 21-27, University of Ljubljana,

More information

Getting Started with ANSYS ANSYS Workbench Environment

Getting Started with ANSYS ANSYS Workbench Environment Getting Started with ANSYS ANSYS Workbench Environment Overview The purpose of this tutorial is to get you started with the ANSYS Workbench environment. We will use a simple, static analysis of a single

More information

Learning Module 6 Linear Dynamic Analysis

Learning Module 6 Linear Dynamic Analysis Learning Module 6 Linear Dynamic Analysis 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

More information

Modeling Stents Using Abaqus

Modeling Stents Using Abaqus Day 1 Lecture 1 Introduction Lecture 2 Geometry and Meshing Lecture 3 Element Selection and Mesh Convergence Workshop 1a Balloon-expanded stent geometry and meshing Workshop 1b Self-expanding stent geometry

More information

CAE -Finite Element Method

CAE -Finite Element Method 16.810 Engineering Design and Rapid Prototyping CAE -Finite Element Method Instructor(s) Prof. Olivier de Weck January 11, 2005 Plan for Today Hand Calculations Aero Æ Structures FEM Lecture (ca. 45 min)

More information

Introduction to ANSYS

Introduction to ANSYS Lecture 3 Introduction to ANSYS Meshing 14. 5 Release Introduction to ANSYS Meshing 2012 ANSYS, Inc. March 27, 2014 1 Release 14.5 Introduction to ANSYS Meshing What you will learn from this presentation

More information

CAD-BASED DESIGN PROCESS FOR FATIGUE ANALYSIS, RELIABILITY- ANALYSIS, AND DESIGN OPTIMIZATION

CAD-BASED DESIGN PROCESS FOR FATIGUE ANALYSIS, RELIABILITY- ANALYSIS, AND DESIGN OPTIMIZATION CAD-BASED DESIGN PROCESS FOR FATIGUE ANALYSIS, RELIABILITY- ANALYSIS, AND DESIGN OPTIMIZATION K.K. Choi, V. Ogarevic, J. Tang, and Y.H. Park Center for Computer-Aided Design College of Engineering The

More information

STATIC STRUCTURAL ANALYSIS OF SUSPENSION ARM USING FINITE ELEMENT METHOD

STATIC STRUCTURAL ANALYSIS OF SUSPENSION ARM USING FINITE ELEMENT METHOD STATIC STRUCTURAL ANALYSIS OF SUSPENSION ARM USING FINITE ELEMENT METHOD Jagwinder Singh 1, Siddhartha Saha 2 1 Student, Mechanical Engineering, BBSBEC, Punjab, India 2 Assistant Professor, Mechanical

More information

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints,

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints, 1 of 5 11/18/2004 6:24 PM PARAMETRIC MODELING David Rosen December 1997 The term parametric modeling denotes the use of parameters to control the dimensions and shape of CAD models. Think of a rubber CAD

More information

An Integrated Process for Occupant Safety Simulations with LS-DYNA & MADYMO Coupling

An Integrated Process for Occupant Safety Simulations with LS-DYNA & MADYMO Coupling 11 th International LS-DYNA Users Conference Occupant Safety An Integrated Process for Occupant Safety Simulations with LS-DYNA & MADYMO Coupling Cédric Canadas 1, Paul van Catz 2, Tom Van Langenhove 1,

More information

Simulation in design of high performance machine tools

Simulation in design of high performance machine tools P. Wagner, Gebr. HELLER Maschinenfabrik GmbH 1. Introduktion Machine tools have been constructed and used for industrial applications for more than 100 years. Today, almost 100 large-sized companies and

More information

Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2

Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2 Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2 Willem Roux**, Heiner Muellerschoen*, Katharina Witowski* *DYNAmore GmbH **LSTC contact: hm@dynamore.de DYNAmore GmbH Germany http://www.dynamore.de

More information

Technical Report Example (1) Chartered (CEng) Membership

Technical Report Example (1) Chartered (CEng) Membership Technical Report Example (1) Chartered (CEng) Membership A TECHNICAL REPORT IN SUPPORT OF APPLICATION FOR CHARTERED MEMBERSHIP OF IGEM DESIGN OF 600 (103 BAR) 820MM SELF SEALING REPAIR CLAMP AND VERIFICATION

More information

Lap Fillet Weld Calculations and FEA Techniques

Lap Fillet Weld Calculations and FEA Techniques Lap Fillet Weld Calculations and FEA Techniques By: MS.ME Ahmad A. Abbas Sr. Analysis Engineer Ahmad.Abbas@AdvancedCAE.com www.advancedcae.com Sunday, July 11, 2010 Advanced CAE All contents Copyright

More information

ANALYTICAL AND EXPERIMENTAL EVALUATION OF SPRING BACK EFFECTS IN A TYPICAL COLD ROLLED SHEET

ANALYTICAL AND EXPERIMENTAL EVALUATION OF SPRING BACK EFFECTS IN A TYPICAL COLD ROLLED SHEET International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 1, Jan-Feb 2016, pp. 119-130, Article ID: IJMET_07_01_013 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=1

More information

Titelmasterformat durch Klicken bearbeiten

Titelmasterformat durch Klicken bearbeiten Titelmasterformat durch Klicken bearbeiten ANSYS AIM Product simulation for every engineer Erke Wang CADFEM GmbH Georg Scheuerer ANSYS Germany GmbH Christof Gebhardt CADFEM GmbH All products involve multiple

More information

ANALYSIS OF A LAP JOINT FRICTION CONNECTION USING HIGH STRENGTH BOLTS

ANALYSIS OF A LAP JOINT FRICTION CONNECTION USING HIGH STRENGTH BOLTS Nordic Steel Construction Conference 212 Hotel Bristol, Oslo, Norway 5-7 September 212 ANALYSIS OF A LAP JOINT FRICTION CONNECTION USING HIGH STRENGTH BOLTS Marouene Limam a, Christine Heistermann a and

More information

Introduction to CFD Analysis

Introduction to CFD Analysis Introduction to CFD Analysis 2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Finite Element Method

Finite Element Method 16.810 (16.682) Engineering Design and Rapid Prototyping Finite Element Method Instructor(s) Prof. Olivier de Weck deweck@mit.edu Dr. Il Yong Kim kiy@mit.edu January 12, 2004 Plan for Today FEM Lecture

More information

Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope

Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope Rakesh Sidharthan 1 Gnanavel B K 2 Assistant professor Mechanical, Department Professor, Mechanical Department, Gojan engineering college,

More information

FLUX / GOT-It Finite Element Analysis of electromagnetic devices Maccon GmbH

FLUX / GOT-It Finite Element Analysis of electromagnetic devices Maccon GmbH FLUX / GOT-It Finite Element Analysis of electromagnetic devices Maccon GmbH Entwurfswerkzeuge für elektrische Maschinen MACCON GmbH 09/04/2013 1 Flux software Modeling electromagnetic and thermal phenomena

More information

CAE -Finite Element Method

CAE -Finite Element Method 16.810 Engineering Design and Rapid Prototyping Lecture 3b CAE -Finite Element Method Instructor(s) Prof. Olivier de Weck January 16, 2007 Numerical Methods Finite Element Method Boundary Element Method

More information

CHAPTER 1. Introduction to CAD/CAM/CAE Systems

CHAPTER 1. Introduction to CAD/CAM/CAE Systems CHAPTER 1 1.1 OVERVIEW Introduction to CAD/CAM/CAE Systems Today s industries cannot survive worldwide competition unless they introduce new products with better quality (quality, Q), at lower cost (cost,

More information

T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex

T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex design challenges. It unites powerful parametric 3D modeling

More information

Abaqus Technology Brief. Automobile Roof Crush Analysis with Abaqus

Abaqus Technology Brief. Automobile Roof Crush Analysis with Abaqus Abaqus Technology Brief Automobile Roof Crush Analysis with Abaqus TB-06-RCA-1 Revised: April 2007. Summary The National Highway Traffic Safety Administration (NHTSA) mandates the use of certain test procedures

More information

Finite Element Formulation for Plates - Handout 3 -

Finite Element Formulation for Plates - Handout 3 - Finite Element Formulation for Plates - Handout 3 - Dr Fehmi Cirak (fc286@) Completed Version Definitions A plate is a three dimensional solid body with one of the plate dimensions much smaller than the

More information

Burst Pressure Prediction of Pressure Vessel using FEA

Burst Pressure Prediction of Pressure Vessel using FEA Burst Pressure Prediction of Pressure Vessel using FEA Nidhi Dwivedi, Research Scholar (G.E.C, Jabalpur, M.P), Veerendra Kumar Principal (G.E.C, Jabalpur, M.P) Abstract The main objective of this paper

More information

Introduction to CFD Analysis

Introduction to CFD Analysis Introduction to CFD Analysis Introductory FLUENT Training 2006 ANSYS, Inc. All rights reserved. 2006 ANSYS, Inc. All rights reserved. 2-2 What is CFD? Computational fluid dynamics (CFD) is the science

More information

CHAPTER 4 4 NUMERICAL ANALYSIS

CHAPTER 4 4 NUMERICAL ANALYSIS 41 CHAPTER 4 4 NUMERICAL ANALYSIS Simulation is a powerful tool that engineers use to predict the result of a phenomenon or to simulate the working situation in which a part or machine will perform in

More information

Automotive Brake Squeal Analysis Using a Complex Modes Approach

Automotive Brake Squeal Analysis Using a Complex Modes Approach Abaqus Technology Brief TB-05-BRAKE-1 Revised: April 2007. Automotive Brake Squeal Analysis Using a Complex Modes Approach Summary A methodology to study friction-induced squeal in a complete automotive

More information

ANSA. www.beta-cae.gr. quality and performance in automatic mesh generation. p i o n e e r i n g software systems

ANSA. www.beta-cae.gr. quality and performance in automatic mesh generation. p i o n e e r i n g software systems ANSA p i o n e e r i n g software systems quality and performance in automatic mesh generation courtesy of Dr. Ing h.c.f. Porsche AG TM www.beta-cae.gr quality and performance in automatic mesh generation

More information

Shell Elements in ABAQUS/Explicit

Shell Elements in ABAQUS/Explicit ABAQUS/Explicit: Advanced Topics Appendix 2 Shell Elements in ABAQUS/Explicit ABAQUS/Explicit: Advanced Topics A2.2 Overview ABAQUS/Explicit: Advanced Topics ABAQUS/Explicit: Advanced Topics A2.4 Triangular

More information

Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions

Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions Chandresh Shah Cummins, Inc. Abstract Any finite element analysis performed by an engineer is subject to several types of

More information

Computer Aided Design (CAD), ME 530.414, JHU Professor Dan Stoianovici, dss@jhu.edu

Computer Aided Design (CAD), ME 530.414, JHU Professor Dan Stoianovici, dss@jhu.edu Computer Aided Design (CAD), ME 530.414, JHU Professor Dan Stoianovici, dss@jhu.edu COURSE DESCRIPTION: The course outlines modern solid modeling design, analysis, simulation, and manufacturing of mechanical

More information

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume *

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Xiaosong Yang 1, Pheng Ann Heng 2, Zesheng Tang 3 1 Department of Computer Science and Technology, Tsinghua University, Beijing

More information

Finite Elements for 2 D Problems

Finite Elements for 2 D Problems Finite Elements for 2 D Problems General Formula for the Stiffness Matrix Displacements (u, v) in a plane element are interpolated from nodal displacements (ui, vi) using shape functions Ni as follows,

More information

MASTER DEGREE PROJECT

MASTER DEGREE PROJECT MASTER DEGREE PROJECT Finite Element Analysis of a Washing Machine Cylinder Thesis in Applied Mechanics one year Master Degree Program Performed : Spring term, 2010 Level Author Supervisor s Examiner :

More information

SOLIDWORKS CAD Software Training Catalog COURSES FOCUS ON FUNDAMENTAL SKILLS AND CONCEPTS KEY TO INSURING SUCCESS

SOLIDWORKS CAD Software Training Catalog COURSES FOCUS ON FUNDAMENTAL SKILLS AND CONCEPTS KEY TO INSURING SUCCESS SOLIDWORKS CAD Software Training Catalog COURSES FOCUS ON FUNDAMENTAL SKILLS AND CONCEPTS KEY TO INSURING SUCCESS SOLIDWORKS CAD Software Course Index Course Number Course Title Course Length 100 SOLIDWORKS

More information

Simulation Data Management with Interoperability across domains

Simulation Data Management with Interoperability across domains Simulation Data Management with Interoperability across domains Matthias Grau PROSTEP PROSTEP AG Dolivostraße 11 64293 Darmstadt www.prostep.com PROSTEP AG 2007 Introduction CAE today is used increasingly

More information

Finite Element Analysis

Finite Element Analysis Finite Element Analysis (MCEN 4173/5173) Instructor: Dr. H. Jerry Qi Fall, 2006 What is Finite Element Analysis (FEA)? -- A numerical method. -- Traditionally, a branch of Solid Mechanics. -- Nowadays,

More information

Product Synthesis. CATIA - Product Engineering Optimizer 2 (PEO) CATIA V5R18

Product Synthesis. CATIA - Product Engineering Optimizer 2 (PEO) CATIA V5R18 Product Synthesis CATIA - Product Engineering Optimizer 2 (PEO) CATIA V5R18 Product Synthesis CATIA - Product Engineering Optimizer Accelerates design alternatives exploration and optimization according

More information

INTRODUCTION TO COMSOL Multiphysics

INTRODUCTION TO COMSOL Multiphysics INTRODUCTION TO COMSOL Multiphysics Introduction to COMSOL Multiphysics 1998 2015 COMSOL Protected by U.S. Patents listed on www.comsol.com/patents, and U.S. Patents 7,519,518; 7,596,474; 7,623,991; 8,457,932;

More information

Dynamic Load and Stress Analysis of a Crankshaft

Dynamic Load and Stress Analysis of a Crankshaft 27-1-28 Dynamic Load and Stress Analysis of a Crankshaft Farzin H. Montazersadgh and Ali Fatemi The University of Toledo Copyright 27 SAE International ABSTRACT In this study a dynamic simulation was conducted

More information

Solid Edge ST3 Advances the Future of 3D Design

Solid Edge ST3 Advances the Future of 3D Design SUMMARY AND OPINION Solid Edge ST3 Advances the Future of 3D Design A Product Review White Paper Prepared by Collaborative Product Development Associates, LLC for Siemens PLM Software The newest release

More information

An introduction to Code_Aster. Daniele Colombo An introduction to Code_Aster

An introduction to Code_Aster. Daniele Colombo An introduction to Code_Aster An introduction to Code_Aster Goals and basic knowledge Goals of this short course: give you basic knowledge on how Code_Aster works give you an overview on how you can use Code_Aster with the pre/post

More information

(Seattle is home of Boeing Jets)

(Seattle is home of Boeing Jets) Dr. Faeq M. Shaikh Seattle, Washington, USA (Seattle is home of Boeing Jets) 1 Pre Requisites for Today s Seminar Basic understanding of Finite Element Analysis Working Knowledge of Laminate Plate Theory

More information

AC 2012-3848: ONLINE, INTERACTIVE, 3D FINITE ELEMENT STRESS ANALYSIS USING HIGH-PERFORMANCE COMPUTING (HPC) CLUS- TER

AC 2012-3848: ONLINE, INTERACTIVE, 3D FINITE ELEMENT STRESS ANALYSIS USING HIGH-PERFORMANCE COMPUTING (HPC) CLUS- TER AC 2012-3848: ONLINE, INTERACTIVE, 3D FINITE ELEMENT STRESS ANALYSIS USING HIGH-PERFORMANCE COMPUTING (HPC) CLUS- TER Mr. Zachary Vick, University of Oklahoma Master s Candidate Dr. Kurt C. Gramoll, University

More information

CATIA V5R21 - FACT SHEET

CATIA V5R21 - FACT SHEET CATIA V5R21 - FACT SHEET Introduction What s New at a Glance Overview Detailed Description INTRODUCTION CATIA V5 is the leading solution for product success. It addresses all manufacturing organizations;

More information

Analysis of Slotted Counter Sunk (35NCD16 Steel) Aerospace Fasteners

Analysis of Slotted Counter Sunk (35NCD16 Steel) Aerospace Fasteners Analysis of Slotted Counter Sunk (35NCD16 Steel) Aerospace Fasteners A R Abelin Roy Deptt. of ME, Govt. Engineering College, Thrissur, India Christopher Solomon S MMD VSSC, ISRO Thiruvananthapuram, India

More information

CATIA V5 Surface Design

CATIA V5 Surface Design CATIA V5 Training Foils CATIA V5 Surface Design Version 5 Release 19 August 2008 EDU_CAT_EN_V5S_FI_V5R19 1 Lesson 1: Introduction to Generative Shape Design About this Course Introduction CATIA is a robust

More information

Thermo-Mechanical Coupled Simulation with LS-DYNA

Thermo-Mechanical Coupled Simulation with LS-DYNA DYNAmore GmbH Industriestraße 2, D-70565 Stuttgart andrea.erhart@dynamore.de www.dynamore.de Ingenieurbüro Tobias Loose Herdweg 13, D-75045 Wössingen Lkr. Karlsruhe loose@tl-ing.de www.loose.at Thermo-Mechanical

More information

A TOOL FOR SUPPORTING THE PROCESS OF PROPERTY MANAGEMENT AND THE CREATION OF TECHNICAL DRAWINGS

A TOOL FOR SUPPORTING THE PROCESS OF PROPERTY MANAGEMENT AND THE CREATION OF TECHNICAL DRAWINGS Nenad Bojčetić Dragan Žeželj Mario Štorga ISSN 1333-1124 A TOOL FOR SUPPORTING THE PROCESS OF PROPERTY MANAGEMENT AND THE CREATION OF TECHNICAL DRAWINGS Summary UDK 744:004.4 CAD applications play a major

More information

Technology of EHIS (stamping) applied to the automotive parts production

Technology of EHIS (stamping) applied to the automotive parts production Laboratory of Applied Mathematics and Mechanics Technology of EHIS (stamping) applied to the automotive parts production Churilova Maria, Saint-Petersburg State Polytechnical University Department of Applied

More information

New Developments in Forging Product and Process Engineering

New Developments in Forging Product and Process Engineering 1 New Developments in Forging Product and Process Engineering Baba N. Kalyani, M. Muckelbauer, Shyam Takale Bharat Forge Ltd., Pune, India Abstract Innovation is the key to success. Forging Companies,

More information

Application of FEM-Tools in the Engine Development Process

Application of FEM-Tools in the Engine Development Process Application of FEM-Tools in the Engine Development Process H. Petrin, B. Wiesler e-mail: helmut.petrin@avl.com, bruno.wiesler@avl.com AVL List GmbH Graz, Austria Abstract The requirements for the development

More information

Investigation and Application of Multi-Disciplinary Optimization for. Automotive Body-in-White Development

Investigation and Application of Multi-Disciplinary Optimization for. Automotive Body-in-White Development Investigation and Application of Multi-Disciplinary Optimization for Abstract: Automotive Body-in-White Development Allen Sheldon*, Edward Helwig*, Yong-Bae Cho** * Honda R&D Americas, Inc. ** CSM Software,

More information

Introduction to the Siemens PLM End to End Solution for Composites

Introduction to the Siemens PLM End to End Solution for Composites Introduction to the Siemens PLM End to End Solution for Composites Restricted Siemens AG 2014 2013 All rights reserved. Page 1 Siemens PLM is Dedicated to the Future of Lightweight Engineering Bringing

More information

Project Scope. Perform a major step forward in Airbus Virtual Testing (VT) capability of structures. Project launch Design Certification

Project Scope. Perform a major step forward in Airbus Virtual Testing (VT) capability of structures. Project launch Design Certification Presented by Michel MAHÉ Prepared by Michel MAHÉ, Jean-François IMBERT, Christophe BRAND Aircraft Virtual Structural Testing: Challenges for Structure Analysis Aircraft Virtual Structural Testing: Challenges

More information

Understanding Connectors

Understanding Connectors TECHNICAL PAPER Understanding Connectors SolidWorks software helps you move through the design cycle smarter. With fast and accurate virtual connectors, your team will be able to focus on the behavior

More information

AN EXPLANATION OF JOINT DIAGRAMS

AN EXPLANATION OF JOINT DIAGRAMS AN EXPLANATION OF JOINT DIAGRAMS When bolted joints are subjected to external tensile loads, what forces and elastic deformation really exist? The majority of engineers in both the fastener manufacturing

More information

Fatigue Analysis and Optimization of Flexible Printed Circuits

Fatigue Analysis and Optimization of Flexible Printed Circuits Fatigue Analysis and Optimization of Flexible Printed Circuits Alexander Ptchelintsev Nokia Research Center P.O. Box 407, FI-00045 NOKIA GROUP, Finland Email: alexander.ptchelintsev@nokia.com Abstract:

More information

DYNAMICAL ANALYSIS OF SILO SURFACE CLEANING ROBOT USING FINITE ELEMENT METHOD

DYNAMICAL ANALYSIS OF SILO SURFACE CLEANING ROBOT USING FINITE ELEMENT METHOD International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 1, Jan-Feb 2016, pp. 190-202, Article ID: IJMET_07_01_020 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=1

More information