The Finite Element Method Defined

Slides:



Advertisements
Similar presentations
MANE 4240 & CIVL 4240 Introduction to Finite Elements
Advertisements

AERSP 301 Finite Element Method
One-phase Solidification Problem: FEM approach via Parabolic Variational Inequalities Ali Etaati May 14 th 2008.
Norms and spaces Definition: The space of all square integrable funcions defined in the domain is a finite number not infinity L2 norm of f Examplecompute.
Chapter 8 Elliptic Equation.
Mathematics in Finance Numerical solution of free boundary problems: pricing of American options Wil Schilders (June 2, 2005)
Analysis of the performance of the Interior Penality Discontinuous Galerkin method C. BALDASSARI, H. BARUCQ, H. CALANDRA, B. DENEL, J. DIAZ.
MANE 4240 & CIVL 4240 Introduction to Finite Elements Practical considerations in FEM modeling Prof. Suvranu De.
MANE 4240 & CIVL 4240 Introduction to Finite Elements
By S Ziaei-Rad Mechanical Engineering Department, IUT.
An Introduction to the Finite Element Analysis
1cs542g-term Notes  Preemptive make-up lecture this week  Assignment 2 due by tomorrow morning  Assignment 3 coming soon.
1cs542g-term Notes  Make-up lecture tomorrow 1-2, room 204.
BVP Weak Formulation Weak Formulation ( variational formulation) where Multiply equation (1) by and then integrate over the domain Green’s theorem gives.
Finite Element Method Introduction General Principle
MANE 4240 & CIVL 4240 Introduction to Finite Elements Numerical Integration in 1D Prof. Suvranu De.
Finite Element Method in Geotechnical Engineering
Weak Formulation ( variational formulation)
MANE 4240 & CIVL 4240 Introduction to Finite Elements
Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering.
ECIV 720 A Advanced Structural Mechanics and Analysis Lecture 10: Solution of Continuous Systems – Fundamental Concepts Mixed Formulations Intrinsic Coordinate.
MECh300H Introduction to Finite Element Methods
1cs533d-winter-2005 Notes  Some example values for common materials: (VERY approximate) Aluminum: E=70 GPa =0.34 Concrete:E=23 GPa =0.2 Diamond:E=950.
1cs533d-term Notes. 2 Poisson Ratio  Real materials are essentially incompressible (for large deformation - neglecting foams and other weird composites…)
ECIV 720 A Advanced Structural Mechanics and Analysis
Lesson 5 Method of Weighted Residuals. Classical Solution Technique The fundamental problem in calculus of variations is to obtain a function f(x) such.
Numerical Methods for Partial Differential Equations
MCE 561 Computational Methods in Solid Mechanics
Numerical methods for PDEs PDEs are mathematical models for –Physical Phenomena Heat transfer Wave motion.
MANE 4240 & CIVL 4240 Introduction to Finite Elements
Finite element method 1 Finite Elements  Basic formulation  Basis functions  Stiffness matrix  Poisson‘s equation  Regular grid  Boundary conditions.
Finite Element: Theory, Applications & Implementation Presented By: Arthur Anconetani Barbara Gault Ryan Whitney.
1 Numerical Integration of Partial Differential Equations (PDEs)
CIS V/EE894R/ME894V A Case Study in Computational Science & Engineering HW 5 Repeat the HW associated with the FD LBI except that you will now use.
Section 2: Finite Element Analysis Theory
Finite Element Method.
MA5251: Spectral Methods & Applications
1 Spring 2003 Prof. Tim Warburton MA557/MA578/CS557 Lecture 31.
1 Variational and Weighted Residual Methods. 2 The Weighted Residual Method The governing equation for 1-D heat conduction A solution to this equation.
The Finite Element Method A Practical Course
Discontinuous Galerkin Methods Li, Yang FerienAkademie 2008.
MECH593 Finite Element Methods
A finite element approach for modeling Diffusion equation Subha Srinivasan 10/30/09.
6. Introduction to Spectral method. Finite difference method – approximate a function locally using lower order interpolating polynomials. Spectral method.
Elliptic PDEs and the Finite Difference Method
Last course Bar structure Equations from the theory of elasticity
Forward modelling The key to waveform tomography is the calculation of Green’s functions (the point source responses) Wide range of modelling methods available.
HEAT TRANSFER FINITE ELEMENT FORMULATION
MECH4450 Introduction to Finite Element Methods
Introduction to Scientific Computing II Overview Michael Bader.
1 EEE 431 Computational Methods in Electrodynamics Lecture 18 By Dr. Rasime Uyguroglu
CHAP 3 WEIGHTED RESIDUAL AND ENERGY METHOD FOR 1D PROBLEMS
Variational and Weighted Residual Methods
Generalized Finite Element Methods
Partial Derivatives Example: Find If solution: Partial Derivatives Example: Find If solution: gradient grad(u) = gradient.
Finite Element: Theory, Applications & Implementation Presented By: Arthur Anconetani Barbara Gault Ryan Whitney.
Finite Element Method. History Application Consider the two point boundary value problem.
BENG 276 HHMI Interfaces Lab 2: Numerical Analysis for Multi-Scale Biology Introduction to Finite Element Modeling Andrew McCulloch Department of Bioengineering.
X1X1 X2X2  Basic Kinematics Real Applications Simple Shear Trivial geometry Proscribed homogenous deformations Linear constitutive.
BENG 276 HHMI Interfaces Lab 2: Numerical Analysis for Multi-Scale Biology Introduction to Finite Element Modeling Andrew McCulloch Department of Bioengineering.
1 CHAP 3 WEIGHTED RESIDUAL AND ENERGY METHOD FOR 1D PROBLEMS FINITE ELEMENT ANALYSIS AND DESIGN Nam-Ho Kim.
Our task is to estimate the axial displacement u at any section x
Boundary Element Method
Finite Element Method in Geotechnical Engineering
1D OF FINITE ELEMENT METHOD Session 4 – 6
Introduction to Finite Element Method
Finite Elements Basic formulation Basis functions Stiffness matrix
FEM Steps (Displacement Method)
Comparison of CFEM and DG methods
Presentation transcript:

The Finite Element Method Defined The Finite Element Method (FEM) is a weighted residual method that uses compactly-supported basis functions.

Brief Comparison with Other Methods Finite Difference (FD) Method: FD approximates an operator (e.g., the derivative) and solves a problem on a set of points (the grid) Finite Element (FE) Method: FE uses exact operators but approximates the solution basis functions. Also, FE solves a problem on the interiors of grid cells (and optionally on the gridpoints as well).

Brief Comparison with Other Methods Spectral Methods: Spectral methods use global basis functions to approximate a solution across the entire domain. Finite Element (FE) Method: FE methods use compact basis functions to approximate a solution on individual elements.

Overview of the Finite Element Method Strong form Weak form Galerkin approx. Matrix form

Sample Problem Axial deformation of a bar subjected to a uniform load (1-D Poisson equation) L u = axial displacement E=Young’s modulus = 1 A=Cross-sectional area = 1

Strong Form The set of governing PDE’s, with boundary conditions, is called the “strong form” of the problem. Hence, our strong form is (Poisson equation in 1-D):

Weak Form We now reformulate the problem into the weak form. The weak form is a variational statement of the problem in which we integrate against a test function. The choice of test function is up to us. This has the effect of relaxing the problem; instead of finding an exact solution everywhere, we are finding a solution that satisfies the strong form on average over the domain.

Weak Form Strong Form Residual R=0 Weak Form v is our test function We will choose the test function later.

Weak Form Why is it “weak”? It is a weaker statement of the problem. A solution of the strong form will also satisfy the weak form, but not vice versa. Analogous to “weak” and “strong” convergence:

Weak Form Choosing the test function: We can choose any v we want, so let's choose v such that it satisfies homogeneous boundary conditions wherever the actual solution satisfies Dirichlet boundary conditions. We’ll see why this helps us, and later will do it with more mathematical rigor. So in our example, u(0)=0 so let v(0)=0.

Weak Form Returning to the weak form: Integrate LHS by parts:

Weak Form Recall the boundary conditions on u and v: Hence, H The weak form satisfies Neumann conditions automatically!

Weak Form Why is it “variational”? u and v are functions from an infinite-dimensional function space H

Galerkin’s Method We still haven’t done the “finite element method” yet, we have just restated the problem in the weak formulation. So what makes it “finite elements”? Solving the problem locally on elements Finite-dimensional approximation to an infinite- dimensional space → Galerkin’s Method

Galerkin’s Method

Galerkin’s Method

Galerkin’s Method

Galerkin’s Method So what have we done so far? 1) Reformulated the problem in the weak form. 2) Chosen a finite-dimensional approximation to the solution. Recall weak form written in terms of residual: This is an L2 inner-product. Therefore, the residual is orthogonal to our space of basis functions. “Orthogonality Condition”

Orthogonality Condition The residual is orthogonal to our space of basis functions: u H Hh uh φi Therefore, given some space of approximate functions Hh, we are finding uh that is closest (as measured by the L2 inner product) to the actual solution u.

Discretization and Basis Functions Let’s continue with our sample problem. Now we discretize our domain. For this example, we will discretize x=[0, L] into 2 “elements”. h 2h=L In 1-D, elements are segments. In 2-D, they are triangles, tetrads, etc. In 3-D, they are solids, such as tetrahedra. We will solve the Galerkin problem on each element.

Discretization and Basis Functions For a set of basis functions, we can choose anything. For simplicity here, we choose piecewise linear “hat functions”. Our solution will be a linear combination of these functions. φ3 φ1 φ2 x1=0 x2=L/2 x3=L

Discretization and Basis Functions To save time, we can throw out φ1 a priori because, since in this example u(0)=0, we know that the coefficent c1 must be 0. φ3 φ2 x1=0 x2=L/2 x3=L

Basis Functions φ2 φ3 x1=0 x2=L/2 x3=L

Matrix Formulation

Solution

Solution Notice the numerical solution is “interpolatory”, or nodally exact.

Concluding Remarks Because basis functions are compact, matrix K is typically tridiagonal or otherwise sparse, which allows for fast solvers that take advantage of the structure (regular Gaussian elimination is O(N3), where N is number of elements!). Memory requirements are also reduced. Continuity between elements not required. “Discontinuous Galerkin” Method