A new approach to interoperability using HDF5

Size: px
Start display at page:

Download "A new approach to interoperability using HDF5"

Transcription

1 A new approach to interoperability using HDF5 Second International Workshop on Software Solutions for Integrated Computational Materials Engineering ICME th April 2016, Barcelona, Spain Anshuman S. Bhadauria, Carlos Agelet de Saracibar, Michele Chiumenti, Miguel Cervera International Center for Numerical Methods in Engineering (CIMNE) web page: web page: web page: web page: Universidad Politécnica de Cataluña (UPC) Campus Norte, Jordi Girona 1-3, Barcelona, Spain

2 Overview Brief introduction of Finite Element problems. Brief about HDF5 format and what its suitable for and what not. Metadata keywords for HDF5 standardization. Introduction to Abaqus Output Database (ODB) and Model Database (MDB). Methodology of data export from ODB to HDF5 and from HDF5 to Abaqus MDB. Open problems. Scope of further work.

3 Finite Element Method FEM is a procedure for the numerical simulation of equations (PDEs) which govern problems found in nature. QUESTION: If we apply force on a solid, what are the values of the displacement, stresses and strains at EACH MATERIAL POINT? ANSWER: Divide and Conquer Fig. A solid with known mechanical properties (a shaft, human tissue, etc). Fig. A quarter of the solid. Fig. Discretization of the solid into finite number of elements.

4 Fig. Temperature distribution over a cylinder block. Fields of Application Fig. Cast, cooling system and mould: 380,000 linear tetrahedral elements.

5 Data associated GEOMETRY INFORMATION BOUNDARY CONDITIONS MESH MATERIAL PROPERTIES RESULTS And more..

6 Taking the FEM data to HDF5 Tool Built upon/ Scripting Interface API HDF5 API enables writing, reading, of HDF5 files from languages like C/C++, Python, Java, Fortran, Matlab.

7 Python API for HDF5 The version of Python used in Abaqus is quiet far behind from current versions. Practical problems: Doesn t support HDF5 by default. Comes with NumPy v1.6, this is critical because both HDF5 APIs require NumPy version >=1.7. Practical workaround: Physically replace (temporarily) the abaqus NumPy v1.6 folder with NumPy v1.7. Use NumPy 1.6 when running GUI, and NumPy v1.7 when nogui. Download h5py and it s dependencies, a HDF5 API for Python, and place it with other Abaqus Python libraries.

8 HDF5 Containers (OOPS Perspective) HDF5 Container Object API Entry Point HDF5.Group Group Object HDF5 containers act as a data structure, and support all the operations possible on internal data structures of programming languages. HDF5.Group.Annotation Annotation Object Data can be transferred from HDF5 containers to Databases relational or non-relational in case a central repository is setup using scripts. HDF5.Dataset Dataset Object HDF5.Dataset.Annotation Annotation Object

9 HDF5 with Metadata Metadata is the data about data, which makes it an entity. A material properties HDF5 File is an entity which can Be understood by multiple Tools. Keywords

10 Abaqus overview HDF5 Model Database Solver Output Database HDF5 These HDF5 files can contain material properties, mesh information and other data associated with Finite Element problems.

11 Abaqus MDB The MDB object is the high-level Abaqus model database. Obviously everything that you do from the GUI can be done from the command line through the MDB object. MDB HDF5 Object From Horizontal or Vertical scales. Model Object JOB Objects Adaptivity Process Objects Coexecution Objects Annotation Objects Load, Material, Step and other Abaqus model objects

12 Using orthotropic elasticity model by specifying the terms in the elastic stiffness matrix Fig. Stress-Strain relationship for Orthotropic case If a material scientist can give us data in terms of parameters which continuum models can process, we can import and use them.

13 Transferring data to the Abaqus MDB from HDF5 files If a material scientist provides a HDF5 file with orthotropic Properties they can be imported. Elasticity Expansion Plasticity Imported into Abaqus Model Material Properties Material properties of an alloy read from a HDF5 file and transferred to the Material object of the Abaqus Model directly through Python API and not input file. Similarly more information like geometries, boundary conditions, loads can also be imported from HDF5 to Abaqus Model database.

14 Abaqus overview HDF5 Model Database Solver Output Database HDF5 These HDF5 files can contain material properties, mesh information and other data associated with Finite Element problems.

15 Abaqus ODB The ODB object is the in-memory representation of an output database (ODB) file. ODB Material Objects Part Objects Interaction Property Object Odb Assembly Objects Annotation Object Results, Part (nodes, elements), Material, and other Abaqus model objects HDF5 Object To Horizontal or Vertical scales.

16 Transferring data from ODB to HDF5 Exported information from Abaqus ODB to HDF5 Element Connectivity Node Coordinates Displacements Similarly, residual stresses, displacements or other results over the mesh can be exported into the HDF5 containers directly from Abaqus ODB and can be used in a Data mapping software..

17 Interoperability at Continuum Scale Horizontal: Ability to transfer information not just data from one tool to another, may it be, importing a deformed mesh along with its associated stresses, material properties etc. Vertical: To be able to plug in material properties from lower scales into Continuum scale material models on demand using predicted macroscopic properties from a microscopic level.

18 Horizontal Interoperability HDF5 files can be Used as neutral files Which are also capable In data visualization. Algorithm used for project VERDI

19 Horizontal Interoperability what can be done HDF5 Model 1 Tool 1 Solver Output Database Data mapping + HDF5 Model 2 Tool 2

20 Complications in Interoperability with HDF5 HDF5 is just a data format or data container which lets us transfer numbers from any software tool, it is how the other tool understands it, needs standardization. Also another problem is to get the numbers that need to be put in these HDF5 containers and ensure they are consistent and make sense by using Interpolation or data mapping tools like FEDES. Parameters provided from other scales might not be necessarily compatible with existing material models.

21 Open Problems Suppose we are able to bring information from lower scales to continuum, how do we manage to update the microstructural information at each time step for eg. In Plasticity models where microstructure changes at each time step? What parameters can we get from the lower scales? Will they be compatible with our models?

22 Roadmap In order to develop HDF5 as a neutral format for simulating a chain of manufacturing, build a exhaustive list of keywords covering all material models. To well define the way data will be exchanged between continuum scales and lower scales. To clearly identify the parameters which can be provided from lower scales and if they are different from existing parameters, how to include them.

23 Thank you

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

Generalized framework for solving 2D FE problems

Generalized framework for solving 2D FE problems ENGN 2340 Computational Methods in Structural Mechanics Generalized framework for solving 2D FE problems Karthik Thalappully Overview The goal of the project was development of a FEA framework in C++ to

More information

CHAPTER 8 FINITE ELEMENT ANALYSIS

CHAPTER 8 FINITE ELEMENT ANALYSIS If you have any questions about this tutorial, feel free to contact Wenjin Tao (w.tao@mst.edu). CHAPTER 8 FINITE ELEMENT ANALYSIS Finite Element Analysis (FEA) is a practical application of the Finite

More information

ME 345: Modeling & Simulation. Introduction to Finite Element Method

ME 345: Modeling & Simulation. Introduction to Finite Element Method ME 345: Modeling & Simulation Introduction to Finite Element Method Examples Aircraft 2D plate Crashworthiness 2 Human Heart Gears Structure Human Spine 3 F.T. Fisher, PhD Dissertation, 2002 Fluid Flow

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

On the usage of HDF5 in the DAMASK crystal plasticity toolkit

On the usage of HDF5 in the DAMASK crystal plasticity toolkit On the usage of HDF5 in the DAMASK crystal plasticity toolkit F. Roters, C. Zhang, P. Eisenlohr, P. Shanthraj, M. Diehl Department Microstructure Physics and Alloy Design f.roters@mpie.de damask@mpie.de

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

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

Method of Finite Elements I

Method of Finite Elements I Institute of Structural Engineering Page 1 Held by Prof. Dr. E. Chatzi, Dr. P. Steffen Assistants: Adrian Egger (HIL E 13.3), Harry Mylonas (HIL H33.1), Konstantinos Tatsis (HIL H33.1) Lectures homepage:

More information

ANALYSIS AND OPTIMIZATION OF FLYWHEEL

ANALYSIS AND OPTIMIZATION OF FLYWHEEL Int. J. Mech. Eng. & Rob. Res. 2012 Sushama G Bawane et al., 2012 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 1, No. 2, July 2012 2012 IJMERR. All Rights Reserved ANALYSIS AND OPTIMIZATION OF FLYWHEEL

More information

Validation Report: Additional Data Mapping to Structural Analysis Packages

Validation Report: Additional Data Mapping to Structural Analysis Packages Autodesk Moldflow Structural Alliance 2012 Validation Report: Additional Data Mapping to Structural Analysis Packages Mapping process-induced stress data from Autodesk Moldflow Insight Dual Domain and

More information

FORMING SIMULATION USING RIGID-PLASTIC MATERIAL MODEL IN MARC

FORMING SIMULATION USING RIGID-PLASTIC MATERIAL MODEL IN MARC SESSION TITLE WILL BE COMPLETED BY MSC SOFTWARE FORMING SIMULATION USING RIGID-PLASTIC MATERIAL MODEL IN MARC Gary Huang, Simufact-Americas LLC April 8, 2013 SUMMARY When simulating large deformation in

More information

Design of Finite Element Software for Modeling Bone Deformation and Failure

Design of Finite Element Software for Modeling Bone Deformation and Failure Design of Finite Element Software for Modeling Bone Deformation and Failure D. Bindel Department of Computer Science Cornell University 22 Apr 2010 Goal state What I hope to get across today: Show some

More information

How TMG Uses Elements and Nodes

How TMG Uses Elements and Nodes Simulation: TMG Thermal Analysis User's Guide How TMG Uses Elements and Nodes Defining Boundary Conditions on Elements You create a TMG thermal model in exactly the same way that you create any finite

More information

Fully-Coupled Thermo-Mechanical Analysis

Fully-Coupled Thermo-Mechanical Analysis Fully-Coupled Thermo-Mechanical Analysis Type of solver: ABAQUS CAE/Standard Adapted from: ABAQUS Example Problems Manual Extrusion of a Cylindrical Aluminium Bar with Frictional Heat Generation Problem

More information

Computer Life (CPL) ISSN: Finite Element Analysis of Bearing Box on SolidWorks

Computer Life (CPL) ISSN: Finite Element Analysis of Bearing Box on SolidWorks Computer Life (CPL) ISSN: 1819-4818 Delivering Quality Science to the World Finite Element Analysis of Bearing Box on SolidWorks Chenling Zheng 1, a, Hang Li 1, b and Jianyong Li 1, c 1 Shandong University

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 36 In last class, we have derived element equations for two d elasticity problems

More information

Stress analysis of Camshaft by using ANSYS Software

Stress analysis of Camshaft by using ANSYS Software Stress analysis of Camshaft by using ANSYS Software Samta Jain, Mr. Vikas Bansal Rajasthan Technical University, kota (Rajasathan), India Abstract This paper presents the modeling and static structural

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

OpenFOAM and Third Party Structural Solver for Fluid Structure Interaction Simulations

OpenFOAM and Third Party Structural Solver for Fluid Structure Interaction Simulations OpenFOAM and Third Party Structural Solver for Fluid Structure Interaction Simulations Robert L. Campbell rlc138@arl.psu.edu Fluids and Structural Mechanics Office Applied Research Laboratory The Pennsylvania

More information

Appendix A: Model Generating GUI Documentation

Appendix A: Model Generating GUI Documentation Appendix A: Model Generating GUI Documentation A.1 Setup Instructions 1. Uncompress Matlab files in desired working folder. 2. Set the same folder as the working directory in Abaqus CAE, File > Set Work

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction GTU Paper Analysis (New Syllabus) Sr. No. Questions 26/10/16 11/05/16 09/05/16 08/12/15 Theory 1. What is graphic standard? Explain different CAD standards. 2. Write Bresenham s

More information

Introduction to Finite Element Analysis using ANSYS

Introduction to Finite Element Analysis using ANSYS Introduction to Finite Element Analysis using ANSYS Sasi Kumar Tippabhotla PhD Candidate Xtreme Photovoltaics (XPV) Lab EPD, SUTD Disclaimer: The material and simulations (using Ansys student version)

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

CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING

CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING 113 CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING 6.1 INTRODUCTION Superplastic properties are exhibited only under a narrow range of strain rates. Hence, it

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction ME 475: Computer-Aided Design of Structures 1-1 CHAPTER 1 Introduction 1.1 Analysis versus Design 1.2 Basic Steps in Analysis 1.3 What is the Finite Element Method? 1.4 Geometrical Representation, Discretization

More information

2D & 3D Finite Element Method Packages of CEMTool for Engineering PDE Problems

2D & 3D Finite Element Method Packages of CEMTool for Engineering PDE Problems 2D & 3D Finite Element Method Packages of CEMTool for Engineering PDE Problems Choon Ki Ahn, Jung Hun Park, and Wook Hyun Kwon 1 Abstract CEMTool is a command style design and analyzing package for scientific

More information

ECE421: Electronics for Instrumentation

ECE421: Electronics for Instrumentation ECE421: Electronics for Instrumentation Lecture #8: Introduction to FEA & ANSYS Mostafa Soliman, Ph.D. March 23 rd 2015 Mostafa Soliman, Ph.D. 1 Outline Introduction to Finite Element Analysis Introduction

More information

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

ASSOCIATIVE SIZING OF AERONAUTICAL STRUCTURES FROM CATIA V5 TO SAMCEF : APPLICATIONS TO STATIC AND BIRD IMPACT ANALYSES 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

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

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

Case Study- Importing As-Molded Plastic Part Conditions into CAE tools

Case Study- Importing As-Molded Plastic Part Conditions into CAE tools 1 IEI Innova Engineering 1 Park Plaza Suite 980 Irvine, California 92614 Case Study- Importing As-Molded Plastic Part Conditions into CAE tools 2 CONTENTS CONTENTS... 2 EXECUTIVE SUMMARY... 3 APPROACH...

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

Analysis Steps 1. Start Abaqus and choose to create a new model database

Analysis Steps 1. Start Abaqus and choose to create a new model database Source: Online tutorials for ABAQUS Problem Description The two dimensional bridge structure, which consists of steel T sections (b=0.25, h=0.25, I=0.125, t f =t w =0.05), is simply supported at its lower

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

An Efficient Sequential Approach for Simulation of Thermal Stresses in Disc Brakes

An Efficient Sequential Approach for Simulation of Thermal Stresses in Disc Brakes An Efficient Sequential Approach for Simulation of Thermal Stresses in Disc Brakes Asim Rashid 1, Niclas Strömberg 1 1 Jönköping University, SE-55111 Jönköping, Sweden Abstract In this paper an efficient

More information

Outline. COMSOL Multyphysics: Overview of software package and capabilities

Outline. COMSOL Multyphysics: Overview of software package and capabilities COMSOL Multyphysics: Overview of software package and capabilities Lecture 5 Special Topics: Device Modeling Outline Basic concepts and modeling paradigm Overview of capabilities Steps in setting-up a

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

CS 231. Deformation simulation (and faces)

CS 231. Deformation simulation (and faces) CS 231 Deformation simulation (and faces) Deformation BODY Simulation Discretization Spring-mass models difficult to model continuum properties Simple & fast to implement and understand Finite Element

More information

Strain Analysis for Different Shape Factors in Indentation Processes

Strain Analysis for Different Shape Factors in Indentation Processes Strain Analysis for Different Shape Factors in Indentation Processes Marta María MARÍN, Beatriz DE AGUSTINA, Ana María CAMACHO, Miguel Ángel SEBASTIÁN Department of Manufacturing Engineering, National

More information

ERCIM Alain Bensoussan Fellowship Scientific Report

ERCIM Alain Bensoussan Fellowship Scientific Report ERCIM Alain Bensoussan Fellowship Scientific Report Fellow: Visited Location : Duration of Visit: Marek Gayer CNR Pisa, Italy 14 months I - Scientific activity My scientific activity was directed towards

More information

Orbital forming of SKF's hub bearing units

Orbital forming of SKF's hub bearing units Orbital forming of SKF's hub bearing units Edin Omerspahic 1, Johan Facht 1, Anders Bernhardsson 2 1 Manufacturing Development Centre, AB SKF 2 DYNAmore Nordic 1 Background Orbital forming is an incremental

More information

Static, Modal and Kinematic Analysis of Hydraulic Excavator

Static, Modal and Kinematic Analysis of Hydraulic Excavator Static, Modal and Kinematic Analysis of Hydraulic Excavator Anil Jadhav Abhijit Kulkarni Tamilnadu,India-632014 Vinayak Kulkarni Prof. Ravi. K Assistant professor Mechanical department Abstract Hydraulic

More information

CS 231. Deformation simulation (and faces)

CS 231. Deformation simulation (and faces) CS 231 Deformation simulation (and faces) 1 Cloth Simulation deformable surface model Represent cloth model as a triangular or rectangular grid Points of finite mass as vertices Forces or energies of points

More information

OOF: Flexible Finite Element Modeling For Materials Science

OOF: Flexible Finite Element Modeling For Materials Science OOF: Flexible Finite Element Modeling For Materials Science Andrew Reid (NIST) Stephen Langer (NIST), Shahriyar Keshavarz (Theiss Res.) ICMEg April 13, 2016 Outline OOF motivation and scope Workflow Current

More information

COMPUTER AIDED ENGINEERING. Part-1

COMPUTER AIDED ENGINEERING. Part-1 COMPUTER AIDED ENGINEERING Course no. 7962 Finite Element Modelling and Simulation Finite Element Modelling and Simulation Part-1 Modeling & Simulation System A system exists and operates in time and space.

More information

Finite Element Modeling and Failure Analysis of Roll Bending. Forming of GLARE Laminates

Finite Element Modeling and Failure Analysis of Roll Bending. Forming of GLARE Laminates Finite Element Modeling and Failure Analysis of Roll Bending Forming of GLARE Laminates Jingming Tian, Gang Tao, Cheng Liu, Huaguan Li, Xian Zhang, Jie Tao* College of Materials Science and Technology,

More information

Lecture 23: Bits and Bones

Lecture 23: Bits and Bones Lecture 23: Bits and Bones David Bindel 19 Apr 2010 Logistics Projects! Things to remember: Stage your work to get something by end-of-semester Important thing is reasoning about performance Do come talk

More information

Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, Politecnico di Milano, February 3, 2017, Lesson 1

Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, Politecnico di Milano, February 3, 2017, Lesson 1 Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, attilio.frangi@polimi.it Politecnico di Milano, February 3, 2017, Lesson 1 1 Politecnico di Milano, February 3, 2017, Lesson 1 2 Outline

More information

Calibration of Nonlinear Viscoelastic Materials in Abaqus Using the Adaptive Quasi-Linear Viscoelastic Model

Calibration of Nonlinear Viscoelastic Materials in Abaqus Using the Adaptive Quasi-Linear Viscoelastic Model Calibration of Nonlinear Viscoelastic Materials in Abaqus Using the Adaptive Quasi-Linear Viscoelastic Model David B. Smith *, Uday Komaragiri **, and Romil Tanov ** ** * Ethicon Endo-Surgery, Inc., Cincinnati,

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

Frequently Overlooked Features in Abaqus

Frequently Overlooked Features in Abaqus Frequently Overlooked Features in Abaqus SIMULIA Great Lakes Regional User Meeting Oct 12, 2011 Brad Heers Technical Marketing, Automotive 1 A true story...from the old days of CAE 2 Looking at Example

More information

University of Quebec at Chicoutimi (UQAC) Friction Stir Welding Research Group. A CUDA Fortran. Story

University of Quebec at Chicoutimi (UQAC) Friction Stir Welding Research Group. A CUDA Fortran. Story University of Quebec at Chicoutimi (UQAC) Friction Stir Welding Research Group A CUDA Fortran Story Summary At the University of Quebec at Chicoutimi (UQAC) friction stir welding (FSW) research group,

More information

Configuration Optimization of Anchoring Devices of Frame-Supported Membrane Structures for Maximum Clamping Force

Configuration Optimization of Anchoring Devices of Frame-Supported Membrane Structures for Maximum Clamping Force 6 th China Japan Korea Joint Symposium on Optimization of Structural and Mechanical Systems June 22-25, 200, Kyoto, Japan Configuration Optimization of Anchoring Devices of Frame-Supported Membrane Structures

More information

DARWIN 9.0 Release Notes

DARWIN 9.0 Release Notes Summary of New Capabilities DARWIN 9.0 Release Notes May 2016 Southwest Research Institute DARWIN 9.0 includes the following new features: Optimal Gaussian Process Pre-zoning 3D Sector Models SIF Solution

More information

CAE Workflow Coupling Stamping and Impact Simulations

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

More information

course outline basic principles of numerical analysis, intro FEM

course outline basic principles of numerical analysis, intro FEM idealization, equilibrium, solutions, interpretation of results types of numerical engineering problems continuous vs discrete systems direct stiffness approach differential & variational formulation introduction

More information

Optimal sensor distribution for impact loading identification

Optimal sensor distribution for impact loading identification 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic Optimal sensor distribution for impact loading identification More Info at Open Access Database

More information

Abaqus/CAE Axisymmetric Tutorial (Version 2016)

Abaqus/CAE Axisymmetric Tutorial (Version 2016) Abaqus/CAE Axisymmetric Tutorial (Version 2016) Problem Description A round bar with tapered diameter has a total load of 1000 N applied to its top face. The bottom of the bar is completely fixed. Determine

More information

SSR Polygonal Search Area

SSR Polygonal Search Area SSR Polygonal Search Area 22-1 SSR Polygonal Search Area In this tutorial, Phase2 is used to determine the factor of safety of a slope using the shear strength reduction (SSR) method. The SSR Polygon Search

More information

How does your Swiss cheese deform?

How does your Swiss cheese deform? PATC FEM - ElmerGUI demo example How does your Swiss cheese deform? A walk-through demonstration 1 ElmerGUI Demo Material is on the USB stick/virtual appliance If you have a working Elmer/ElmerGUI environment

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

Study on Shaking Table Test and Simulation Analysis of Graphite Dowel-Socket Structure

Study on Shaking Table Test and Simulation Analysis of Graphite Dowel-Socket Structure Study on Shaking Table Test and Simulation Analysis of Graphite Dowel-Socket Structure Xiangxiong Kong, Tiehua Shi & Shaoge Cheng Institute of Earthquake Engineering, China Academy of Building Research,

More information

Abaqus Technology Brief. Two-Pass Rolling Simulation

Abaqus Technology Brief. Two-Pass Rolling Simulation Abaqus Technology Brief Two-Pass Rolling Simulation TB-03-TPRS-1 Revised: April 2007. Summary Hot rolling is a basic metal forming technique that is used to transform preformed shapes into final products

More information

3D meso-structural analysis of concrete specimens under uniaxial tension

3D meso-structural analysis of concrete specimens under uniaxial tension 3D meso-structural analysis of concrete specimens under uniaxial tension A. Caballero, C.M. López & I. Carol ETSECCPB, UPC, Barcelona, SPAIN. ABSTRACT: This paper describes an approach for the 3-D meso-structural

More information

Laboratory for Manufacturing Automation

Laboratory for Manufacturing Automation Laboratory for Manufacturing Automation Consortium on Deburring and Edge Finishing (University of California, Berkeley) Year 2005 Paper gardner 05 01 Comparative Study of Finite Element Simulation Software

More information

A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections

A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections Dawit Hailu +, Adil Zekaria ++, Samuel Kinde +++ ABSTRACT After the 1994 Northridge earthquake

More information

ABAQUS for CATIA V5 Tutorials

ABAQUS for CATIA V5 Tutorials ABAQUS for CATIA V5 Tutorials AFC V2.5 Nader G. Zamani University of Windsor Shuvra Das University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com ABAQUS for CATIA V5,

More information

1. Carlos A. Felippa, Introduction to Finite Element Methods,

1. Carlos A. Felippa, Introduction to Finite Element Methods, Chapter Finite Element Methods In this chapter we will consider how one can model the deformation of solid objects under the influence of external (and possibly internal) forces. As we shall see, the coupled

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

Scilab Element Finite Cylinder

Scilab Element Finite Cylinder Scilab Element Finite Cylinder Free PDF ebook Download: Scilab Element Finite Cylinder Download or Read Online ebook scilab element finite cylinder in PDF Format From The Best User Guide Database Scilab

More information

Analysis of Pile Behaviour due to Damped Vibration by Finite Element Method (FEM)

Analysis of Pile Behaviour due to Damped Vibration by Finite Element Method (FEM) ISSN 2395-1621 Analysis of Pile Behaviour due to Damped Vibration by Finite Element Method (FEM) #1 L.M.Sardesai, #2 G.A.Kadam 1 sardesaileena@rediffmail.com.com 2 ganeshkadam07@gmail.com #1 Mechanical

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

Module 1: Introduction to Finite Element Analysis. Lecture 4: Steps in Finite Element Analysis

Module 1: Introduction to Finite Element Analysis. Lecture 4: Steps in Finite Element Analysis 25 Module 1: Introduction to Finite Element Analysis Lecture 4: Steps in Finite Element Analysis 1.4.1 Loading Conditions There are multiple loading conditions which may be applied to a system. The load

More information

SimLab 14.3 Release Notes

SimLab 14.3 Release Notes SimLab 14.3 Release Notes Highlights SimLab 14.0 introduced new graphical user interface and since then this has evolved continuously in subsequent versions. In addition, many new core features have been

More information

This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and visualize the results;

This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and visualize the results; ENGN 1750: Advanced Mechanics of Solids ABAQUS TUTORIAL School of Engineering Brown University This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and

More information

Contents Metal Forming and Machining Processes Review of Stress, Linear Strain and Elastic Stress-Strain Relations 3 Classical Theory of Plasticity

Contents Metal Forming and Machining Processes Review of Stress, Linear Strain and Elastic Stress-Strain Relations 3 Classical Theory of Plasticity Contents 1 Metal Forming and Machining Processes... 1 1.1 Introduction.. 1 1.2 Metal Forming...... 2 1.2.1 Bulk Metal Forming.... 2 1.2.2 Sheet Metal Forming Processes... 17 1.3 Machining.. 23 1.3.1 Turning......

More information

Modelling of Isogeometric Analysis for Plane Stress Problem Using Matlab GUI Norliyana Farzana Binti Zulkefli, Ahmad Razin Bin Zainal Abidin

Modelling of Isogeometric Analysis for Plane Stress Problem Using Matlab GUI Norliyana Farzana Binti Zulkefli, Ahmad Razin Bin Zainal Abidin Modelling of Isogeometric Analysis for Plane Stress Problem Using Matlab GUI Norliyana Farzana Binti Zulkefli, Ahmad Razin Bin Zainal Abidin Faculty of Civil Engineering, Universiti Teknologi Malaysia,

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

Coupled analysis of material flow and die deflection in direct aluminum extrusion

Coupled analysis of material flow and die deflection in direct aluminum extrusion Coupled analysis of material flow and die deflection in direct aluminum extrusion W. Assaad and H.J.M.Geijselaers Materials innovation institute, The Netherlands w.assaad@m2i.nl Faculty of Engineering

More information

Analysis of holes and spot weld joints using sub models and superelements

Analysis of holes and spot weld joints using sub models and superelements MASTER S THESIS 2010:179 CIV Analysis of holes and spot weld joints using sub models and superelements Viktor Larsson MASTER OF SCIENCE PROGRAMME Mechanical Engineering Luleå University of Technology Department

More information

by Mahender Reddy Concept To Reality / Summer 2006

by Mahender Reddy Concept To Reality / Summer 2006 by Mahender Reddy Demand for higher extrusion rates, increased product quality and lower energy consumption have prompted plants to use various methods to determine optimum process conditions and die designs.

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

Topology Optimization Design of Automotive Engine Bracket

Topology Optimization Design of Automotive Engine Bracket Energy and Power Engineering, 2016, 8, 230-235 Published Online April 2016 in SciRes. http://www.scirp.org/journal/epe http://dx.doi.org/10.4236/epe.2016.84021 Topology Optimization Design of Automotive

More information

ANSYS Workbench Guide

ANSYS Workbench Guide ANSYS Workbench Guide Introduction This document serves as a step-by-step guide for conducting a Finite Element Analysis (FEA) using ANSYS Workbench. It will cover the use of the simulation package through

More information

Parallel finite element algorithms for the analysis of multiscale plasticity problems

Parallel finite element algorithms for the analysis of multiscale plasticity problems Parallel finite element algorithms for the analysis of multiscale plasticity problems K. Inall, K. W, Nealel &P. D. WU2 lfaculty of Engineering, University of Sherbrooke, Sherbrooke, Quebec, Canada. Alcan

More information

EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY

EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY EXACT BUCKLING SOLUTION OF COMPOSITE WEB/FLANGE ASSEMBLY J. Sauvé 1*, M. Dubé 1, F. Dervault 2, G. Corriveau 2 1 Ecole de technologie superieure, Montreal, Canada 2 Airframe stress, Advanced Structures,

More information

Study of Convergence of Results in Finite Element Analysis of a Plane Stress Bracket

Study of Convergence of Results in Finite Element Analysis of a Plane Stress Bracket RESEARCH ARTICLE OPEN ACCESS Study of Convergence of Results in Finite Element Analysis of a Plane Stress Bracket Gowtham K L*, Shivashankar R. Srivatsa** *(Department of Mechanical Engineering, B. M.

More information

ICME: Status & Perspectives

ICME: Status & Perspectives ICME: Status & Perspectives from Materials Science and Engineering Surya R. Kalidindi Georgia Institute of Technology New Strategic Initiatives: ICME, MGI Reduce expensive late stage iterations Materials

More information

ADVANCED POST-PROCESSING OF RESULT FROM MOLDFLOW / MOLDEX3D AND EXTENSION

ADVANCED POST-PROCESSING OF RESULT FROM MOLDFLOW / MOLDEX3D AND EXTENSION ADVANCED POST-PROCESSING OF RESULT FROM MOLDFLOW / MOLDEX3D AND EXTENSION 1 Jing Jin * 2 Chenling Jiang * 3 Zhenyi Cao * 1 BASF /Performance Material, China 2 University of Victoria /Department of Mechanical

More information

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation 3D Finite Element Software for Cracks Version 3.2 Benchmarks and Validation October 217 1965 57 th Court North, Suite 1 Boulder, CO 831 Main: (33) 415-1475 www.questintegrity.com http://www.questintegrity.com/software-products/feacrack

More information

CHAPTER 5 FINITE ELEMENT METHOD

CHAPTER 5 FINITE ELEMENT METHOD CHAPTER 5 FINITE ELEMENT METHOD 5.1 Introduction to Finite Element Method Finite element analysis is a computer based numerical method to deduce engineering structures strength and behaviour. Its use can

More information

Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam

Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam Problem Specification Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam Consider the beam in the figure below. It is clamped on the left side and has a point force of 8kN acting

More information

1. The program has automatic generation of technical reports using customized Word templates as *.dotx-files.

1. The program has automatic generation of technical reports using customized Word templates as *.dotx-files. SOFTWARE FOR SIMULATION AND OPTIMIZATION OF METAL FORMING PROCESSES AND PROFILE EXTRUSION QForm VX 8.2.3 new facilities and features October 2017 The new version of QForm has some amazing new features,

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

Overview of ABAQUS II. Working with Geometry in ABAQUS III. Working with models Created Outside ABAQUS IV. Material and Section Properties

Overview of ABAQUS II. Working with Geometry in ABAQUS III. Working with models Created Outside ABAQUS IV. Material and Section Properties ABAQUS TRAINING I. Overview of ABAQUS II. Working with Geometry in ABAQUS III. Working with models Created Outside ABAQUS IV. Material and Section Properties V. Assemblies in ABAQUS VI. Steps, Output,

More information

Set No. 1 IV B.Tech. I Semester Regular Examinations, November 2010 FINITE ELEMENT METHODS (Mechanical Engineering) Time: 3 Hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks

More information

Particle finite element method applied to mould filling

Particle finite element method applied to mould filling Particle finite element method applied to mould filling Romain Aubry* Eugenio Oñate* Sergio Rodolfo Idelsohn** Facundo Del Pin * * International Center for Numerical Methods in Engineering (CIMNE) Universidad

More information

EMBEDDED ELEMENT METHOD IN MESO-FINITE ELEMENT MODELING OF TEXTILE COMPOSITES. Authors:

EMBEDDED ELEMENT METHOD IN MESO-FINITE ELEMENT MODELING OF TEXTILE COMPOSITES. Authors: EMBEDDED ELEMENT METHOD IN MESO-FINITE ELEMENT MODELING OF TEXTILE COMPOSITES Authors: Seyyed Ahmad Tabatabaei, Prof. Stepan V. Lomov, Prof. Ignace Verpoest Overview Meso-FE modelling : importance, road

More information

PYTHON API TO RUN CALCULIX: PYCALCULIX Justin Black Mechanical Engineer

PYTHON API TO RUN CALCULIX: PYCALCULIX Justin Black Mechanical Engineer PYTHON API TO RUN CALCULIX: PYCALCULIX 2014-12-22 Justin Black Mechanical Engineer Justin.a.black@gmail.com www.justinablack.com WHAT AND WHY What: I created an API in python to build, solve and analyze

More information