Chapter 5. Methods for Elliptic Equations

Similar documents
Chapter 6: Solving Large Systems of Linear Equations

1 Finite difference example: 1D implicit heat equation

General Framework for an Iterative Solution of Ax b. Jacobi s Method

TESLA Report

Iterative Solvers for Linear Systems

POISSON AND LAPLACE EQUATIONS. Charles R. O Neill. School of Mechanical and Aerospace Engineering. Oklahoma State University. Stillwater, OK 74078

Introduction to the Finite Element Method

CUDA for Real Time Multigrid Finite Element Simulation of

Yousef Saad University of Minnesota Computer Science and Engineering. CRM Montreal - April 30, 2008

FRIEDRICH-ALEXANDER-UNIVERSITÄT ERLANGEN-NÜRNBERG

Linearly Independent Sets and Linearly Dependent Sets

SIXTY STUDY QUESTIONS TO THE COURSE NUMERISK BEHANDLING AV DIFFERENTIALEKVATIONER I

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004

6.3 Multigrid Methods

Chapter 9 Partial Differential Equations

10.2 ITERATIVE METHODS FOR SOLVING LINEAR SYSTEMS. The Jacobi Method

Numerical Methods I Solving Linear Systems: Sparse Matrices, Iterative Methods and Non-Square Systems

AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS

Objectives. Materials

Overset Grids Technology in STAR-CCM+: Methodology and Applications

P013 INTRODUCING A NEW GENERATION OF RESERVOIR SIMULATION SOFTWARE

How High a Degree is High Enough for High Order Finite Elements?

Operation Count; Numerical Linear Algebra

Object-oriented scientific computing

Diffusion: Diffusive initial value problems and how to solve them

Continued Fractions and the Euclidean Algorithm

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

Paper Pulp Dewatering

The RAMSES code and related techniques 3. Gravity solvers

NUMERICAL ANALYSIS PROGRAMS

Numerical Methods for Differential Equations

Linear Programming for Optimization. Mark A. Schulze, Ph.D. Perceptive Scientific Instruments, Inc.

Domain Decomposition Methods. Partial Differential Equations

Mean value theorem, Taylors Theorem, Maxima and Minima.

Differential Balance Equations (DBE)

Effect of Aspect Ratio on Laminar Natural Convection in Partially Heated Enclosure

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 10

Feature Commercial codes In-house codes

Partial Fractions. (x 1)(x 2 + 1)

The Quantum Harmonic Oscillator Stephen Webb

Introduction to CFD Basics

5.5. Solving linear systems by the elimination method

HPC Deployment of OpenFOAM in an Industrial Setting

Course Outline for the Masters Programme in Computational Engineering

A PARALLEL GEOMETRIC MULTIGRID METHOD FOR FINITE ELEMENTS ON OCTREE MESHES

MAE 561 Computational Fluid Dynamics Final Project

OpenFOAM Optimization Tools

Correlation and Convolution Class Notes for CMSC 426, Fall 2005 David Jacobs

Second Order Linear Partial Differential Equations. Part I

Introduction to Computational Fluid Dynamics

Section Continued

Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON

Customer Training Material. Lecture 5. Solver Settings ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Finite Difference Approach to Option Pricing

High-fidelity electromagnetic modeling of large multi-scale naval structures

Airport Planning and Design. Excel Solver

1 Review of Least Squares Solutions to Overdetermined Systems

Heavy Parallelization of Alternating Direction Schemes in Multi-Factor Option Valuation Models. Cris Doloc, Ph.D.

Unit 1 Equations, Inequalities, Functions

Roots of Equations (Chapters 5 and 6)

Zeros of a Polynomial Function

Parameter Estimation for Bingham Models

APPENDIX 3 CFD CODE - PHOENICS

Continued Fractions. Darren C. Collins

Module 5: Solution of Navier-Stokes Equations for Incompressible Flow Using SIMPLE and MAC Algorithms Lecture 27:

Section 1.1 Linear Equations: Slope and Equations of Lines

COMPARISON OF SOLUTION ALGORITHM FOR FLOW AROUND A SQUARE CYLINDER

ME6130 An introduction to CFD 1-1

Fast Multipole Method for particle interactions: an open source parallel library component

1. Lid driven flow in a cavity [Time: 1 h 30 ]

Finite Elements for 2 D Problems

MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi

Name: Section Registered In:

Iterative Methods for Solving Linear Systems

(Refer Slide Time: 1:42)

Benchmark Computations of 3D Laminar Flow Around a Cylinder with CFX, OpenFOAM and FeatFlow

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

The continuous and discrete Fourier transforms

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW

Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions

Numerical Analysis An Introduction

The Method of Partial Fractions Math 121 Calculus II Spring 2015

Computational fluid dynamics (CFD) 9 th SIMLAB Course

Numerical Analysis Lecture Notes

Recursive Algorithms. Recursion. Motivating Example Factorial Recall the factorial function. { 1 if n = 1 n! = n (n 1)! if n > 1

5.4 The Heat Equation and Convection-Diffusion

3. Interpolation. Closing the Gaps of Discretization... Beyond Polynomials

FFT Algorithms. Chapter 6. Contents 6.1

Differentiation of vectors

Separable First Order Differential Equations

An asynchronous Oneshot method with Load Balancing

jorge s. marques image processing

Computational Optical Imaging - Optique Numerique. -- Deconvolution --

Practical Guide to the Simplex Method of Linear Programming

Simulation of Fluid-Structure Interactions in Aeronautical Applications

Adaptation of General Purpose CFD Code for Fusion MHD Applications*

Numerical Methods For Image Restoration

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Transcription:

Chapter 5. Methods for Elliptic Equations Reference: Tannehill et al Section 4.3. Fulton et al (1986 MWR). Recommended reading: Chapter 7, Numerical Methods for Engineering Application. J. H. Perziger, 2nd Ed. 5.1. Introduction In fluid dynamics, elliptic problems often arise. Two examples are given below. Example 1: When solving the incompressible equations, we have V p 2 + V V = + F + K V t ρ0 where F is a body force and K is a constant viscosity. V = 0 (1a) (1b) d θ = 0. dt (1c) 5-1

The pressure has to be obtained from a diagnostic elliptic equation, obtained by taking ( ) of the momentum equation (1): 2 p = V V + F + K 2 V ( ρ0 ) ( ρ0 ) ( ρ0 ) Equation (2) is a Possion equation, which is a special case of elliptic equations. It is a boundary condition problem (no time integration therefore no I.C. needed). Example 2: When we solve 2-D equations in vorticity-streamfunction form, we define (2) ψ u, y ψ v x v u 2 where ψ is the streamfunction, and vorticityζ = = ψ. From the equations in example 1, we can obtain x y prognostic vorticity equation (assuming V = 0 ): dζ dt and diagnostic elliptic equation 2 = K ζ (3) 2 ψ = ζ. (4) 5-2

Equation (2) is integrated forward for one time step first then (3) is solved to obtain ψ which is then used to calculated u and v. The new u and v are then used to advect the vorticity field to obtain ζ at the next time level. Other examples of elliptic equations include the omega equation for diagnosing vertical motion in quasigeostrophic synoptic dynamics, and the equation for diagnosing potential function from divergence. Due to the non-time matching nature of elliptic equations, we often refer to them as diagnostic equations. 5.2. Methods for Solving Elliptic Equations 5.2.1. Introduction Many methods exist, some of them are available as 'canned' programs in standard libraries, such as IMSL. Commonly used methods can be divided into the following classes: a. Iterative (relaxation) methods b. ADI method c. Multi-grid methods d. Direct Methods - FFT - Gaussian elimination or block cyclic reduction e. Preconditioned conugate residual method (e.g, Skamarock et al 1997, MWR) f. many more We will only look at the first three. 5-3

Consider a simple form of an elliptic, the Possion equation: 2 2 u u + = ρ( x, y) 0 x a, 0 y b. (5) 2 2 x y Boundary conditions are crucial in elliptic problems (elliptic problems are boundary conditions problems in nature). As discussed previously, the B.C. can be written in a general form: u αub + β = γ n B (6) where α, β are constants, α 2 + β 2 0. Depending on the value of α and β, we have Neumann, Dirichlet and Robin boundary conditions. One of the most common forms of discretization for elliptic problems is the so-called 5-point formula which is based on second-order centered difference: δ u+ δ u= ρ. (7) xx yy n n Let the B.C be ub = fi,. Rearranging terms, our F.D. equation can be written as u = c ( u + u ) + c ( u + u ) Cρ (8) i, x i+ 1, i 1, y i, + 1 i, 1 i, 5-4

y 2 2, x, x y 2 2 y 2 2 2 2 cx = c = C =. 2( x + y ) 2( x + y ) 2( x + y ) We can also write this system in a matrix form as [ A] U = B (9) which can be solved using one of the standard methods for linear system of equations. However, because [A] is a sparse matrix, it's generally more efficient to use methods designed for solving such sparse matrix problems. 5.3.2. Iterative Methods Strategy: Make an initial guess for u i, at the zeroth iteration, and then apply a correction to the guess based on a local error. Once the difference between successive iterations falls below a set tolerance, the iteration is considered converged. Method I: Jacobi Iteration v Let u, i th = v = solution after v iterations. If we write radidual = R ν = 2 v u ρ or R v, ( v v 1, 1, ) ( v v, 1, 1 ) v i cx u i+ u i cy u i + u i Cρi, u i, = + + + (10) 5-5

v then the solution is converged if R, = 0. In practice, we can't make R exactly zero using iteration methods, but we i v want R i, < ε. However, we can always define a new estimate of the solution temporarily reduced to zero at (i, ): c ( u + u ) + c ( u + u ) Cρ u = 0. (11) v v v v v+ 1 x i+ 1, i 1, y i, + 1 i, 1 i, i, v 1 u + i, such that the residual is To achieve that, we need, from (11) (10): u + = u + R (12) v 1 v v i, i, i, v where R i, is computed from (10). (12) is the formula to obtain solution of u through iterations. The iterations are needed because when even though the residual R has been reduced to zero by (12), when u at the neighboring points are adusted in a similar manner, the residual at (i,) is messed up! If one recomputed R using new values of u, it is no longer zero. But, we do this iteratively, i.e., perform the adustment repeated, hopefully we can eventually reduce the residual at all points to below certain threshold! This method can be shown to converge all the time, but unfortunately at a slow rate. Method II: Guass-Seidel or Sequential Relaxation This method is the same as the Jacobi method, except for the definition of the residual which is now given by R = c ( u + u ) + c ( u + u ) Cρ u. (13) v v v+ 1 v v+ 1 v i, x i+ 1, i 1, y i, + 1 i, 1 i, i, 5-6

The circled terms are different from the previous formula. For a loop of the form: DO =2,ny-1 DO i=2,nx-1 this essentially means that the newest values of u are used in the calculation of R. Implications: R i, is calculated from the newest values of u, old values of u do not need to be stored storage requirement is reduced. Because R i, depends on the latest values of u, the algorithm cannot be vectorized. Method III: Sucessive or Sequential Over-relaxation (SOR) SOR is essentially the Gauss-Seidel method augmented by a relaxation parameter α: u = u + α R. (14) v v 1 v i, i, i, α > 1 is usually used to improve convergence. How do we determine the optimal value of α? 5-7

It depends on the particular elliptic PDE being solved and its coefficients. Unfortunately, the convergence rate is very sensitive to the value of α. Without going into the heavy theory behind, we simply note here that maximum rate of convergence is obtained from the smaller root of α t 2 2 opt m 16α + 16 = 0 (15) opt where α opt = optimal over-relaxation parameter t m = cos( π/m ) + cos( π/n ) (16) where M and N are the number of grid intervals in the two directions. This formula says that the α is mostly dependent on the grid size. Solving (15) α opt 2 8 4 4 tm =. (17) t 2 m If M and N are large, then α opt 1 π 1 1 + 2 2 2 M N 2 2 1/2. (18) 5-8

For a square domain (M=N) M=N α(1) α(2) 10 1.53 1.80 100 1.94 1.98 1000 1.994 1.998 5.3.3. Alternate Direction Implicit (ADI) Method We encountered this method when discussing methods for solving multi-dimensional heat transfer equations. With this method, we solve the elliptic equation one direction at a time, by doing the following: cu u + cu = Cρ c( u + u ) (19a) v+ 1/2 v+ 1/2 v+ 1/2 v v x i+ 1, i, x i 1, i, y i, + 1 i, 1 cu u + cu = Cρ c( u + u ) (19b) v+ 1 v+ 1 v+ 1 v+ 1/2 v+ 1/2 y i, + 1 i, y i, 1 i, y i 1, i+ 1, Each of them is a tridiagonal system of equations. Repeat the steps until convergence. 5-9

Discussion The memory and operation counts for a 2D problem on N x N grid (see Fulton et al 1986). Methods Memory Operation Comments Gaussian elimination O(N 4 ) O(N 4 ) error accumulation Jacobi and G-S O(N 2 ) O(N 4 ) Flexible, easy to code SOR O(N 2 ) O(N 3 ) ADI O(N 2 ) O(N 2 lnn) Fast/Direct Solvers O(N 2 ) Limited to simple problems Cyclic reduction with constant coefficients matrix decomposition or combination of two after using FFT Multi-grid method O(N 2 ) Suitable for more general problems 5-10

5.3.4. Multigrid Methods for Elliptic Equations Multi-grid represents a particular strategy for elliptic problems, within which a variety of methods can be used. They were developed in the 1970's by Achi Brandt. Because of its flexibility and operational counts on the same order as the much more restrictive direct methods, it has become rather popular. The methods work by approximating a problem on multiple overlapping grids with widely varying mesh sizes and cycling between these approximations, using relaxation to reduce the error on the scale of each grid. The efficiency is optimal the operational count is proportionally to the number of unknowns. Reading: Fulton et al. (1986, MWR). Analysis of Error Reduction with Relaxation Methods Let's analyze the error of G-S relaxation: Assume x= y, c x = c y = 1/4, C=1/4, (13) becomes 1 v v+ 1 v v+ 1 v 1 v ( u i+ 1, + u i 1, + u i, + 1 + u i, 1 ) u i, ρi, = Ri, (20) 4 4 u + = u + R (21) v 1 v v i, i, i, (20) - (21) gives 1 v v+ 1 v v+ 1 v+ 1 1 ( u i+ 1, + u i 1, + u i, + 1 + u i, 1 ) u i, ρi, = 0 (20a) 4 4 5-11

Assume v is the true (discrete) solution, the error e = v u and 1 1 ( vi+ 1, + vi 1, + vi, + 1 + vi, 1 ) vi, ρi, 4 4 = 0 (22) (22) (20a) new 1, ( new new ei = ei+ 1, + e i 1, + ei, + 1 + e i, 1 ) (23) 4 We see that the error at (i,) is a simple average of the current errors at four sourrounding points, which suggests that small scale errors can be reduced by the averaging faster due to cancellation. Smooth error field is slow to reduce! Let's quantify the result by using Fourier analysis. Let e = Aexp[ i( θ + kθ )] (24) i, 1 2 θ1 andθ2are the discrete wave number in the two directions, and are integer multiple of 2π x (assuming x= y) between -π and π. Plug (24) into (23) 1 ( iθ1 iθ1 iθ2 θ 2 ) new new new new i new A = e A + e A + e A + e A (25) 4 5-12

Reduction in error after 1 iteration (remember the amplification factor?): new iθ1 iθ2 A e + e µθ ( ) = = iθ A 4 e e iθ 1 2 (26) Here, you want µ to be small that that error is reduced faster! 5-13

When θ 1 = θ 2 = π (2 waves), µ=1/3 but µ = 1 O( h 2 ) when θ 1 and θ 2 ~ O( h ) where h = x = y. We can see that convergence is slow for the lowest wave numbers, i.e., for the longest waves (in terms of the number of grid intervals). The long waves can be represented rather accurately on a coarse resolution grid, on which the error can be reduced much faster this is the idea behind the multi-grid method. Before looking at the multi-grid method, let's first look at the two-grid method. Two-grid method Let's write the Possion equation as Lv = f. (27) Let u be an approximate solution to Lv=f Lu f = r (28) Let v be the true solution to the finite difference form of equation, then error e = v u. 5-14

Since Lv = f, we have where r is the residual. On a grid with spacing h, Le = f Lu = r (29) L h e h = r h. (30) Goal: To find e so that the true solution v = e + u can be obtained. We use relaxation plus iterations to reduce error e, so that eventually u approaches v. After a number of iterations on grid h, e h becomes smooth so that reduction in e becomes slow. The approximation of (30) on a coarser grid with spacing H (H>h) is L H e H = I h H r H (31) where I h H is an operator that transfers r from grid h to grid H (when H = nh, we transfer the values at overlapping points directly, and call the process inection). Assume (31) is solved accurately on grid H, i.e., we found an e H that satisfies (31), we interpolate it to h grid and adust u so that u new h = u h + I H h e H (32) 5-15

where I H h is a transfer operator from H to h grid. This operator usually performs interpolation. It can shown that with υ iterations on the fine grid and a true solution of e obatined on the coarse grid somehow, the error for ALL wave numbers are reduced by a factor of (1/2) υ when G-S and H/h=2 are used! When υ=3, the error is reduced by a factor of 10 for ALL wave numbers! Note that additional error is introduced during interpolation and inection. But usually, the error is relatively small. Multi-grid method Previous two-grid method did not say how to obtain the solution on the coarse grid. Since it has the same form as that on the fine grid, it can be solved the same way as the fine grid equations, by using a still coarser grid, e.g., 2H. Continuing this process recursively until the coarsest grid is trivial to solve, we obtain a simple multigrid method. Total number of grid points (storage) involved: (1+1/4 +1/16+1/2 N-1 ) N 2 < 4/3 N 2 ~ O(N 2 ). We have only shown a simplest procedure for solving an elliptic equation using multigrid methods. There are many variations and the method is very flexible and powerful. More details found in Fulton et al. (1986). Read the paper! 5-16