Abaqus User Element implementation of NURBS based Isogeometric Analysis

Size: px
Start display at page:

Download "Abaqus User Element implementation of NURBS based Isogeometric Analysis"

Transcription

1 1 / 22 Abaqus User Element implementation of NURBS based Isogeometric Analysis 1, A. Duval 1, F. Maurin 1, H. Al Akhras 1 1 Université de Lyon, CNRS INSA-Lyon, Laboratoire de Mécanique des Contacts et des Structures, France 6 th European Congress on Computational Methods in Applied Science and Engineering Vienna, Austria Sep. 10 th - Sep. 14 th 2012

2 2 / 22 Outline and future work

3 3 / 22 Outline and future work

4 4 / 22 Isogeometric Analysis is based on the geometric primitives of CAD: NURBS and T-splines. It includes standard FEA as a special case, but offers other possibilities: Precise and efficient geometric modeling Simplified mesh refinement Smooth basis functions with compact support Superior approximation properties Accurate derivatives and stresses Integration of design and analysis Application in industry requires its implementation in commercial software

5 5 / 22 Several commercial FE packages provide user element capabilities. Abaqus User ELement and User ELement with abaqus MATerial subroutine offers the possibility to introduce arbitrary elements into abaqus using user defined material (UEL) or most of the material available in the software (UELMAT). UEL can be defined with arbitrary shape functions, node numbers, polynomial order and integration points. All the standard finite element data can be passed in the.inp input file. Additional data can be passed as common variables using User EXTERNAL DataBase (UEXTERNALDB) routines.

6 6 / 22 Outline and future work

7 Single patch implementation NURBS as a Basis for Analysis 95 Start Read input data Build connectivities and allocate global arrays K=0 and F=0 Loop through elements K e =0 and F e =0 Loop through quadrature points Evaluate basis functions and derivatives Add contributions to K e and F e Solve Kd=F Write output data Assemble K e K and F e F Stop 7 / 22 Figure 3.15 Flowchart of a classical finite element code. Such a code can be converted to a single-patch isogeometric analysis code by replacing the routines shown in green. J.A. Cottrell, T.J.R. Hughes, Y. Bazilevs Isogeometric Analysis, 2009.

8 8 / 22 data Finite Element Analysis node coordinates element type element connectivity (ID, IEN and LM) integration rule NURBS based IGA control points coordinates polynomial degree element connectivity (ID, IEN, LM, INC) integration rule control points weights knot vectors Common data can be passed in the.inp abaqus input file. We only consider same polynomial order in all parametric directions, therefore element type defines the degree. Gauss quadrature is defined a priori based on element type.

9 9 / 22 Connectivity Given a basis function (i.e. control point) number and a parametric direction, the INC array returns the NURBS coordinate. Given a local basis function number and element number, the IEN array returns the global basis function number. Given a global basis function number and degree of freedom number, the ID array returns the equation number. The IEN array is directly passed in the.inp file with the standard element connectivity. The ID array is generated by abaqus based on the boundary conditions and number of DOF per CP.

10 9 / 22 Connectivity Given a basis function (i.e. control point) number and a parametric direction, the INC array returns the NURBS coordinate. Given a local basis function number and element number, the IEN array returns the global basis function number. Given a global basis function number and degree of freedom number, the ID array returns the equation number. The INC array is used in the pre-processing step to construct IEN but only a part of it is necessary in the shape function routine. For each element and parametric direction we only need the NURBS coordinate of the first local basis function. We replace INC by a new array called NIJK. Given an element number and a parametric direction, the NIJK array returns the NURBS coordinate of the first local basis function.

11 10 / Isogeometric Analysis: Toward Integration of CAD and FEA A multiple patch code A multi-patch isogeometricanalysiscodecanbemadetoconformwiththeflowchartin Figure In practice, however, it makes more sense to consider the slight modification shown in Figure In this case, we begin by inputting enough global information to build the global connectivities, as before. This information includes the polynomial orders and the knot vectors for each of the patches, but it does not require the control points. We can save time and memory by not reading the control points until they are needed. If local refinement Multi-patch implementation Start Read global input data Build connectivities and allocate global arrays K=0 and F=0 Loop through patches Read patch input data Loop through elements on the current patch K e =0 and F e =0 Loop through quadrature points Evaluate basis functions and derivatives Add contributions to K e and F e Solve Kd=F Write output data Assemble K e K and F e F Stop

12 which we insert into (3.58) along with = 0toarriveat w ƔD w ud + w fd + wudɣ = 0. (3.61) Though we have replaced one expression involving the unknown u for another, we have enforced the relationship between them weakly. 3.5 revisited Multi-patch implementation Local refinement ƔR wr dɣ β In Section 3 of Chapter 2 we discussed the need for modeling domains using multiple patches. We always assume compatible discretizations for the geometry, meaning that on the coarsest The outer mesh, mappings loop and onparameterizations patches cannot on the adjoining bepatch used faces are within identical. abaqus. Each control point on a face is in one-to-one correspondence For simplicity we only support C 0 with a control point from the adjoining face, likewise for the control variables of the solution. Incoupling many instances, with this relationship conforming will be meshes. preserved as we refine. To make the assembly of the stiffness matrices and force vectors as The connectivity simple as possible, the arrays connectivity forarray allwill patches identify the equivalent are generated local control variables in the on each face with a single control variable in the global array. By identifying them as a single pre-processing entity for analysis step. purposes, we simplify the logic and decrease the total amount of work needed. The result is that the two patches are joined as though they were one. Then a Identifying global two reordering control points atof the same thelocation elements in physical space andascontrol being a singlepoints entity is done is fairly trivial. Slightly subtler is what this implies for the basis functions. The situation is with a shown merging Figure 3.7. ofwhen CPtwo onbases patch generatedinterfaces. using open knot vectors are brought together, the effect is indistinguishable from the case of one knot vector with a knot repeated p times, The.inp as long file as the iscoefficients generated of the twofor joining the functions whole are thedomain same. This is, of ascourse, forexactly a single patch. what we have assured by identifying the two control variables as one. Patch data is passed in the.nb file. ƔR 10 / 22 Figure 3.7 If two knot vectors formed from open knot vectors are brought together, they can be made

13 11 / 22.inp file *HEADING **Job name:test.txt ** - Laboratoire de Mecanique des Contacts et des Structures - INSA-Lyon *Part, name=piece *USER ELEMENT, NODES=ncpelt, TYPE=Up, COORDINATES=d, variables=size of SVARS, INTEGRATION=ngelt, TENSOR=PSTRAIN or THREED 1,2 for 2D, 1,2,3 for 3D *Node,nset=AllNode ->list of control points cpnb, X-coordinate, Y-coordinate, Z-coordinate *Element, type=up, elset=allels -> list of elements eltnb, CP1, CP2, CP3,... *ELSET,ELSET=EltPAtch1 -> set of all the elements list of elements nb *NSET,NSET=SetCPFacei -> set of control points used for Dirichlet BC list of control points lying on the i-th face *ELSET, ELSET=SetEltFacei -> set of elements used for Neumann BC list of elements belonging to the i-th face *UEL PROPERTY, ELSET=EltPatch1, MATERIAL=MAT ->assign the material to the set of all elements *End Part ** ASSEMBLY *Assembly, name=assembly *Instance, name=i1, part=piece *End Instance *End Assembly

14 11 / 22.inp file **MATERIAL *MATERIAL,NAME=MAT *Elastic Young s modulus value, Poisson s ratio value *STEP,extrapolation=NO,NLGEOM=YES or NO *Static ** BOUNDARY CONDITIONS ->list of Dirichlet boundary conditions *Boundary I1.SetCPFacei, direction of the imposed BC, direction of the imposed BC, value imposed. ** LOADS ->list of Neumann boundary conditions *Cload I1.SetFacei, key for selecting element face, value imposed. ** OUTPUT REQUESTS *node file, frequency=1 U,RF,CF *el file, frequency=1 SDV *End Step

15 12 / 22.NB file *DIMENSION 2 or 3 * total nb of elements nelt *nb of patches nbpatch *nb of elements per patch neltp1, neltp2,... *data for patch i number of knots for parametric direction j knot vector for parametric direction j *NIJK array based on global domain element numbering eltnb, nijk1, nijk2, nijk3 *list of CP weights based on global domain CP numbering CPnb, weight

16 13 / 22 Procedure 1 Pre-processing 2 Analysis Matlab pre-processor based on Geopdes. Handles 2D, 3D single and multi-patch cases. Rhino plugin for multi-patch 2D cases (imposition of BC, material definition). 3 Post-processing

17 13 / 22 Procedure 1 Pre-processing 2 Analysis GUI for selecting IGA input files. Interactive job execution using our IGA user element. 3 Post-processing

18 13 / 22 Procedure 1 Pre-processing 2 Analysis 3 Post-processing Request output of the results in a raw ASCII file.fil (CP data, internal variables). GUI user interface for selecting input and output files and post-processing parameters. Abaqus python and C++ scripting interface to perform projection on a finer FE mesh. (Internal variables are first projected onto CP using global least-square if needed). Generate a projected output database binary file.odb readable in abaqus CAE.

19 Graphical User Interface movie 14 / 22

20 15 / 22 Outline and future work

21 : single patch horseshoe E= MPa, ν = 0.3, imposed displacement of ud = +/ 1ex. 16 / 22 T.J.R. Hughes, J.A. Cottrell, Y. Bazilevs Isogeometric analysis: CAD, finite elements, NURBS, exact geometry and mesh refinement. Computer Methods in Applied Mechanics and Engineering, vol. 194, p , 2005.

22 17 / 22 : single patch horseshoe (cont d) σ zz on initial configuration σ zz on deformed configuration

23 18 / 22 : multipatch cylinder Cylinder submitted to internal pressure, geometry defined with 4 patches. R = 2m, r = 1m, E = MPa, ν = 0.3, p=10mpa. Von Mises stress on deformed configuration undeformed geometry and mesh.

24 Small strain plasticity: plane strain cylinder Cylinder submitted to internal pressure, elastic vs. perfectly plastic case. R = 2m, r = 1m, E=200000MPa, ν = 0.3, σ y=200mpa, p=145mpa. 19 / 22 Von Mises stress pure elastic case vm = 85MPa ; σvm MAX =335MPa) (σ min Von Mises stress perfectly plastic case (σvm min = 116MPa ; =200MPa) σ MAX vm

25 20 / 22 Outline and future work

26 21 / 22 We have a proposed an implementation of NURBS based IGA in the abaqus FEA commercial package. The implementation is able to handle single and multiple patches (C 0 continuity across compatible patch boundaries). Thank to UELMAT we can directly use most material available in abaqus for small and large deformation (NLGEOM). Post processing capabilities are available directly into abaqus CAE using Python/C++ scripting interface. Preliminary work on pre-processing allow us to provide a GUI for 2D cases and matlab for 3D.

27 22 / 22 Future work Improve the way necessary extra data can be passed on (i.e. outside the.inp file). Introduce Bezier extraction as an alternative. Include temperature for thermal or thermo-mechanical analysis, further test NLGEOM and material as well as dynamics. Released as open source under the CeCILL license in a few days.

Recent Developments in Isogeometric Analysis with Solid Elements in LS-DYNA

Recent Developments in Isogeometric Analysis with Solid Elements in LS-DYNA Recent Developments in Isogeometric Analysis with Solid Elements in LS-DYNA Liping Li David Benson Attila Nagy Livermore Software Technology Corporation, Livermore, CA, USA Mattia Montanari Nik Petrinic

More information

Abaqus CAE Tutorial 6: Contact Problem

Abaqus CAE Tutorial 6: Contact Problem ENGI 7706/7934: Finite Element Analysis Abaqus CAE Tutorial 6: Contact Problem Problem Description In this problem, a segment of an electrical contact switch (steel) is modeled by displacing the upper

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

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

The NURBS and GeoPDEs packages Octave software for research on IGA

The NURBS and GeoPDEs packages Octave software for research on IGA The NURBS and GeoPDEs packages Octave software for research on IGA Rafael Vázquez IMATI Enrico Magenes, Pavia Consiglio Nazionale delle Ricerche R. Vázquez (IMATI-CNR Italy) The NURBS and GeoPDEs packages

More information

MODELLING STIFFENED LIGHTWEIGHT STRUCTURES WITH ISOGEOMETRIC ANALYSIS VIA MORTAR METHODS

MODELLING STIFFENED LIGHTWEIGHT STRUCTURES WITH ISOGEOMETRIC ANALYSIS VIA MORTAR METHODS ECCOMAS Congress 2016 VII European Congress on Computational Methods in Applied Sciences and Engineering M. Papadrakakis, V. Papadopoulos, G. Stefanou, V. Plevris (eds.) Crete Island, Greece, 5 10 June

More information

This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks

This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks ENGN 1750: Advanced Mechanics of Solids ABAQUS CAD INTERFACE TUTORIAL School of Engineering Brown University This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks

More information

Abaqus CAE Tutorial 1: 2D Plane Truss

Abaqus CAE Tutorial 1: 2D Plane Truss ENGI 7706/7934: Finite Element Analysis Abaqus CAE Tutorial 1: 2D Plane Truss Lab TA: Xiaotong Huo EN 3029B xh0381@mun.ca Download link for Abaqus student edition: http://academy.3ds.com/software/simulia/abaqus-student-edition/

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

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

Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses

Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses Goals In this exercise, we will explore the strengths and weaknesses of different element types (tetrahedrons vs. hexahedrons,

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

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

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

Exercise 1. 3-Point Bending Using the GUI and the Bottom-up-Method

Exercise 1. 3-Point Bending Using the GUI and the Bottom-up-Method Exercise 1 3-Point Bending Using the GUI and the Bottom-up-Method Contents Learn how to... 1 Given... 2 Questions... 2 Taking advantage of symmetries... 2 A. Preprocessor (Setting up the Model)... 3 A.1

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

Manual for Abaqus CAE Topology Optimization

Manual for Abaqus CAE Topology Optimization Abaqus CAE access: Manual for Abaqus CAE Topology Optimization 1. Open Exceed ondemand Client -> login and pass 2FA 2. Select Desktop_Mode_Full_Screen (or other user preferred resolution) for XConfig and

More information

Isogeometric Analysis of Fluid-Structure Interaction

Isogeometric Analysis of Fluid-Structure Interaction Isogeometric Analysis of Fluid-Structure Interaction Y. Bazilevs, V.M. Calo, T.J.R. Hughes Institute for Computational Engineering and Sciences, The University of Texas at Austin, USA e-mail: {bazily,victor,hughes}@ices.utexas.edu

More information

AN ISOGEOMETRIC REISSNER-MINDLIN SHELL WITH LAGRANGE BASIS

AN ISOGEOMETRIC REISSNER-MINDLIN SHELL WITH LAGRANGE BASIS 11th World Congress on Computational Mechanics (WCCM XI) 5th European Conference on Computational Mechanics (ECCM V) 6th European Conference on Computational Fluid Dynamics (ECFD VI) E. Oñate, J. Oliver

More information

3D NURBS-ENHANCED FINITE ELEMENT METHOD

3D NURBS-ENHANCED FINITE ELEMENT METHOD 7th Workshop on Numerical Methods in Applied Science and Engineering (NMASE 8) Vall de Núria, 9 a 11 de enero de 28 c LaCàN, www.lacan-upc.es 3D NURBS-ENHANCED FINITE ELEMENT METHOD R. Sevilla, S. Fernández-Méndez

More information

Motivation Patch tests Numerical examples Conclusions

Motivation Patch tests Numerical examples Conclusions Weakening the tight coupling between geometry and simulation in isogeometric analysis: from sub- and super- geometric analysis to Geometry Independent Field approximation (GIFT) Elena Atroshchenko, Gang

More information

Generative Part Structural Analysis Fundamentals

Generative Part Structural Analysis Fundamentals CATIA V5 Training Foils Generative Part Structural Analysis Fundamentals Version 5 Release 19 September 2008 EDU_CAT_EN_GPF_FI_V5R19 About this course Objectives of the course Upon completion of this course

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

Isogeometric Analysis Application to Car Crash Simulation

Isogeometric Analysis Application to Car Crash Simulation Isogeometric Analysis Application to Car Crash Simulation S. Bouabdallah 2, C. Adam 2,3, M. Zarroug 2, H. Maitournam 3 De Vinci Engineering Lab, École Supérieure d Ingénieurs Léonard de Vinci 2 Direction

More information

ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis

ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis R50 ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis Example 1 Static Analysis of a Bracket 1. Problem Description: The objective of the problem is to demonstrate the basic ANSYS procedures

More information

2: Static analysis of a plate

2: Static analysis of a plate 2: Static analysis of a plate Topics covered Project description Using SolidWorks Simulation interface Linear static analysis with solid elements Finding reaction forces Controlling discretization errors

More information

A Locking-free Smoothed Finite Element Formulation (Modified Selective FS/NS-FEM-T4) with Tetrahedral Mesh Rezoning for Large Deformation Problems

A Locking-free Smoothed Finite Element Formulation (Modified Selective FS/NS-FEM-T4) with Tetrahedral Mesh Rezoning for Large Deformation Problems A Locking-free Smoothed Finite Element Formulation (Modified Selective FS/NS-FEM-T4) with Tetrahedral Mesh Rezoning for Large Deformation Problems Yuki ONISHI, Kenji AMAYA Tokyo Institute of Technology

More information

ME Optimization of a Truss

ME Optimization of a Truss ME 475 - Optimization of a Truss Analysis Problem Statement: The following problem will be analyzed using Abaqus and optimized using HEEDS. 4 5 8 2 11 3 10 6 9 1 7 12 6 m 300 kn 300 kn 22 m 35 m Figure

More information

Isogeometric analysis with Axel

Isogeometric analysis with Axel Isogeometric analysis with Axel Gang Xu, Régis Duvigneau,Bernard Mourrain INRIA Sophia-Antipolis gxu@sophia.inria.fr SAGA Workshop, March 18th, 2010 Outline 1 Isogeometric toolbox in EXCITING 2 Isogeometric

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

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

ES 128: Computer Assignment #4. Due in class on Monday, 12 April 2010

ES 128: Computer Assignment #4. Due in class on Monday, 12 April 2010 ES 128: Computer Assignment #4 Due in class on Monday, 12 April 2010 Task 1. Study an elastic-plastic indentation problem. This problem combines plasticity with contact mechanics and has many rich aspects.

More information

A NURBS Enhanced extended Finite Element Approach for Unfitted CAD Analysis

A NURBS Enhanced extended Finite Element Approach for Unfitted CAD Analysis A NURBS Enhanced extended Finite Element Approach for Unfitted CAD Analysis Grégory Legrain To cite this version: Grégory Legrain. A NURBS Enhanced extended Finite Element Approach for Unfitted CAD Analysis.

More information

Abaqus/CAE (ver. 6.11) Nonlinear Buckling Tutorial

Abaqus/CAE (ver. 6.11) Nonlinear Buckling Tutorial Abaqus/CAE (ver. 6.11) Nonlinear Buckling Tutorial Problem Description This is the NAFEMS 1 proposed benchmark (Lee s frame buckling) problem. The applied load is based on the normalized (EI/L 2 ) value

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

ICES REPORT September M.A. Scott, T.J.R. Hughes, T.W. Sederberg, M.T. Sederberg

ICES REPORT September M.A. Scott, T.J.R. Hughes, T.W. Sederberg, M.T. Sederberg ICES REPORT 14-33 September 2014 An integrated approach to engineering design and analysis using the Autodesk T-spline plugin for Rhino3d by M.A. Scott, T.J.R. Hughes, T.W. Sederberg, M.T. Sederberg The

More information

Analysis of Detroit Seismic Joint System

Analysis of Detroit Seismic Joint System Analysis of Detroit Seismic Joint System for EMSEAL Corporation Prepared by Haig Saadetian, P.Eng. Senior Consultant ROI Engineering Inc. 50 Ronson Drive, Suite 120 Toronto ON M9W 1B3 26-April-2009 1 Contents

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

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

Assignment in The Finite Element Method, 2017

Assignment in The Finite Element Method, 2017 Assignment in The Finite Element Method, 2017 Division of Solid Mechanics The task is to write a finite element program and then use the program to analyse aspects of a surface mounted resistor. The problem

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

A POINTWISE APPROACH FOR ENFORCEMENT OF ESSENTIAL BOUNDARY CONDITIONS IN THE ISOGEOMETRIC ANALYSIS * Y. BAZARGAN-LARI **

A POINTWISE APPROACH FOR ENFORCEMENT OF ESSENTIAL BOUNDARY CONDITIONS IN THE ISOGEOMETRIC ANALYSIS * Y. BAZARGAN-LARI ** IJST, Transactions of Mechanical Engineering, Vol. 38, No. M1 +, pp 167-179 Printed in The Islamic Republic of Iran, 2014 Shiraz University A POINTWISE APPROACH FOR ENFORCEMENT OF ESSENTIAL BOUNDARY CONDITIONS

More information

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force CHAPTER 4 Numerical Models This chapter presents the development of numerical models for sandwich beams/plates subjected to four-point bending and the hydromat test system. Detailed descriptions of the

More information

A DESIGN-THROUGH-ANALYSIS APPROACH USING THE FINITE CELL METHOD (ECCOMAS CONGRESS 2016)

A DESIGN-THROUGH-ANALYSIS APPROACH USING THE FINITE CELL METHOD (ECCOMAS CONGRESS 2016) ECCOMAS Congress 2016 VII European Congress on Computational Methods in Applied Sciences and Engineering M. Papadrakakis, V. Papadopoulos, G. Stefanou, V. Plevris (eds.) Crete Island, Greece, 5 10 June

More information

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 This document contains an Abaqus tutorial for performing a buckling analysis using the finite element program

More information

Similar Pulley Wheel Description J.E. Akin, Rice University

Similar Pulley Wheel Description J.E. Akin, Rice University Similar Pulley Wheel Description J.E. Akin, Rice University The SolidWorks simulation tutorial on the analysis of an assembly suggested noting another type of boundary condition that is not illustrated

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

Isogeometric models for impact analysis with LS-DYNA

Isogeometric models for impact analysis with LS-DYNA Isogeometric models for impact analysis with LS-DYNA Mattia Montanari 1, Liping Li 2, Nik Petrinic 1 1 Department of Engineering Science, University of Oxford Parks, Road, Oxford, OX1 3PJ, UK 2 Livermore

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

Frequency Domain Analysis for Isogeometric Element in LS-DYNA

Frequency Domain Analysis for Isogeometric Element in LS-DYNA Frequency Domain Analysis for Isogeometric Element in LS-DYNA Liping Li 1, Yun Huang 1, Zhe Cui 1, Stefan Hartmann 2, David J. Benson 3 1 Livermore Software Technology Corporation, Livermore, CA, USA 2

More information

Determination of the solicitation types responsible for the deformed. shape of an aircraft cockpit

Determination of the solicitation types responsible for the deformed. shape of an aircraft cockpit Determination of the solicitation types responsible for the deformed shape of an aircraft cockpit Infante, V. 1*, Gomes, E. 1 and Branco, C.M. 1 1 Departamento de Engenharia Mecânica, Instituto Superior

More information

Free-Form Shape Optimization using CAD Models

Free-Form Shape Optimization using CAD Models Free-Form Shape Optimization using CAD Models D. Baumgärtner 1, M. Breitenberger 1, K.-U. Bletzinger 1 1 Lehrstuhl für Statik, Technische Universität München (TUM), Arcisstraße 21, D-80333 München 1 Motivation

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

Exercise 1: 3-Pt Bending using ANSYS Workbench

Exercise 1: 3-Pt Bending using ANSYS Workbench Exercise 1: 3-Pt Bending using ANSYS Workbench Contents Starting and Configuring ANSYS Workbench... 2 1. Starting Windows on the MAC... 2 2. Login into Windows... 2 3. Start ANSYS Workbench... 2 4. Configuring

More information

Accelerating Finite Element Analysis in MATLAB with Parallel Computing

Accelerating Finite Element Analysis in MATLAB with Parallel Computing MATLAB Digest Accelerating Finite Element Analysis in MATLAB with Parallel Computing By Vaishali Hosagrahara, Krishna Tamminana, and Gaurav Sharma The Finite Element Method is a powerful numerical technique

More information

NURBS-Based Adaptive Finite Element Analysis

NURBS-Based Adaptive Finite Element Analysis NURBS-Based Adaptive Finite Element Analysis Toby Mitchell PhD Student and Graduate Research Assistant Structural Engineering and Mechanics of Materials Civil and Environmental Engineering University of

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

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

Available online at ScienceDirect. Procedia Engineering 155 (2016 )

Available online at  ScienceDirect. Procedia Engineering 155 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 155 (2016 ) 332 341 International Symposium on "Novel structural skins - Improving sustainability and efficiency through new

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

Offshore Platform Fluid Structure Interaction (FSI) Simulation

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

More information

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE Getting Started with Abaqus: Interactive Edition Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you

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

Chapter 3 Analysis of Original Steel Post

Chapter 3 Analysis of Original Steel Post Chapter 3. Analysis of original steel post 35 Chapter 3 Analysis of Original Steel Post This type of post is a real functioning structure. It is in service throughout the rail network of Spain as part

More information

CAD - How Computer Can Aid Design?

CAD - How Computer Can Aid Design? CAD - How Computer Can Aid Design? Automating Drawing Generation Creating an Accurate 3D Model to Better Represent the Design and Allowing Easy Design Improvements Evaluating How Good is the Design and

More information

Research Article Efficient Finite Element Methodology Based on Cartesian Grids: Application to Structural Shape Optimization

Research Article Efficient Finite Element Methodology Based on Cartesian Grids: Application to Structural Shape Optimization Abstract and Applied Analysis Volume 2013, Article ID 953786, 19 pages http://dx.doi.org/10.1155/2013/953786 Research Article Efficient Finite Element Methodology Based on Cartesian Grids: Application

More information

Sliding Split Tube Telescope

Sliding Split Tube Telescope LESSON 15 Sliding Split Tube Telescope Objectives: Shell-to-shell contact -accounting for shell thickness. Creating boundary conditions and loads by way of rigid surfaces. Simulate large displacements,

More information

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling CIVL 7/8117 1/43 Chapter 7 Learning Objectives To present concepts that should be considered when modeling for a situation by the finite element method, such as aspect ratio, symmetry, natural subdivisions,

More information

Revised Sheet Metal Simulation, J.E. Akin, Rice University

Revised Sheet Metal Simulation, J.E. Akin, Rice University Revised Sheet Metal Simulation, J.E. Akin, Rice University A SolidWorks simulation tutorial is just intended to illustrate where to find various icons that you would need in a real engineering analysis.

More information

3-D Numerical Simulation of Direct Aluminum Extrusion and Die Deformation

3-D Numerical Simulation of Direct Aluminum Extrusion and Die Deformation 3-D Numerical Simulation of Direct Aluminum Extrusion and Die Deformation ABSTRACT W.A.Assaad, University of Twente Enschede, The Netherlands H.J.M. Geijselaers, University of Twente Enschede, The Netherlands

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

Current Status of Isogeometric Analysis in LS-DYNA

Current Status of Isogeometric Analysis in LS-DYNA Current Status of Isogeometric Analysis in LS-DYNA Stefan Hartmann Developer Forum, September 24 th, 2013, Filderstadt, Germany Development in cooperation with: D.J. Benson: Professor of Applied Mechanics,

More information

Prescribed Deformations

Prescribed Deformations u Prescribed Deformations Outline 1 Description 2 Finite Element Model 2.1 Geometry Definition 2.2 Properties 2.3 Boundary Conditions 2.3.1 Constraints 2.3.2 Prescribed Deformation 2.4 Loads 2.4.1 Dead

More information

ENGINEERING TRIPOS PART IIA FINITE ELEMENT METHOD

ENGINEERING TRIPOS PART IIA FINITE ELEMENT METHOD ENGINEERING TRIPOS PART IIA LOCATION: DPO EXPERIMENT 3D7 FINITE ELEMENT METHOD Those who have performed the 3C7 experiment should bring the write-up along to this laboratory Objectives Show that the accuracy

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

Workshop 15. Single Pass Rolling of a Thick Plate

Workshop 15. Single Pass Rolling of a Thick Plate Introduction Workshop 15 Single Pass Rolling of a Thick Plate Rolling is a basic manufacturing technique used to transform preformed shapes into a form suitable for further processing. The rolling process

More information

Adaptive Isogeometric Analysis by Local h-refinement with T-splines

Adaptive Isogeometric Analysis by Local h-refinement with T-splines Adaptive Isogeometric Analysis by Local h-refinement with T-splines Michael Dörfel 1, Bert Jüttler 2, Bernd Simeon 1 1 TU Munich, Germany 2 JKU Linz, Austria SIMAI, Minisymposium M13 Outline Preliminaries:

More information

Some Aspects for the Simulation of a Non-Linear Problem with Plasticity and Contact

Some Aspects for the Simulation of a Non-Linear Problem with Plasticity and Contact Some Aspects for the Simulation of a Non-Linear Problem with Plasticity and Contact Eduardo Luís Gaertner Marcos Giovani Dropa de Bortoli EMBRACO S.A. Abstract A linear elastic model is often not appropriate

More information

Introduction to the Mathematical Concepts of CATIA V5

Introduction to the Mathematical Concepts of CATIA V5 CATIA V5 Training Foils Introduction to the Mathematical Concepts of CATIA V5 Version 5 Release 19 January 2009 EDU_CAT_EN_MTH_FI_V5R19 1 About this course Objectives of the course Upon completion of this

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

Structural Analysis of an Aluminum Spiral Staircase. EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen

Structural Analysis of an Aluminum Spiral Staircase. EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen Structural Analysis of an Aluminum Spiral Staircase EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen Abstract An old aluminum spiral staircase at Marcos home has been feeling really

More information

TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS.

TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS. Ex_1_2D Plate.doc 1 TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS. 1. INTRODUCTION Two-dimensional problem of the theory of elasticity is a particular

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

arxiv: v1 [cs.na] 27 Jan 2015

arxiv: v1 [cs.na] 27 Jan 2015 A simple approach to the numerical simulation with trimmed CAD surfaces G. Beer a,b, B. Marussig and J.Zechner a arxiv:151.6741v1 [cs.na] 27 Jan 215 a Institute for Structural Analysis, Graz University

More information

CATIA V5 Analysis. CATIA V5 Training Foils. CATIA V5 Analysis. Copyright DASSAULT SYSTEMES 1. Student Notes:

CATIA V5 Analysis. CATIA V5 Training Foils. CATIA V5 Analysis. Copyright DASSAULT SYSTEMES 1. Student Notes: CATIA V5 Training Foils CATIA V5 Analysis Version 5 Release 19 January 2009 EDU_CAT_EN_V5A_FF_V5R19 1 Lesson 1: Introduction to Finite Element Analysis About this Course Introduction CATIA is a robust

More information

ALE METHODS FOR DETERMINING STATIONARY SOLUTIONS OF METAL FORMING PROCESSES

ALE METHODS FOR DETERMINING STATIONARY SOLUTIONS OF METAL FORMING PROCESSES European Congress on Computational Methods in Applied Sciences and Engineering ECCOMAS 2000 Barcelona, 11-14 September 2000 c ECCOMAS ALE METHODS FOR DETERMINING STATIONARY SOLUTIONS OF METAL FORMING PROCESSES

More information

Physically-Based Modeling and Animation. University of Missouri at Columbia

Physically-Based Modeling and Animation. University of Missouri at Columbia Overview of Geometric Modeling Overview 3D Shape Primitives: Points Vertices. Curves Lines, polylines, curves. Surfaces Triangle meshes, splines, subdivision surfaces, implicit surfaces, particles. Solids

More information

ME 442. Marc/Mentat-2011 Tutorial-1

ME 442. Marc/Mentat-2011 Tutorial-1 ME 442 Overview Marc/Mentat-2011 Tutorial-1 The purpose of this tutorial is to introduce the new user to the MSC/MARC/MENTAT finite element program. It should take about one hour to complete. The MARC/MENTAT

More information

MAFELAP Mini-Symposium: Advanced FEM methodologies and isogeometric analysis. Organisers: Matthias Möller and Bernd Simeon

MAFELAP Mini-Symposium: Advanced FEM methodologies and isogeometric analysis. Organisers: Matthias Möller and Bernd Simeon MAFELAP 2016 Conference on the Mathematics of Finite Elements and Applications 14 17 June 2016 Mini-Symposium: Advanced FEM methodologies and isogeometric analysis Organisers: Matthias Möller and Bernd

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

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

CONTACT STATE AND STRESS ANALYSIS IN A KEY JOINT BY FEM

CONTACT STATE AND STRESS ANALYSIS IN A KEY JOINT BY FEM PERJODICA POLYTECHNICA SER. ME CH. ENG. VOL. 36, NO. 1, PP. -15-60 (1992) CONTACT STATE AND STRESS ANALYSIS IN A KEY JOINT BY FEM K. VARADI and D. M. VERGHESE Institute of Machine Design Technical University,

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

3DEXPERIENCE 2017x FINITE ELEMENT ESSENTIALS IN SDC USING SIMULIA/CATIA APPLICATIONS. Nader G. Zamani

3DEXPERIENCE 2017x FINITE ELEMENT ESSENTIALS IN SDC USING SIMULIA/CATIA APPLICATIONS. Nader G. Zamani Nader G. Zamani FINITE ELEMENT ESSENTIALS IN 3DEXPERIENCE 2017x USING SIMULIA/CATIA APPLICATIONS SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org)

More information

Figure E3-1 A plane struss structure under applied loading. Start MARC Designer. From the main menu, select STATIC STRESS ANALYSIS.

Figure E3-1 A plane struss structure under applied loading. Start MARC Designer. From the main menu, select STATIC STRESS ANALYSIS. Example 3 Static Stress Analysis on a Plane Truss Structure Problem Statement: In this exercise, you will use MARC Designer software to carry out a static stress analysis on a simple plane truss structure,

More information

Exam paper: Numerical Analysis of Continua I

Exam paper: Numerical Analysis of Continua I Exam paper: Numerical Analysis of Continua I Tuesday April th:. - 2. Code: 8W3, BMT 3. Biomedical Technology Eindhoven University of Technology This is an open book exam. It comprises questions. The questions

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

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

Isogeometric Simulation of Turbine Blades for Aircraft Engines

Isogeometric Simulation of Turbine Blades for Aircraft Engines Isogeometric Simulation of Turbine Blades for Aircraft Engines David Großmann 1, Bert Jüttler 2, Helena Schlusnus 3, Johannes Barner 1, Anh-Vu Vuong 4 1 MTU Aero Engines GmbH, Munich, Germany 2 Johannes

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