: What is Finite Element Analysis (FEA)?

Size: px
Start display at page:

Download ": What is Finite Element Analysis (FEA)?"

Transcription

1 Q: What is Finite Element Analysis (FEA)? A1: It is a numerical technique for finding approximate solutions of partial differential equations (PDE) as well as of integral equations. The solution approach is based either on eliminating the differential equation completely (steady state problems), or rendering the PDE into an approximating system of ordinary differential equations (ODE), which are then numerically integrated [and solved] using standard techniques (Wikipedia entry) To elaborate further: The equations are numerically integrated (they are always stated in integral, or weak form) in order to generate an approximate algebraic equation. It is this characteristic, that gives the Finite Element Method (FEM) its great advantage over other techniques. The algebraic equation is then solved using some (more or less) standard direct or iterative matrix solution algorithm Prior to FEA, engineers and scientists were limited to analytical solutions and more limited numerical techniques. Note that even today, although the Finite Element Method (FEM) dominates the numerical analysis of PDE S and ODE s, it is not the only method still in use! 1

2 Other Techniques: Boundary Element Method (BEM): Generally used for radiation-type problems (or far field problems -see the Helmholtz Equation). Although it can be applied successfully to structural problems, it results in non-sparse matrix systems (we will come back to this concept). Another drawback is that it has difficulty with nonlinearity. Finite Difference Method (FDM): The differential equation is discretized directly, turning quantities like df/dx into (f2-f1)/(x2-x1),etc. This puts severe restrictions on allowable grids or meshes and restricts the possible solution accuracy (FDM solutions are equivalent to FEM solutions with linear shape functions over the same grid spacings). Heterogeneous materials are another difficulty. Finite Volume Method (FVM): Closely related to FEM. Same basic idea except that volume integrals are replaced by surface integrals via the divergence theorem. This only works for Eulerian grids and so finds wide usage in Computation Fluid Dynamics (CFD) 2

3 Other Techniques (Cont.): Legacy Structural Methods : FEA started life in applications to structural problems (engineering) and first emerged in its currently recognizable form in the 1950 s in the Aerospace industry. Before that, aerospace engineers struggled to design aircraft that were both strong and lightweight (and notably, wouldn t induce excessive flutter). Up until the 1930 s, engineers relied on tables, experiment, and FDM. These tools were not up to the challenge of meeting aircraft design challenges in a reliable and timely manner. Then, between 1934 and 1938, Duncan and Collar* invented a matrix technique which involved: 1. Identifying simple structural members (initially, just made of lines or squares in two dimensions) for which analytical (matrix) solutions for various boundary conditions and loading types were known 2. Connecting multiple instances of these together to approximate a larger part or assembly *W. J. Duncan and A. R. Collar, A Method for the Solution of Oscillation Problems By Matrices, Philosophical Magazine Series 7, vol. 17, no. 115, pp ,

4 The last two properties of the Matrix Structural Analysis (MSA) developed by Duncan and Collar are key ingredients in today s Finite Element Method especially as it applies to the analysis of structures which is focus of this course. These are so important, in fact, that we ll incorporate them into our own definition, which combines this aspect with the definition on slide 1. So, let s return to the question and provide a slightly more satisfactory answer: Q: What is Finite Element Analysis (FEA)? A2: It is an approximate numerical technique of solving partial differential equations by converting them to weak (integral) form and assuming a piecewise solution (usually, but not necessarily) in polynomial form. Key properties of the technique are: 1. Complete approximate solutions of anyconservative differential equation are provided over simple polyhedral domains through the use of energy principles, and: 2. The technique is equipped with rules for connecting these polyhedral domains together to approximate more complicated geometries even allowing for certain types of discontinuity 4

5 In studying the Finite Element Method (FEM), one finds that the subject can be approached on several levels and from the perspective of several disciplines. This reflects not just the colorful and somewhat complex history of the subject, but also it s broad applicability. The student can probably already sense this. Note that we started by asking What is FEA?, went to Wikipedia for an answer, and found it strangely unsatisfying. Not only did it not really answer the question, but seemed to come from a perspective far removed from structural analysis. Let there be no mistake: The analysis of engineering structures IS the context in which FEM was born, and happens to be the focus of our course. Thus, it may help to pause for a moment and survey the landscape of modern FEM and identify where our course fits into this vast landscape The categories we ll use are loosely based on those used by C. Felippa in his course taught at the University of Colorado at Boulder* * 5

6 The study AND practice of FEM tends to be approached from the following broad areas Mathematics Theoretical Applied Computational Variational Calculus and energy methods Differential Equations Functional Analysis Numerical Solutions an Approximate Methods Analytical and approximate modeling (continuum modeling) Matrix Methods Convergence of discrete systems/hardware enhancement Solution Algorithms This is our path Engineering Mechanics Theoretical Applied Computational Numerical Solutions an Approximate Methods Analytical and approximate modeling Structural model problems Thermal model problems Other (fluid, electromagnetic, etc.) Combined: Multiphysics Solution Algorithms Parallelization, etc. 6

7 We can elaborate a little further Engineering Mechanics Theoretical Applied Computational Numerical Solutions an Approximate Methods Analytical and approximate modeling Structural model problems Thermal model problems Other (fluid, electromagnetic, etc.) Combined: Multiphysics Solution Algorithms Parallelization, etc. Structural Model Problems Practical applications (implementation) Analytical Numerical Methods MAE 323 is practice-oriented. There is a theoretical component, but only as an aid to understanding how FEM is applied 7

8 Basically, there are two main super-disciplines from which one can drill down to the FEM. These are mathematics and engineering mechanics (a possible third path could be through the physical sciences, but their pathways intersect ours). A recurring theme is that under each super-category, there is always a theoretical, applied, and computational treatment. Textbooks can usually be easily classified using these categories So, we are going to approach FEM from the path of structural analysis. Specifically, we will look mainly at linear problems in elastostatics and then only from a practical standpoint. We will not look at problems in structural dynamics or nonlinear structural problems. Furthermore, as this is an undergraduate junior-level, design-oriented course, we will focus mainly on FEM practice. That is to say on building, solving, and validating FE solutions to structural problems. 8

9 On-Line Resources Students will have access to (and the course will liberally draw from) the following resources: Cornell University ANSYS Course: ANSYS, Inc. Academic Portal (you have to register first): C.A. Felippa s FEM course at the University of Colorado at Boulder: PADT, Inc: 9

AS 5850 Finite Element Analysis

AS 5850 Finite Element Analysis AS 5850 Finite Element Analysis INTRODUCTION Prof. IIT Madras Goal of engineering computations Perform analysis and design of physical systems and processes subjected to imposed conditions (or loads) and

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

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

computational Fluid Dynamics - Prof. V. Esfahanian

computational Fluid Dynamics - Prof. V. Esfahanian Three boards categories: Experimental Theoretical Computational Crucial to know all three: Each has their advantages and disadvantages. Require validation and verification. School of Mechanical Engineering

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

Computational methods - modelling and simulation

Computational methods - modelling and simulation Computational methods - modelling and simulation J. Pamin With thanks to: Authors of presented simulations C.A. Felippa (Univ. of Colorado at Boulder) www.colorado.edu/engineering/cas/courses.d/ifem.d

More information

APPLICATIONS OF NUMERICAL ANALYSIS IN SIMULATION ENGINEERING AND MANUFACTURING TECHNOLOGIES

APPLICATIONS OF NUMERICAL ANALYSIS IN SIMULATION ENGINEERING AND MANUFACTURING TECHNOLOGIES APPLICATIONS OF NUMERICAL ANALYSIS IN SIMULATION ENGINEERING AND MANUFACTURING TECHNOLOGIES Haidar Amer 1 1 Stefan Cel Mare University of Suceava, amerhaidar85@gmail.com Abstract: This article summarizes

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

The Finite Element Method

The Finite Element Method The Finite Element Method A Practical Course G. R. Liu and S. S. Quek Chapter 1: Computational modeling An overview 1 CONTENTS INTRODUCTION PHYSICAL PROBLEMS IN ENGINEERING COMPUTATIONAL MODELLING USING

More information

A numerical grid and grid less (Mesh less) techniques for the solution of 2D Laplace equation

A numerical grid and grid less (Mesh less) techniques for the solution of 2D Laplace equation Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2014, 5(1):150-155 ISSN: 0976-8610 CODEN (USA): AASRFC A numerical grid and grid less (Mesh less) techniques for

More information

What is Multigrid? They have been extended to solve a wide variety of other problems, linear and nonlinear.

What is Multigrid? They have been extended to solve a wide variety of other problems, linear and nonlinear. AMSC 600/CMSC 760 Fall 2007 Solution of Sparse Linear Systems Multigrid, Part 1 Dianne P. O Leary c 2006, 2007 What is Multigrid? Originally, multigrid algorithms were proposed as an iterative method to

More information

Contents. I The Basic Framework for Stationary Problems 1

Contents. I The Basic Framework for Stationary Problems 1 page v Preface xiii I The Basic Framework for Stationary Problems 1 1 Some model PDEs 3 1.1 Laplace s equation; elliptic BVPs... 3 1.1.1 Physical experiments modeled by Laplace s equation... 5 1.2 Other

More information

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering.

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Author: Dr.-Ing. Peter Binde Abstract: In this paper, the latest approaches in the field of CAD-CAE product

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

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

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

More information

Computational methods - modelling and simulation

Computational methods - modelling and simulation Computational methods - modelling and simulation J. Pamin Institute for Computational Civil Engineering Civil Engineering Department, Cracow University of Technology URL: www.l5.pk.edu.pl Lecture contents

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

TIME 2014 Technology in Mathematics Education July 1 st -5 th 2014, Krems, Austria

TIME 2014 Technology in Mathematics Education July 1 st -5 th 2014, Krems, Austria TIME 2014 Technology in Mathematics Education July 1 st -5 th 2014, Krems, Austria Overview Introduction Using a 2D Plot Window in a CAS Perspective Plotting a circle and implicit differentiation Helping

More information

Introduction to Finite Element Method

Introduction to Finite Element Method Guest Lecture in Prodi Teknik Sipil Introduction to Finite Element Method Wong Foek Tjong, Ph.D. Petra Christian University Surabaya Lecture Outline 1. Overview of the FEM 2. Computational steps of the

More information

MEEN 3360 Engineering Design and Simulation Spring 2016 Homework #1 This homework is due Tuesday, February 2, From your book and other

MEEN 3360 Engineering Design and Simulation Spring 2016 Homework #1 This homework is due Tuesday, February 2, From your book and other MEEN 3360 Engineering Design and Simulation Spring 2016 Homework #1 This homework is due Tuesday, February 2, 2016 1.0 From your book and other sources, write a paragraph explaining CFD and finite element

More information

Effectiveness of Element Free Galerkin Method over FEM

Effectiveness of Element Free Galerkin Method over FEM Effectiveness of Element Free Galerkin Method over FEM Remya C R 1, Suji P 2 1 M Tech Student, Dept. of Civil Engineering, Sri Vellappaly Natesan College of Engineering, Pallickal P O, Mavelikara, Kerala,

More information

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

More information

Application of Finite Volume Method for Structural Analysis

Application of Finite Volume Method for Structural Analysis Application of Finite Volume Method for Structural Analysis Saeed-Reza Sabbagh-Yazdi and Milad Bayatlou Associate Professor, Civil Engineering Department of KNToosi University of Technology, PostGraduate

More information

Computational Fluid Dynamics - Incompressible Flows

Computational Fluid Dynamics - Incompressible Flows Computational Fluid Dynamics - Incompressible Flows March 25, 2008 Incompressible Flows Basis Functions Discrete Equations CFD - Incompressible Flows CFD is a Huge field Numerical Techniques for solving

More information

Chapter 8 Visualization and Optimization

Chapter 8 Visualization and Optimization Chapter 8 Visualization and Optimization Recommended reference books: [1] Edited by R. S. Gallagher: Computer Visualization, Graphics Techniques for Scientific and Engineering Analysis by CRC, 1994 [2]

More information

New Rules of ME Ph.D. Qualifying Exams 1/8

New Rules of ME Ph.D. Qualifying Exams 1/8 New Rules of ME Ph.D. Qualifying Exams 1/8 Qualifying Examination The student must pass a Qualifying Examination before the Dissertation Director, the Interdisciplinary Committee, and the courses for the

More information

The DRM-MD integral equation method for the numerical solution of convection-diffusion

The DRM-MD integral equation method for the numerical solution of convection-diffusion The DRM-MD integral equation method for the numerical solution of convection-diffusion equation V. Popov & H. Power Wessex Institute of Technology, Ashurst Lodge, Ashurst, Abstract This work presents a

More information

A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver

A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver Abstract - The dominant method to solve magnetic field problems is the finite element method. It has been used

More information

Partial Differential Equations

Partial Differential Equations Simulation in Computer Graphics Partial Differential Equations Matthias Teschner Computer Science Department University of Freiburg Motivation various dynamic effects and physical processes are described

More information

MAE 384 Numerical Methods for Engineers

MAE 384 Numerical Methods for Engineers MAE 384 Numerical Methods for Engineers Instructor: Huei-Ping Huang office: ERC 359, email: hp.huang@asu.edu (Huei rhymes with way ) Tu/Th 9:00-10:15 PM WGHL 101 Textbook: Numerical Methods for Engineers

More information

2.7 Cloth Animation. Jacobs University Visualization and Computer Graphics Lab : Advanced Graphics - Chapter 2 123

2.7 Cloth Animation. Jacobs University Visualization and Computer Graphics Lab : Advanced Graphics - Chapter 2 123 2.7 Cloth Animation 320491: Advanced Graphics - Chapter 2 123 Example: Cloth draping Image Michael Kass 320491: Advanced Graphics - Chapter 2 124 Cloth using mass-spring model Network of masses and springs

More information

AMS527: Numerical Analysis II

AMS527: Numerical Analysis II AMS527: Numerical Analysis II A Brief Overview of Finite Element Methods Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao SUNY Stony Brook AMS527: Numerical Analysis II 1 / 25 Overview Basic concepts Mathematical

More information

本讲内容 5.1 概述 5.2 FEM 5.3 FDM 5.4 DEM. 5.5 Case study

本讲内容 5.1 概述 5.2 FEM 5.3 FDM 5.4 DEM. 5.5 Case study 5 地下工程数值计算方法 本讲内容 5.1 概述 5.2 FEM 5.3 FDM 5.4 DEM 5.5 Case study Agenda 4.1 Introduction 4.2 Finite Element Method (FEM) 4.3 Finite Difference Method (FDM) 4.4 Boundary Element Method (BEM) 4.5 Discrete

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

Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich

Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich 1 Computational Fluid dynamics Computational fluid dynamics (CFD) is the analysis of systems involving fluid flow, heat

More information

New Mexico Tech Hyd 510

New Mexico Tech Hyd 510 Numerics Motivation Modeling process (JLW) To construct a model we assemble and synthesize data and other information to formulate a conceptual model of the situation. The model is conditioned on the science

More information

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

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

More information

The Level Set Method applied to Structural Topology Optimization

The Level Set Method applied to Structural Topology Optimization The Level Set Method applied to Structural Topology Optimization Dr Peter Dunning 22-Jan-2013 Structural Optimization Sizing Optimization Shape Optimization Increasing: No. design variables Opportunity

More information

Adaptive numerical methods

Adaptive numerical methods METRO MEtallurgical TRaining On-line Adaptive numerical methods Arkadiusz Nagórka CzUT Education and Culture Introduction Common steps of finite element computations consists of preprocessing - definition

More information

Meshing of flow and heat transfer problems

Meshing of flow and heat transfer problems Meshing of flow and heat transfer problems Luyao Zou a, Zhe Li b, Qiqi Fu c and Lujie Sun d School of, Shandong University of science and technology, Shandong 266590, China. a zouluyaoxf@163.com, b 1214164853@qq.com,

More information

Microprocessor Thermal Analysis using the Finite Element Method

Microprocessor Thermal Analysis using the Finite Element Method Microprocessor Thermal Analysis using the Finite Element Method Bhavya Daya Massachusetts Institute of Technology Abstract The microelectronics industry is pursuing many options to sustain the performance

More information

Proposal of Research Activity. PhD Course in Space Sciences, Technologies and Measurements (STMS)

Proposal of Research Activity. PhD Course in Space Sciences, Technologies and Measurements (STMS) Proposal of Research Activity PhD Course in Space Sciences, Technologies and Measurements (STMS) Curriculum: Sciences and Technologies for Aeronautics and Satellite Applications (STASA) XXXIV Cycle PhD

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

Accuracy Analysis of Charged Particle Trajectory CAE Software

Accuracy Analysis of Charged Particle Trajectory CAE Software www.integratedsoft.com Accuracy Analysis of Charged Particle Trajectory CAE Software Content Executive Summary... 3 Overview of Charged Particle Beam Analysis... 3 Types of Field Distribution... 4 Simulating

More information

Geometric Modeling Lecture Series. Prof. G. Wang Department of Mechanical and Industrial Engineering University of Manitoba

Geometric Modeling Lecture Series. Prof. G. Wang Department of Mechanical and Industrial Engineering University of Manitoba Geometric Modeling 25.353 Lecture Series Prof. G. Wang Department of Mechanical and Industrial Engineering University of Manitoba Introduction Geometric modeling is as important to CAD as governing equilibrium

More information

Introduction to C omputational F luid Dynamics. D. Murrin

Introduction to C omputational F luid Dynamics. D. Murrin Introduction to C omputational F luid Dynamics D. Murrin Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat transfer, mass transfer, chemical reactions, and related phenomena

More information

Control Volume Finite Difference On Adaptive Meshes

Control Volume Finite Difference On Adaptive Meshes Control Volume Finite Difference On Adaptive Meshes Sanjay Kumar Khattri, Gunnar E. Fladmark, Helge K. Dahle Department of Mathematics, University Bergen, Norway. sanjay@mi.uib.no Summary. In this work

More information

Modeling and simulation the incompressible flow through pipelines 3D solution for the Navier-Stokes equations

Modeling and simulation the incompressible flow through pipelines 3D solution for the Navier-Stokes equations Modeling and simulation the incompressible flow through pipelines 3D solution for the Navier-Stokes equations Daniela Tudorica 1 (1) Petroleum Gas University of Ploiesti, Department of Information Technology,

More information

Acknowledgements. Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn. SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar

Acknowledgements. Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn. SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar Philipp Hahn Acknowledgements Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar 2 Outline Motivation Lumped Mass Model Model properties Simulation

More information

Lecture 23: Starting to put it all together #2... More 2-Point Boundary value problems

Lecture 23: Starting to put it all together #2... More 2-Point Boundary value problems Lecture 23: Starting to put it all together #2... More 2-Point Boundary value problems Outline 1) Our basic example again: -u'' + u = f(x); u(0)=α, u(l)=β 2) Solution of 2-point Boundary value problems

More information

ACCELERATING CFD AND RESERVOIR SIMULATIONS WITH ALGEBRAIC MULTI GRID Chris Gottbrath, Nov 2016

ACCELERATING CFD AND RESERVOIR SIMULATIONS WITH ALGEBRAIC MULTI GRID Chris Gottbrath, Nov 2016 ACCELERATING CFD AND RESERVOIR SIMULATIONS WITH ALGEBRAIC MULTI GRID Chris Gottbrath, Nov 2016 Challenges What is Algebraic Multi-Grid (AMG)? AGENDA Why use AMG? When to use AMG? NVIDIA AmgX Results 2

More information

Shape Optimization (activities ) Raino A. E. Mäkinen

Shape Optimization (activities ) Raino A. E. Mäkinen Shape Optimization (activities 1983-2010) Raino A. E. Mäkinen What is (mathematical) shape optimization? In general, any optimization problem in which parameter to be optimized has some geometric interpretation

More information

Final Report. Discontinuous Galerkin Compressible Euler Equation Solver. May 14, Andrey Andreyev. Adviser: Dr. James Baeder

Final Report. Discontinuous Galerkin Compressible Euler Equation Solver. May 14, Andrey Andreyev. Adviser: Dr. James Baeder Final Report Discontinuous Galerkin Compressible Euler Equation Solver May 14, 2013 Andrey Andreyev Adviser: Dr. James Baeder Abstract: In this work a Discontinuous Galerkin Method is developed for compressible

More information

Using Classical Mechanism Concepts to Motivate Modern Mechanism Analysis and Synthesis Methods

Using Classical Mechanism Concepts to Motivate Modern Mechanism Analysis and Synthesis Methods Using Classical Mechanism Concepts to Motivate Modern Mechanism Analysis and Synthesis Methods Robert LeMaster, Ph.D. 1 Abstract This paper describes a methodology by which fundamental concepts in the

More information

Just the Facts Small-Sliding Contact in ANSYS Mechanical

Just the Facts Small-Sliding Contact in ANSYS Mechanical Just the Facts Small-Sliding Contact in ANSYS Mechanical ANSYS, Inc. 2600 ANSYS Drive Canonsburg, PA 15317 29 March 2018 Although this document provides information that customers may find useful, it is

More information

Geometric camera models and calibration

Geometric camera models and calibration Geometric camera models and calibration http://graphics.cs.cmu.edu/courses/15-463 15-463, 15-663, 15-862 Computational Photography Fall 2018, Lecture 13 Course announcements Homework 3 is out. - Due October

More information

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr.

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr. Mid-Year Report Discontinuous Galerkin Euler Equation Solver Friday, December 14, 2012 Andrey Andreyev Advisor: Dr. James Baeder Abstract: The focus of this effort is to produce a two dimensional inviscid,

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

Lecture 1 GENERAL INTRODUCTION: HISTORICAL BACKGROUND AND SPECTRUM OF APPLICATIONS

Lecture 1 GENERAL INTRODUCTION: HISTORICAL BACKGROUND AND SPECTRUM OF APPLICATIONS Lecture 1 GENERAL INTRODUCTION: HISTORICAL BACKGROUND AND SPECTRUM OF APPLICATIONS 1.1 INTRODUCTION Analysis of physical problems in any area of engineering and science involves a multipronged approach:

More information

Surface Shape Regions as Manifestations of a Socio-economic Phenomenon

Surface Shape Regions as Manifestations of a Socio-economic Phenomenon Surface Shape Regions as Manifestations of a Socio-economic Phenomenon a solution to the choropleth mapping problem by John (Jack) Sirles Massey a thesis submitted for the degree of Master of Science in

More information

Mathematical simulation of riveting process

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

More information

The Role of Alloy in Developing Scientific Software

The Role of Alloy in Developing Scientific Software The Role of Alloy in Developing Scientific Software John Baugh and Tristan Dyer Civil Engineering and Operations Research North Carolina State University, Raleigh, NC Workshop on the Future of Alloy Formative

More information

The Immersed Interface Method

The Immersed Interface Method The Immersed Interface Method Numerical Solutions of PDEs Involving Interfaces and Irregular Domains Zhiiin Li Kazufumi Ito North Carolina State University Raleigh, North Carolina Society for Industrial

More information

May 11, ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary Inventory #

May 11, ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary Inventory # Chapter 1 ANSYS DesignModeler Introduction to Workbench 1-1 ANSYS Workbench Overview ANSYS Workbench comprises the following modules: Simulation for performing structural and thermal analyses using the

More information

Code Verification: Past, Present, and Future

Code Verification: Past, Present, and Future Code Verification: Past Present and Future Chris Roy (cjroy@vt.edu) Professor and Assistant Department Head For Graduate Studies Aerospace and Ocean Engineering Department Virginia Tech Keynote Lecture

More information

NUMERICAL VISCOSITY. Convergent Science White Paper. COPYRIGHT 2017 CONVERGENT SCIENCE. All rights reserved.

NUMERICAL VISCOSITY. Convergent Science White Paper. COPYRIGHT 2017 CONVERGENT SCIENCE. All rights reserved. Convergent Science White Paper COPYRIGHT 2017 CONVERGENT SCIENCE. All rights reserved. This document contains information that is proprietary to Convergent Science. Public dissemination of this document

More information

http://miccom-center.org Topic: Continuum-Particle Simulation Software (COPSS-Hydrodynamics) Presenter: Jiyuan Li, The University of Chicago 2017 Summer School 1 What is Continuum-Particle Simulation?

More information

Scope and Sequence for the New Jersey Core Curriculum Content Standards

Scope and Sequence for the New Jersey Core Curriculum Content Standards Scope and Sequence for the New Jersey Core Curriculum Content Standards The following chart provides an overview of where within Prentice Hall Course 3 Mathematics each of the Cumulative Progress Indicators

More information

TU Berlin - ECUST Shanghai Module Catalogue

TU Berlin - ECUST Shanghai Module Catalogue Double Degree Master Program in Engineering Science (DDMPES) TU Berlin - ECUST Shanghai Module Catalogue The DDMPES shall consist of the following categories: 18 credits advanced mathematical courses 24

More information

THE USE OF OPENCAVOK FINITE ELEMENT SOFTWARE IN UNDERGRADUATED COURSES OF MECHANICAL ENGINEERING

THE USE OF OPENCAVOK FINITE ELEMENT SOFTWARE IN UNDERGRADUATED COURSES OF MECHANICAL ENGINEERING THE USE OF OPENCAVOK FINITE ELEMENT SOFTWARE IN UNDERGRADUATED COURSES OF MECHANICAL ENGINEERING Pierre Lamary Roberto de Araújo Bezerra Ranon Bezerra Department of Mechanical Engineering, Federal University

More information

Introduction to ANSYS DesignXplorer

Introduction to ANSYS DesignXplorer Lecture 4 14. 5 Release Introduction to ANSYS DesignXplorer 1 2013 ANSYS, Inc. September 27, 2013 s are functions of different nature where the output parameters are described in terms of the input parameters

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

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

LASer Cavity Analysis and Design

LASer Cavity Analysis and Design The unique combination of simulation tools for LASer Cavity Analysis and Design During the last 15 years LASCAD has become industry-leading so ware for LASer Cavity Analysis and Design. The feedback from

More information

SELECTIVE ALGEBRAIC MULTIGRID IN FOAM-EXTEND

SELECTIVE ALGEBRAIC MULTIGRID IN FOAM-EXTEND Student Submission for the 5 th OpenFOAM User Conference 2017, Wiesbaden - Germany: SELECTIVE ALGEBRAIC MULTIGRID IN FOAM-EXTEND TESSA UROIĆ Faculty of Mechanical Engineering and Naval Architecture, Ivana

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

Finite Element Logan Solution Manual

Finite Element Logan Solution Manual Logan Solution Manual Free PDF ebook Download: Logan Solution Manual Download or Read Online ebook finite element logan solution manual in PDF Format From The Best User Guide Database Analysis. Mechanical

More information

EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI

EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI 1 Akshay N. Panajwar, 2 Prof.M.A.Shah Department of Computer Science and Engineering, Walchand College of Engineering,

More information

Outline. Level Set Methods. For Inverse Obstacle Problems 4. Introduction. Introduction. Martin Burger

Outline. Level Set Methods. For Inverse Obstacle Problems 4. Introduction. Introduction. Martin Burger For Inverse Obstacle Problems Martin Burger Outline Introduction Optimal Geometries Inverse Obstacle Problems & Shape Optimization Sensitivity Analysis based on Gradient Flows Numerical Methods University

More information

Lecture 2 Unstructured Mesh Generation

Lecture 2 Unstructured Mesh Generation Lecture 2 Unstructured Mesh Generation MIT 16.930 Advanced Topics in Numerical Methods for Partial Differential Equations Per-Olof Persson (persson@mit.edu) February 13, 2006 1 Mesh Generation Given a

More information

Teaching numerical methods : a first experience. Ronojoy Adhikari The Institute of Mathematical Sciences Chennai.

Teaching numerical methods : a first experience. Ronojoy Adhikari The Institute of Mathematical Sciences Chennai. Teaching numerical methods : a first experience Ronojoy Adhikari The Institute of Mathematical Sciences Chennai. Numerical Methods : the first class 14 students, spread across second and third years of

More information

Using efficient numerical methods in large-scale air pollution modelling

Using efficient numerical methods in large-scale air pollution modelling Using efficient numerical methods in large-scale air pollution modelling ZAHARI ZLATEV National Environmental Research Institute, Frederiksborgvej 399, P. O. Box 358, DK-4000 Roskilde, DENMARK Abstract:

More information

ACCURACY OF NUMERICAL SOLUTION OF HEAT DIFFUSION EQUATION

ACCURACY OF NUMERICAL SOLUTION OF HEAT DIFFUSION EQUATION Scientific Research of the Institute of Mathematics and Computer Science ACCURACY OF NUMERICAL SOLUTION OF HEAT DIFFUSION EQUATION Ewa Węgrzyn-Skrzypczak, Tomasz Skrzypczak Institute of Mathematics, Czestochowa

More information

About the Author. Acknowledgements

About the Author. Acknowledgements About the Author Dr. Paul Kurowski obtained his MSc and PhD in Applied Mechanics from Warsaw Technical University. He completed postdoctoral work at Kyoto University. Dr. Kurowski is an Assistant Professor

More information

Inverse Kinematics (part 1) CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018

Inverse Kinematics (part 1) CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018 Inverse Kinematics (part 1) CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018 Welman, 1993 Inverse Kinematics and Geometric Constraints for Articulated Figure Manipulation, Chris

More information

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering.

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. 19 0 Seminario International de Alta Tecnologia 09 OUT 2014 TEATRO UNIMEP Campus Taquaral Piracicaba SP

More information

A Finite Element Solution Of The Beam Equation Via Matlab

A Finite Element Solution Of The Beam Equation Via Matlab A Finite Element Solution Of The Beam Equation Via Matlab We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer,

More information

Multi-Mesh CFD. Chris Roy Chip Jackson (1 st year PhD student) Aerospace and Ocean Engineering Department Virginia Tech

Multi-Mesh CFD. Chris Roy Chip Jackson (1 st year PhD student) Aerospace and Ocean Engineering Department Virginia Tech Multi-Mesh CFD Chris Roy Chip Jackson (1 st year PhD student) Aerospace and Ocean Engineering Department Virginia Tech cjroy@vt.edu May 21, 2014 CCAS Program Review, Columbus, OH 1 Motivation Automated

More information

Part I: Theoretical Background and Integration-Based Methods

Part I: Theoretical Background and Integration-Based Methods Large Vector Field Visualization: Theory and Practice Part I: Theoretical Background and Integration-Based Methods Christoph Garth Overview Foundations Time-Varying Vector Fields Numerical Integration

More information

Trends in CFD, Engineering Analysis & Computing. ME-561 An Introduction to Computational Fluid Dynamics for Incompressible Flow Mark A.

Trends in CFD, Engineering Analysis & Computing. ME-561 An Introduction to Computational Fluid Dynamics for Incompressible Flow Mark A. Trends in CFD, Engineering Analysis & Computing ME-561 An Introduction to Computational Fluid Dynamics for Incompressible Flow Mark A. Christon Trends in Computer-Aided Engineering Analysis 1965 1975:

More information

A NUMERICAL SOLUTION OF ONE DIMENSIONAL HEAT EQUATION USING CUBIC B-SPLINE BASIS FUNCTIONS

A NUMERICAL SOLUTION OF ONE DIMENSIONAL HEAT EQUATION USING CUBIC B-SPLINE BASIS FUNCTIONS A NUMERICAL SOLUTION OF ONE DIMENSIONAL HEAT EQUATION USING CUBIC B-SPLINE BASIS FUNCTIONS 1 SHARANJEET DHAWAN, 2 SHEO KUMAR 1 Department of mathematics 2 Dr. B.R.Ambedkar National Institute of Technology,

More information

Mathematics Behind CFD

Mathematics Behind CFD Mathematics Behind CFD applied to modeling slot die coating hoppers Key Fields for CFD Mathematics Physics Software Engineering The goal of the training- turn the ferocious 3 headed dog into a cute puppy

More information

Journal of Engineering Research and Studies E-ISSN

Journal of Engineering Research and Studies E-ISSN Journal of Engineering Research and Studies E-ISS 0976-79 Research Article SPECTRAL SOLUTIO OF STEADY STATE CODUCTIO I ARBITRARY QUADRILATERAL DOMAIS Alavani Chitra R 1*, Joshi Pallavi A 1, S Pavitran

More information

Effect of Mesh Size of Finite Element Analysis in Modal Analysis for Periodic Symmetric Struts Support

Effect of Mesh Size of Finite Element Analysis in Modal Analysis for Periodic Symmetric Struts Support Key Engineering Materials Online: 2011-01-20 ISSN: 1662-9795, Vols. 462-463, pp 1008-1012 doi:10.4028/www.scientific.net/kem.462-463.1008 2011 Trans Tech Publications, Switzerland Effect of Mesh Size of

More information

ECE 697NA MATH 697NA Numerical Algorithms

ECE 697NA MATH 697NA Numerical Algorithms ECE 697NA MATH 697NA Numerical Algorithms Introduction Prof. Eric Polizzi Department of Electrical and Computer Engineering, Department of Mathematics and Statitstics, University of Massachusetts, Amherst,

More information

Analysis of Distortion Parameters of Eight node Serendipity Element on the Elements Performance

Analysis of Distortion Parameters of Eight node Serendipity Element on the Elements Performance Analysis of Distortion Parameters of Eight node Serendipity Element on the Elements Performance Vishal Jagota & A. P. S. Sethi Department of Mechanical Engineering, Shoolini University, Solan (HP), India

More information

Software for performing finite element analysis

Software for performing finite element analysis Software for performing finite element analysis The purpose of these notes is to give an introduction to software available at RPI for performing finite element analyses. It is intended to give you a feel

More information

Coupled Finite Element Method Based Vibroacoustic Analysis of Orion Spacecraft

Coupled Finite Element Method Based Vibroacoustic Analysis of Orion Spacecraft Coupled Finite Element Method Based Vibroacoustic Analysis of Orion Spacecraft Lockheed Martin Space Systems Company (LMSSC) Spacecraft and Launch Vehicle Dynamic Environments Workshop June 21 23, 2016

More information

A STUDY ON ENERGY NORM AS AN ALTERNATE APPROACH TO MESH CONVERGENCE ON CIRCUMFERENTIAL DISK DOVETAIL OF AIRCRAFT ENGINE COMPRESSOR

A STUDY ON ENERGY NORM AS AN ALTERNATE APPROACH TO MESH CONVERGENCE ON CIRCUMFERENTIAL DISK DOVETAIL OF AIRCRAFT ENGINE COMPRESSOR International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 13, December 2018, pp. 1293 1301, Article ID: IJMET_09_13_131 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=13

More information

A High-Order Accurate Unstructured GMRES Solver for Poisson s Equation

A High-Order Accurate Unstructured GMRES Solver for Poisson s Equation A High-Order Accurate Unstructured GMRES Solver for Poisson s Equation Amir Nejat * and Carl Ollivier-Gooch Department of Mechanical Engineering, The University of British Columbia, BC V6T 1Z4, Canada

More information