MECH593 Introduction to Finite Element Methods

Slides:



Advertisements
Similar presentations
Steady-state heat conduction on triangulated planar domain May, 2002
Advertisements

MEG 361 CAD Finite Element Method Dr. Mostafa S. Hbib.
Finite element method Among the up-to-date methods of stress state analysis, the finite element method (abbreviated as FEM below, or often as FEA for analyses.
Arc-length computation and arc-length parameterization
Part 2 Chapter 6 Roots: Open Methods
Lecture 5 Newton-Raphson Method
Physics Based Modeling II Deformable Bodies Lecture 2 Kwang Hee Ko Gwangju Institute of Science and Technology.
MECH593 Introduction to Finite Element Methods
Asymptotic error expansion Example 1: Numerical differentiation –Truncation error via Taylor expansion.
MANE 4240 & CIVL 4240 Introduction to Finite Elements
A Bezier Based Approach to Unstructured Moving Meshes ALADDIN and Sangria Gary Miller David Cardoze Todd Phillips Noel Walkington Mark Olah Miklos Bergou.
A Bezier Based Approach to Unstructured Moving Meshes ALADDIN and Sangria Gary Miller David Cardoze Todd Phillips Noel Walkington Mark Olah Miklos Bergou.
1cs542g-term Notes  Make-up lecture tomorrow 1-2, room 204.
A posteriori Error Estimate - Adaptive method Consider the boundary value problem Weak form Discrete Equation Error bounds ( priori error )
Lecture #18 EEE 574 Dr. Dan Tylavsky Nonlinear Problem Solvers.
Finite Element Method Introduction General Principle
Computer-Aided Analysis on Energy and Thermofluid Sciences Y.C. Shih Fall 2011 Chapter 6: Basics of Finite Difference Chapter 6 Basics of Finite Difference.
ECIV 720 A Advanced Structural Mechanics and Analysis Non-Linear Problems in Solid and Structural Mechanics Special Topics.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering.
MECh300H Introduction to Finite Element Methods
Symmetric Definite Generalized Eigenproblem
MCE 561 Computational Methods in Solid Mechanics
Error estimates for degenerate parabolic equation Yabin Fan CASA Seminar,
Chapter 3 Root Finding.
13-1 Introduction to Quadratic Equations  CA Standards 14.0 and 21.0  Quadratic Equations in Standard Form.
Outline Lesson 1. Introduction to ANSYS Lesson 2. Basics Lesson 3. Solution phases Lesson 4. Modeling Lesson 5. Material Lesson 6. Loading Lesson 7. Solution.
Finite element method Among up-to-date methods of mechanics and specifically stress analyses, finite element method (abbreviated as FEM below, or often.
Department of Aerospace and Mechanical Engineering A one-field discontinuous Galerkin formulation of non-linear Kirchhoff-Love shells Ludovic Noels Computational.
P. Ackerer, IMFS, Barcelona About Discontinuous Galerkin Finite Elements P. Ackerer, A. Younès Institut de Mécanique des Fluides et des Solides,
ME451 Kinematics and Dynamics of Machine Systems Numerical Solution of DAE IVP Newmark Method November 1, 2013 Radu Serban University of Wisconsin-Madison.
Newton's Method for Functions of Several Variables Joe Castle & Megan Grywalski.
Efficient Integration of Large Stiff Systems of ODEs Using Exponential Integrators M. Tokman, M. Tokman, University of California, Merced 2 hrs 1.5 hrs.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Roots of Equations ~ Open Methods Chapter 6 Credit:
AP Calculus 2005: 240,000 Currently growing at ~13,000/year.
Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering.
Three-dimensional Robust Solver for Parabolic Equation Lanfa Wang Proposal in LCLS effort meeting.
Convergence and error estimation Convergence means that for increasing density of meshes, the FE numerical solution should come closer to the appropriate.
MECH593 Introduction to Finite Element Methods Eigenvalue Problems and Time-dependent Problems.
© Fluent Inc. 11/24/2015J1 Fluids Review TRN Overview of CFD Solution Methodologies.
MECN 3500 Inter - Bayamon Lecture 6 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Circuits Theory Examples Newton-Raphson Method. Formula for one-dimensional case: Series of successive solutions: If the iteration process is converged,
MECH4450 Introduction to Finite Element Methods Chapter 9 Advanced Topics II - Nonlinear Problems Error and Convergence.
MECH4450 Introduction to Finite Element Methods
1 INTERPOLASI. Direct Method of Interpolation 3 What is Interpolation ? Given (x 0,y 0 ), (x 1,y 1 ), …… (x n,y n ), find the value of ‘y’ at a value.
FALL 2015 Esra Sorgüven Öner
A New Discontinuous Galerkin Formulation for Kirchhoff-Love Shells
SOLVING NONLINEAR EQUATIONS. SECANT METHOD MATH-415 Numerical Analysis 1.
INTRODUCTION Session 1 Course: S Introduction to Finite Element Method Year: 2010.
1 Copyright by PZ Bar-Yoseph © Finite Element Methods in Engineering Winter Semester Lecture 7.
Model Anything. Quantity Conserved c  advect  diffuse S ConservationConstitutiveGoverning Mass, M  q -- M Momentum fluid, Mv -- F Momentum fluid.
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
S5.40. Module Structure 30% practical tests / 70% written exam 3h lectures / week (except reading week) 3 x 2h of computer labs (solving problems practicing.
Boundary Element Method
Introduction to the Finite Element Method
FEM : Finite Element Method 2017.
© Fluent Inc. 1/10/2018L1 Fluids Review TRN Solution Methods.
Implementation of 2D stress-strain Finite Element Modeling on MATLAB
Computers in Civil Engineering 53:081 Spring 2003
finite element method node point based strong form
finite element method node point based strong form
University of Liège Department of Aerospace and Mechanical Engineering
Objective Numerical methods Finite volume.
POLYNOMIAL INTERPOLATION
Numerical Integration:
SOLUTION OF NONLINEAR EQUATIONS
ANSWER THE FOLLOWING BRIEFLY BUT COMPREHENSIVELY.
Comparison of CFEM and DG methods
Introduction CSE 541.
Presentation transcript:

MECH593 Introduction to Finite Element Methods Nonlinear Problems Error and Convergence

Nonlinear Problems Types of nonlinearity in structural mechanics: material nonlinearity: contact nonlinearity geometric nonlinearity Example: Weak form: Approximation:

Nonlinear Problems Example: Note: Kij depends on u!

Iterative Schemes Direct iterative method (successive-substitution method) Advantage: explicit method, easy to implement Disadvantages: (1) conditional convergence (2) slow convergence rate, at most linear Example:

Iterative Schemes Newton – Raphson (N-R) method Idea: Advantage: If converges, the rate is quadratic. Disadvantages: Convergence is not guaranteed.

Nonlinear Problems Example: Weak form:

Bending of Euler-Bernouli Beam Governing equations: Weak form:

Bending of Euler-Bernouli Beam Approximation: Element equation:

Errors in FEM Types of errors: Discretization errors number of elements domain approximation number of nodes per element the nature of shape functions integration rule, function evaluation methods Numerical errors round-off errors manipulation errors

Numerical Errors Ill-conditioning system: or is small, but is large Example: P k1 k2

Measures of Errors “Sup-metric/ - norm”: “Energy norm”: “L2 norm”: 2m is the order of the differential equation being solved. “L2 norm”: Convergence and rate of convergence: p: rate of convergence

Improvement Approaches h - refinement: h: element size p - refinement: p: the degree of the highest complete polynomial in the approximation of the field quantity r - refinement: r: rearrange Adaptive mesh refinement – error estimation