Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Data Modeling and Parameter Estimation Nov 9, 2005 PSCI 702.
The Finite Element Method Defined
MANE 4240 & CIVL 4240 Introduction to Finite Elements
Physics Based Modeling II Deformable Bodies Lecture 2 Kwang Hee Ko Gwangju Institute of Science and Technology.
By S Ziaei-Rad Mechanical Engineering Department, IUT.
MATH 685/ CSI 700/ OR 682 Lecture Notes
1 Chapter 4 Interpolation and Approximation Lagrange Interpolation The basic interpolation problem can be posed in one of two ways: The basic interpolation.
Finite element method – basis functions 1 Finite Elements: Basis functions 1-D elements  coordinate transformation  1-D elements  linear basis functions.
Section 4: Implementation of Finite Element Analysis – Other Elements
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.
12/21/2001Numerical methods in continuum mechanics1 Continuum Mechanics On the scale of the object to be studied the density and other fluid properties.
3D Geometry for Computer Graphics. 2 The plan today Least squares approach  General / Polynomial fitting  Linear systems of equations  Local polynomial.
Finite Element Method Introduction General Principle
Ch 2.2: Separable Equations In this section we examine a subclass of linear and nonlinear first order equations. Consider the first order equation We can.
Weak Formulation ( variational formulation)
FEM In Brief David Garmire, Course: EE693I UH Dept. of Electrical Engineering 4/20/2008.
ECIV 720 A Advanced Structural Mechanics and Analysis
Calculus of Variations
Computer Graphics Recitation The plan today Least squares approach  General / Polynomial fitting  Linear systems of equations  Local polynomial.
Lesson 5 Method of Weighted Residuals. Classical Solution Technique The fundamental problem in calculus of variations is to obtain a function f(x) such.
I i row1 row2 row3 row4 col1 col2 col3 col4 a. Grid b. Mesh c. Cloud A control volume solution based on an unstructured mesh (Linear Triangular Elements)
III Solution of pde’s using variational principles
Numerical solution of Differential and Integral Equations PSCi702 October 19, 2005.
Ch 2.2: Separable Equations In this section we examine a subclass of linear and nonlinear first order equations. Consider the first order equation We can.
Section 2: Finite Element Analysis Theory
Finite Element Method.
Extrapolation Models for Convergence Acceleration and Function ’ s Extension David Levin Tel-Aviv University MAIA Erice 2013.
1 Variational and Weighted Residual Methods. 2 The Weighted Residual Method The governing equation for 1-D heat conduction A solution to this equation.
Math 3120 Differential Equations with Boundary Value Problems Chapter 2: First-Order Differential Equations Section 2-2: Separable Variables.
Polynomial Preserving Gradient Recovery in Finite Element Methods Zhimin Zhang Department of Mathematics Wayne State University Detroit, MI 48202
6. Introduction to Spectral method. Finite difference method – approximate a function locally using lower order interpolating polynomials. Spectral method.
Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering.
–1 –2 We’ve plotted points on graphs before… Plot the following points on the empty grid at the top of your worksheet.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 31.
Climate Modeling In-Class Discussion: Legendre Polynomials.
Lecture 16 - Approximation Methods CVEN 302 July 15, 2002.
MECH4450 Introduction to Finite Element Methods Chapter 9 Advanced Topics II - Nonlinear Problems Error and Convergence.
Section 5.5 The Real Zeros of a Polynomial Function.
MECH4450 Introduction to Finite Element Methods
1 EEE 431 Computational Methods in Electrodynamics Lecture 18 By Dr. Rasime Uyguroglu
CHAP 3 WEIGHTED RESIDUAL AND ENERGY METHOD FOR 1D PROBLEMS
Differential Equations Linear Equations with Variable Coefficients.
MECH593 Introduction to Finite Element Methods
Finite Element Method. History Application Consider the two point boundary value problem.
1 Spring 2003 Prof. Tim Warburton MA557/MA578/CS557 Lecture 25.
Polynomial P(x) Linear Factors Solutions of P(x)=0 Zeros of P(x) P(x) = 0.
BENG 276 HHMI Interfaces Lab 2: Numerical Analysis for Multi-Scale Biology Introduction to Finite Element Modeling Andrew McCulloch Department of Bioengineering.
Runge Kutta schemes Taylor series method Numeric solutions of ordinary differential equations.
1 Copyright by PZ Bar-Yoseph © Finite Element Methods in Engineering Winter Semester Lecture 7.
X1X1 X2X2  Basic Kinematics Real Applications Simple Shear Trivial geometry Proscribed homogenous deformations Linear constitutive.
Model Anything. Quantity Conserved c  advect  diffuse S ConservationConstitutiveGoverning Mass, M  q -- M Momentum fluid, Mv -- F Momentum fluid.
1 Variational and Weighted Residual Methods. 2 Introduction The Finite Element method can be used to solve various problems, including: Steady-state field.
case study on Laplace transform
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
Laplace Transforms.
Boundary Element Analysis of Systems Using Interval Methods
(برای دوره کارشناسی ارشد مکانیک سنگ) Finite Element Procedures
Least Squares Approximations
Chapter 31.
Procedures in deriving element equations (General field problems)
Discrete Least Squares Approximation
Finite element method.
Solve the differential equation using the method of undetermined coefficients. y " + 4y = e 3x 1. {image}
Solve the differential equation using the method of undetermined coefficients. y " + 9y = e 2x {image}
1st semester a.y. 2018/2019 – November 22, 2018
Approximation of Functions
Presentation transcript:

Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering

The function x^2 exp(y-0.5) looks like this when plotted:

Approximation on finite elements Break the region into small blocks, and color each block according to an average value in the block. The approximation depends on the number of blocks.

Here is what we expect in a contour plot of the function:

This is for N x N blocks, N=4

N =8

N = 16

N = 32

N = 64

N = 128

This is mesh refinement. Notice how the picture got better and better the more squares we took. We approximated the function on each block - a finite element approximation. We get a better approximation when we use small finite elements. As the number of blocks increases, the picture approaches that of a continuous function.

To Review: N = 4, 8, 16, and 32:

Let functions in the block be bilinear functions of u and v. N1 = (1 - u) (1 - v) N2 = u (1 - v) N3 = u v N4 = (1 - u) v For example: N3(1,1) = 1; N3(0,1) = N3(1,0) = N3(0,0)=0

N = 4, bilinear interpolation

N = 8, bilinear interpolation

N = 16, bilinear interpolation

Compare constant interpolation on finite elements with bilinear interpolation on finite elements. Constant interpolation with 32x32 = 1024 blocks. Bilinear interpolation with 4x4 = 16 blocks.

Instead of matching the function at the block-corners, find the best interpolant minimizing the mean square difference between the approximation and the exact function. Still use finite elements, but bilinear approximations.

What do you do if you don’t know the function? Suppose you want to minimize the difference between the approximation and exact function and their derivatives.

One can still find the best finite element approximation that minimizes this integral. It won’t fit the function exactly anywhere, nor the first derivative, but it will minimize the integral.

Calculus of Variations The function that satisfies this differential equation: minimizes this integral (this must be proved for each equation): The same approach can be taken: to satisfy the differential equation, one approximates the integral on the finite element blocks and finds the minimum.

We choose finite element functions which satisfy the boundary conditions, and then find the values of the parameters that make the integral a minimum.

The solution with linear elements on 312 triangles (177 nodes) is:

The solution with linear elements on 1248 triangles (665 nodes) is:

Finite Element Variational Method Divide the domain into small regions. Write a low degree polynomial on each small region: constant, bilinear, biquadratic. These are the basis functions. Write the solution as a series of basis functions. Determine the coefficients by minimizing an integral. (The trick is to know what integral to use.)

Galerkin Finite Element Method If a variational principle exists, the Galerkin method is the same as the variational method. The same finite elements can be used. Now the residual is made orthogonal to each basis function; this applies when there is no integral to be minimized or made stationary.

Conclusion - Three Basic Ideas Write the solution in a series of functions, each of which is defined over small elements, using low-order polynomials. Minimize some integral to solve a differential equation (or use Galerkin or MWR). Increase the number of basis functions in order to show convergence.