Fundamentals of Computational Fluid Dynamics Harvard Lomax and Thomas H. Pulliam NASA Ames Research Center David W. Zingg University of Toronto Institute for Aerospace Studies August 26, 1999
Contents 1 INTRODUCTION
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.2.1 Problem Speci cation and Geometry Preparation . . . . . . 1.2.2 Selection of Governing Equations and Boundary Conditions 1.2.3 Selection of Gridding Strategy and Numerical Method . . . 1.2.4 Assessment and Interpretation of Results . . . . . . . . . . . 1.3 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.4 Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2 CONSERVATION LAWS AND THE MODEL EQUATIONS 2.1 Conservation Laws . . . . . . . . . . . . 2.2 The Navier-Stokes and Euler Equations . 2.3 The Linear Convection Equation . . . . 2.3.1 Dierential Form . . . . . . . . . 2.3.2 Solution in Wave Space . . . . . . 2.4 The Diusion Equation . . . . . . . . . . 2.4.1 Dierential Form . . . . . . . . . 2.4.2 Solution in Wave Space . . . . . . 2.5 Linear Hyperbolic Systems . . . . . . . . 2.6 Problems . . . . . . . . . . . . . . . . . .
. . . . . . . . . .
. . . . . . . . . .
. . . . . . . . . .
. . . . . . . . . .
3 FINITE-DIFFERENCE APPROXIMATIONS 3.1 Meshes and Finite-Dierence Notation 3.2 Space Derivative Approximations . . . 3.3 Finite-Dierence Operators . . . . . . 3.3.1 Point Dierence Operators . . . 3.3.2 Matrix Dierence Operators . . 3.3.3 Periodic Matrices . . . . . . . . 3.3.4 Circulant Matrices . . . . . . . iii
. . . . . . .
. . . . . . .
. . . . . . .
. . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . .
. . . . . . .
. . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . .
1
1 2 2 3 3 4 4 5
7
7 8 12 12 13 14 14 15 16 17
21
21 24 25 25 25 29 30
3.4 Constructing Dierencing Schemes of Any Order . . . . . 3.4.1 Taylor Tables . . . . . . . . . . . . . . . . . . . . 3.4.2 Generalization of Dierence Formulas . . . . . . . 3.4.3 Lagrange and Hermite Interpolation Polynomials 3.4.4 Practical Application of Pade Formulas . . . . . . 3.4.5 Other Higher-Order Schemes . . . . . . . . . . . . 3.5 Fourier Error Analysis . . . . . . . . . . . . . . . . . . . 3.5.1 Application to a Spatial Operator . . . . . . . . . 3.6 Dierence Operators at Boundaries . . . . . . . . . . . . 3.6.1 The Linear Convection Equation . . . . . . . . . 3.6.2 The Diusion Equation . . . . . . . . . . . . . . . 3.7 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . .
. . . . . . . . . . . .
. . . . . . . . . . . .
. . . . . . . . . . . .
. . . . . . . . . . . .
. . . . . . . . . . . .
. . . . . . . . . . . .
31 31 34 35 37 38 39 39 43 44 46 47
4 THE SEMI-DISCRETE APPROACH
51
5 FINITE-VOLUME METHODS
71
4.1 Reduction of PDE's to ODE's . . . . . . . . . . . . . . . . . . . . . . 4.1.1 The Model ODE's . . . . . . . . . . . . . . . . . . . . . . . . 4.1.2 The Generic Matrix Form . . . . . . . . . . . . . . . . . . . . 4.2 Exact Solutions of Linear ODE's . . . . . . . . . . . . . . . . . . . . 4.2.1 Eigensystems of Semi-Discrete Linear Forms . . . . . . . . . . 4.2.2 Single ODE's of First- and Second-Order . . . . . . . . . . . . 4.2.3 Coupled First-Order ODE's . . . . . . . . . . . . . . . . . . . 4.2.4 General Solution of Coupled ODE's with Complete Eigensystems 4.3 Real Space and Eigenspace . . . . . . . . . . . . . . . . . . . . . . . . 4.3.1 De nition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4.3.2 Eigenvalue Spectrums for Model ODE's . . . . . . . . . . . . . 4.3.3 Eigenvectors of the Model Equations . . . . . . . . . . . . . . 4.3.4 Solutions of the Model ODE's . . . . . . . . . . . . . . . . . . 4.4 The Representative Equation . . . . . . . . . . . . . . . . . . . . . . 4.5 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.1 Basic Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.2 Model Equations in Integral Form . . . . . . . . . . . . . . . . . . . 5.2.1 The Linear Convection Equation . . . . . . . . . . . . . . . 5.2.2 The Diusion Equation . . . . . . . . . . . . . . . . . . . . . 5.3 One-Dimensional Examples . . . . . . . . . . . . . . . . . . . . . . 5.3.1 A Second-Order Approximation to the Convection Equation 5.3.2 A Fourth-Order Approximation to the Convection Equation 5.3.3 A Second-Order Approximation to the Diusion Equation . 5.4 A Two-Dimensional Example . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . .
52 52 53 54 54 55 57 59 61 61 62 63 65 67 68 72 73 73 74 74 75 77 78 80
5.5 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6 TIME-MARCHING METHODS FOR ODE'S
6.1 Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6.2 Converting Time-Marching Methods to OE's . . . . . . . . . . . . 6.3 Solution of Linear OE's With Constant Coecients . . . . . . . . 6.3.1 First- and Second-Order Dierence Equations . . . . . . . . 6.3.2 Special Cases of Coupled First-Order Equations . . . . . . . 6.4 Solution of the Representative OE's . . . . . . . . . . . . . . . . 6.4.1 The Operational Form and its Solution . . . . . . . . . . . . 6.4.2 Examples of Solutions to Time-Marching OE's . . . . . . . 6.5 The ; Relation . . . . . . . . . . . . . . . . . . . . . . . . . . . 6.5.1 Establishing the Relation . . . . . . . . . . . . . . . . . . . . 6.5.2 The Principal -Root . . . . . . . . . . . . . . . . . . . . . . 6.5.3 Spurious -Roots . . . . . . . . . . . . . . . . . . . . . . . . 6.5.4 One-Root Time-Marching Methods . . . . . . . . . . . . . . 6.6 Accuracy Measures of Time-Marching Methods . . . . . . . . . . . 6.6.1 Local and Global Error Measures . . . . . . . . . . . . . . . 6.6.2 Local Accuracy of the Transient Solution (er ; jj ; er! ) . . . 6.6.3 Local Accuracy of the Particular Solution (er ) . . . . . . . 6.6.4 Time Accuracy For Nonlinear Applications . . . . . . . . . . 6.6.5 Global Accuracy . . . . . . . . . . . . . . . . . . . . . . . . 6.7 Linear Multistep Methods . . . . . . . . . . . . . . . . . . . . . . . 6.7.1 The General Formulation . . . . . . . . . . . . . . . . . . . . 6.7.2 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6.7.3 Two-Step Linear Multistep Methods . . . . . . . . . . . . . 6.8 Predictor-Corrector Methods . . . . . . . . . . . . . . . . . . . . . . 6.9 Runge-Kutta Methods . . . . . . . . . . . . . . . . . . . . . . . . . 6.10 Implementation of Implicit Methods . . . . . . . . . . . . . . . . . . 6.10.1 Application to Systems of Equations . . . . . . . . . . . . . 6.10.2 Application to Nonlinear Equations . . . . . . . . . . . . . . 6.10.3 Local Linearization for Scalar Equations . . . . . . . . . . . 6.10.4 Local Linearization for Coupled Sets of Nonlinear Equations 6.11 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
7 STABILITY OF LINEAR SYSTEMS 7.1 Dependence on the Eigensystem 7.2 Inherent Stability of ODE's . . 7.2.1 The Criterion . . . . . . 7.2.2 Complete Eigensystems .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
83
85
86 87 88 89 90 91 91 92 93 93 95 95 96 97 97 98 99 100 101 102 102 103 105 106 107 110 110 111 112 115 117
121
122 123 123 123
7.3
7.4 7.5 7.6
7.7
7.8 7.9
7.2.3 Defective Eigensystems . . . . . . . . . . . . . . Numerical Stability of OE 's . . . . . . . . . . . . . . 7.3.1 The Criterion . . . . . . . . . . . . . . . . . . . 7.3.2 Complete Eigensystems . . . . . . . . . . . . . . 7.3.3 Defective Eigensystems . . . . . . . . . . . . . . Time-Space Stability and Convergence of OE's . . . . Numerical Stability Concepts in the Complex -Plane . 7.5.1 -Root Traces Relative to the Unit Circle . . . 7.5.2 Stability for Small t . . . . . . . . . . . . . . . Numerical Stability Concepts in the Complex h Plane 7.6.1 Stability for Large h. . . . . . . . . . . . . . . . 7.6.2 Unconditional Stability, A-Stable Methods . . . 7.6.3 Stability Contours in the Complex h Plane. . . Fourier Stability Analysis . . . . . . . . . . . . . . . . 7.7.1 The Basic Procedure . . . . . . . . . . . . . . . 7.7.2 Some Examples . . . . . . . . . . . . . . . . . . 7.7.3 Relation to Circulant Matrices . . . . . . . . . . Consistency . . . . . . . . . . . . . . . . . . . . . . . . Problems . . . . . . . . . . . . . . . . . . . . . . . . . .
8 CHOICE OF TIME-MARCHING METHODS
8.1 Stiness De nition for ODE's . . . . . . . . . . . . 8.1.1 Relation to -Eigenvalues . . . . . . . . . . 8.1.2 Driving and Parasitic Eigenvalues . . . . . . 8.1.3 Stiness Classi cations . . . . . . . . . . . . 8.2 Relation of Stiness to Space Mesh Size . . . . . . 8.3 Practical Considerations for Comparing Methods . 8.4 Comparing the Eciency of Explicit Methods . . . 8.4.1 Imposed Constraints . . . . . . . . . . . . . 8.4.2 An Example Involving Diusion . . . . . . . 8.4.3 An Example Involving Periodic Convection . 8.5 Coping With Stiness . . . . . . . . . . . . . . . . 8.5.1 Explicit Methods . . . . . . . . . . . . . . . 8.5.2 Implicit Methods . . . . . . . . . . . . . . . 8.5.3 A Perspective . . . . . . . . . . . . . . . . . 8.6 Steady Problems . . . . . . . . . . . . . . . . . . . 8.7 Problems . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
123 124 124 125 125 125 128 128 132 135 135 136 137 141 141 142 143 143 146
149
149 149 151 151 152 153 154 154 154 155 158 158 159 160 160 161
9 RELAXATION METHODS
9.1 Formulation of the Model Problem . . . . . . . . . . . . . . 9.1.1 Preconditioning the Basic Matrix . . . . . . . . . . . 9.1.2 The Model Equations . . . . . . . . . . . . . . . . . . 9.2 Classical Relaxation . . . . . . . . . . . . . . . . . . . . . . 9.2.1 The Delta Form of an Iterative Scheme . . . . . . . . 9.2.2 The Converged Solution, the Residual, and the Error 9.2.3 The Classical Methods . . . . . . . . . . . . . . . . . 9.3 The ODE Approach to Classical Relaxation . . . . . . . . . 9.3.1 The Ordinary Dierential Equation Formulation . . . 9.3.2 ODE Form of the Classical Methods . . . . . . . . . 9.4 Eigensystems of the Classical Methods . . . . . . . . . . . . 9.4.1 The Point-Jacobi System . . . . . . . . . . . . . . . . 9.4.2 The Gauss-Seidel System . . . . . . . . . . . . . . . . 9.4.3 The SOR System . . . . . . . . . . . . . . . . . . . . 9.5 Nonstationary Processes . . . . . . . . . . . . . . . . . . . . 9.6 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
163
164 164 166 168 168 168 169 170 170 172 173 174 176 180 182 187
10 MULTIGRID
191
11 NUMERICAL DISSIPATION
203
10.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191 10.1.1 Eigenvector and Eigenvalue Identi cation with Space Frequencies191 10.1.2 Properties of the Iterative Method . . . . . . . . . . . . . . . 192 10.2 The Basic Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 10.3 A Two-Grid Process . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 10.4 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 11.1 11.2 11.3 11.4
One-Sided First-Derivative Space Dierencing The Modi ed Partial Dierential Equation . . The Lax-Wendro Method . . . . . . . . . . . Upwind Schemes . . . . . . . . . . . . . . . . 11.4.1 Flux-Vector Splitting . . . . . . . . . . 11.4.2 Flux-Dierence Splitting . . . . . . . . 11.5 Arti cial Dissipation . . . . . . . . . . . . . . 11.6 Problems . . . . . . . . . . . . . . . . . . . . .
12 SPLIT AND FACTORED FORMS
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
204 205 207 209 210 212 213 214
217
12.1 The Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 12.2 Factoring Physical Representations | Time Splitting . . . . . . . . . 218 12.3 Factoring Space Matrix Operators in 2{D . . . . . . . . . . . . . . . . 220
12.4 12.5 12.6 12.7
12.3.1 Mesh Indexing Convention . . . . . . . . . . . 12.3.2 Data Bases and Space Vectors . . . . . . . . . 12.3.3 Data Base Permutations . . . . . . . . . . . . 12.3.4 Space Splitting and Factoring . . . . . . . . . Second-Order Factored Implicit Methods . . . . . . . Importance of Factored Forms in 2 and 3 Dimensions The Delta Form . . . . . . . . . . . . . . . . . . . . . Problems . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
13 LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
13.1 The Representative Equation for Circulant Operators . . . . . . . 13.2 Example Analysis of Circulant Systems . . . . . . . . . . . . . . . 13.2.1 Stability Comparisons of Time-Split Methods . . . . . . . 13.2.2 Analysis of a Second-Order Time-Split Method . . . . . . 13.3 The Representative Equation for Space-Split Operators . . . . . . 13.4 Example Analysis of 2-D Model Equations . . . . . . . . . . . . . 13.4.1 The Unfactored Implicit Euler Method . . . . . . . . . . . 13.4.2 The Factored Nondelta Form of the Implicit Euler Method 13.4.3 The Factored Delta Form of the Implicit Euler Method . . 13.4.4 The Factored Delta Form of the Trapezoidal Method . . . 13.5 Example Analysis of the 3-D Model Equation . . . . . . . . . . . 13.6 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
220 221 221 223 226 226 228 229
233
233 234 234 237 238 242 242 243 243 244 245 247
A USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA 249 A.1 A.2 A.3 A.4 A.5
Notation . . . . . . . . . . De nitions . . . . . . . . . Algebra . . . . . . . . . . Eigensystems . . . . . . . Vector and Matrix Norms
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
B SOME PROPERTIES OF TRIDIAGONAL MATRICES B.1 B.2 B.3 B.4
Standard Eigensystem for Simple Tridiagonals . . Generalized Eigensystem for Simple Tridiagonals . The Inverse of a Simple Tridiagonal . . . . . . . . Eigensystems of Circulant Matrices . . . . . . . . B.4.1 Standard Tridiagonals . . . . . . . . . . . B.4.2 General Circulant Systems . . . . . . . . . B.5 Special Cases Found From Symmetries . . . . . . B.6 Special Cases Involving Boundary Conditions . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
. . . . . . . .
249 250 251 251 254
257
257 258 259 260 260 261 262 263
C THE HOMOGENEOUS PROPERTY OF THE EULER EQUATIONS265
Chapter 1 INTRODUCTION 1.1
Motivation
The material in this book originated from attempts to understand and systemize numerical solution techniques for the partial dierential equations governing the physics of uid ow. As time went on and these attempts began to crystallize, underlying constraints on the nature of the material began to form. The principal such constraint was the demand for uni cation. Was there one mathematical structure which could be used to describe the behavior and results of most numerical methods in common use in the eld of uid dynamics? Perhaps the answer is arguable, but the authors believe the answer is armative and present this book as justi cation for that belief. The mathematical structure is the theory of linear algebra and the attendant eigenanalysis of linear systems. The ultimate goal of the eld of computational uid dynamics (CFD) is to understand the physical events that occur in the ow of uids around and within designated objects. These events are related to the action and interaction of phenomena such as dissipation, diusion, convection, shock waves, slip surfaces, boundary layers, and turbulence. In the eld of aerodynamics, all of these phenomena are governed by the compressible Navier-Stokes equations. Many of the most important aspects of these relations are nonlinear and, as a consequence, often have no analytic solution. This, of course, motivates the numerical solution of the associated partial dierential equations. At the same time it would seem to invalidate the use of linear algebra for the classi cation of the numerical methods. Experience has shown that such is not the case. As we shall see in a later chapter, the use of numerical methods to solve partial dierential equations introduces an approximation that, in eect, can change the form of the basic partial dierential equations themselves. The new equations, which 1
CHAPTER 1. INTRODUCTION
2
are the ones actually being solved by the numerical process, are often referred to as the modi ed partial dierential equations. Since they are not precisely the same as the original equations, they can, and probably will, simulate the physical phenomena listed above in ways that are not exactly the same as an exact solution to the basic partial dierential equation. Mathematically, these dierences are usually referred to as truncation errors. However, the theory associated with the numerical analysis of
uid mechanics was developed predominantly by scientists deeply interested in the physics of uid ow and, as a consequence, these errors are often identi ed with a particular physical phenomenon on which they have a strong eect. Thus methods are said to have a lot of \arti cial viscosity" or said to be highly dispersive. This means that the errors caused by the numerical approximation result in a modi ed partial dierential equation having additional terms that can be identi ed with the physics of dissipation in the rst case and dispersion in the second. There is nothing wrong, of course, with identifying an error with a physical process, nor with deliberately directing an error to a speci c physical process, as long as the error remains in some engineering sense \small". It is safe to say, for example, that most numerical methods in practical use for solving the nondissipative Euler equations create a modi ed partial dierential equation that produces some form of dissipation. However, if used and interpreted properly, these methods give very useful information. Regardless of what the numerical errors are called, if their eects are not thoroughly understood and controlled, they can lead to serious diculties, producing answers that represent little, if any, physical reality. This motivates studying the concepts of stability, convergence, and consistency. On the other hand, even if the errors are kept small enough that they can be neglected (for engineering purposes), the resulting simulation can still be of little practical use if inecient or inappropriate algorithms are used. This motivates studying the concepts of stiness, factorization, and algorithm development in general. All of these concepts we hope to clarify in this book. 1.2
Background
The eld of computational uid dynamics has a broad range of applicability. Independent of the speci c application under study, the following sequence of steps generally must be followed in order to obtain a satisfactory solution.
1.2.1 Problem Speci cation and Geometry Preparation
The rst step involves the speci cation of the problem, including the geometry, ow conditions, and the requirements of the simulation. The geometry may result from
1.2. BACKGROUND
3
measurements of an existing con guration or may be associated with a design study. Alternatively, in a design context, no geometry need be supplied. Instead, a set of objectives and constraints must be speci ed. Flow conditions might include, for example, the Reynolds number and Mach number for the ow over an airfoil. The requirements of the simulation include issues such as the level of accuracy needed, the turnaround time required, and the solution parameters of interest. The rst two of these requirements are often in con ict and compromise is necessary. As an example of solution parameters of interest in computing the ow eld about an airfoil, one may be interested in i) the lift and pitching moment only, ii) the drag as well as the lift and pitching moment, or iii) the details of the ow at some speci c location.
1.2.2 Selection of Governing Equations and Boundary Conditions
Once the problem has been speci ed, an appropriate set of governing equations and boundary conditions must be selected. It is generally accepted that the phenomena of importance to the eld of continuum uid dynamics are governed by the conservation of mass, momentum, and energy. The partial dierential equations resulting from these conservation laws are referred to as the Navier-Stokes equations. However, in the interest of eciency, it is always prudent to consider solving simpli ed forms of the Navier-Stokes equations when the simpli cations retain the physics which are essential to the goals of the simulation. Possible simpli ed governing equations include the potential- ow equations, the Euler equations, and the thin-layer Navier-Stokes equations. These may be steady or unsteady and compressible or incompressible. Boundary types which may be encountered include solid walls, in ow and out ow boundaries, periodic boundaries, symmetry boundaries, etc. The boundary conditions which must be speci ed depend upon the governing equations. For example, at a solid wall, the Euler equations require ow tangency to be enforced, while the Navier-Stokes equations require the no-slip condition. If necessary, physical models must be chosen for processes which cannot be simulated within the speci ed constraints. Turbulence is an example of a physical process which is rarely simulated in a practical context (at the time of writing) and thus is often modelled. The success of a simulation depends greatly on the engineering insight involved in selecting the governing equations and physical models based on the problem speci cation.
1.2.3 Selection of Gridding Strategy and Numerical Method
Next a numerical method and a strategy for dividing the ow domain into cells, or elements, must be selected. We concern ourselves here only with numerical methods requiring such a tessellation of the domain, which is known as a grid, or mesh.
CHAPTER 1. INTRODUCTION
4
Many dierent gridding strategies exist, including structured, unstructured, hybrid, composite, and overlapping grids. Furthermore, the grid can be altered based on the solution in an approach known as solution-adaptive gridding. The numerical methods generally used in CFD can be classi ed as nite-dierence, nite-volume, nite-element, or spectral methods. The choices of a numerical method and a gridding strategy are strongly interdependent. For example, the use of nite-dierence methods is typically restricted to structured grids. Here again, the success of a simulation can depend on appropriate choices for the problem or class of problems of interest.
1.2.4 Assessment and Interpretation of Results
Finally, the results of the simulation must be assessed and interpreted. This step can require post-processing of the data, for example calculation of forces and moments, and can be aided by sophisticated ow visualization tools and error estimation techniques. It is critical that the magnitude of both numerical and physical-model errors be well understood. 1.3
Overview
It should be clear that successful simulation of uid ows can involve a wide range of issues from grid generation to turbulence modelling to the applicability of various simpli ed forms of the Navier-Stokes equations. Many of these issues are not addressed in this book. Some of them are presented in the books by Anderson, Tannehill, and Pletcher [1] and Hirsch [2]. Instead we focus on numerical methods, with emphasis on nite-dierence and nite-volume methods for the Euler and Navier-Stokes equations. Rather than presenting the details of the most advanced methods, which are still evolving, we present a foundation for developing, analyzing, and understanding such methods. Fortunately, to develop, analyze, and understand most numerical methods used to nd solutions for the complete compressible Navier-Stokes equations, we can make use of much simpler expressions, the so-called \model" equations. These model equations isolate certain aspects of the physics contained in the complete set of equations. Hence their numerical solution can illustrate the properties of a given numerical method when applied to a more complicated system of equations which governs similar physical phenomena. Although the model equations are extremely simple and easy to solve, they have been carefully selected to be representative, when used intelligently, of diculties and complexities that arise in realistic two- and three-dimensional uid
ow simulations. We believe that a thorough understanding of what happens when
1.4. NOTATION
5
numerical approximations are applied to the model equations is a major rst step in making con dent and competent use of numerical approximations to the Euler and Navier-Stokes equations. As a word of caution, however, it should be noted that, although we can learn a great deal by studying numerical methods as applied to the model equations and can use that information in the design and application of numerical methods to practical problems, there are many aspects of practical problems which can only be understood in the context of the complete physical systems. 1.4
Notation
The notation is generally explained as it is introduced. Bold type is reserved for real physical vectors, such as velocity. The vector symbol ~ is used for the vectors (or column matrices) which contain the values of the dependent variable at the nodes of a grid. Otherwise, the use of a vector consisting of a collection of scalars should be apparent from the context and is not identi ed by any special notation. For example, the variable u can denote a scalar Cartesian velocity component in the Euler and Navier-Stokes equations, a scalar quantity in the linear convection and diusion equations, and a vector consisting of a collection of scalars in our presentation of hyperbolic systems. Some of the abbreviations used throughout the text are listed and de ned below. PDE ODE OE RHS P.S. S.S. k-D ~ bc O()
Partial dierential equation Ordinary dierential equation Ordinary dierence equation Right-hand side Particular solution of an ODE or system of ODE's Fixed (time-invariant) steady-state solution k-dimensional space Boundary conditions, usually a vector A term of order (i.e., proportional to)
6
CHAPTER 1. INTRODUCTION
Chapter 2 CONSERVATION LAWS AND THE MODEL EQUATIONS We start out by casting our equations in the most general form, the integral conservation-law form, which is useful in understanding the concepts involved in nite-volume schemes. The equations are then recast into divergence form, which is natural for nite-dierence schemes. The Euler and Navier-Stokes equations are brie y discussed in this Chapter. The main focus, though, will be on representative model equations, in particular, the convection and diusion equations. These equations contain many of the salient mathematical and physical features of the full Navier-Stokes equations. The concepts of convection and diusion are prevalent in our development of numerical methods for computational uid dynamics, and the recurring use of these model equations allows us to develop a consistent framework of analysis for consistency, accuracy, stability, and convergence. The model equations we study have two properties in common. They are linear partial dierential equations (PDE's) with coecients that are constant in both space and time, and they represent phenomena of importance to the analysis of certain aspects of uid dynamic problems.
2.1 Conservation Laws Conservation laws, such as the Euler and Navier-Stokes equations and our model equations, can be written in the following integral form: Z
V (t2 )
QdV ;
Z
V (t1 )
QdV +
Z t2 I
t1
S (t)
n:FdSdt =
Z t2 Z
t1
V (t)
PdV dt
(2.1)
In this equation, Q is a vector containing the set of variables which are conserved, e.g., mass, momentum, and energy, per unit volume. The equation is a statement of 7
8
CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
the conservation of these quantities in a nite region of space with volume V (t) and surface area S (t) over a nite interval of time t2 ; t1 . In two dimensions, the region of space, or cell, is an area A(t) bounded by a closed contour C (t). The vector n is a unit vector normal to the surface pointing outward, F is a set of vectors, or tensor, containing the ux of Q per unit area per unit time, and P is the rate of production of Q per unit volume per unit time. If all variables are continuous in time, then Eq. 2.1 can be rewritten as d Z QdV + I n:FdS = Z PdV (2.2) dt V (t) S (t) V (t) Those methods which make various numerical approximations of the integrals in Eqs. 2.1 and 2.2 and nd a solution for Q on that basis are referred to as nite-volume methods. Many of the advanced codes written for CFD applications are based on the nite-volume concept. On the other hand, a partial derivative form of a conservation law can also be derived. The divergence form of Eq. 2.2 is obtained by applying Gauss's theorem to the ux integral, leading to @Q + r:F = P (2.3) @t where r: is the well-known divergence operator given, in Cartesian coordinates, by ! @ @ @ (2.4) r: i @x + j @y + k @z : and i; j, and k are unit vectors in the x; y, and z coordinate directions, respectively. Those methods which make various approximations of the derivatives in Eq. 2.3 and nd a solution for Q on that basis are referred to as nite-dierence methods.
2.2 The Navier-Stokes and Euler Equations The Navier-Stokes equations form a coupled system of nonlinear PDE's describing the conservation of mass, momentum and energy for a uid. For a Newtonian uid in one dimension, they can be written as @Q + @E = 0 (2.5) @t @x with 2 3 2 3 u 3 2 0 6 7 6 7 6 Q = 66 u 777 ; 4 5
e
E
6 6 = 666 4
7 6 7 6 7 2 u + p 77 ; 666 5 4
u(e + p)
4 @u 3 @x 4 @u 3 u @x
+ @T @x
7 7 7 7 7 5
(2.6)
2.2. THE NAVIER-STOKES AND EULER EQUATIONS
9
where is the uid density, u is the velocity, e is the total energy per unit volume, p is the pressure, T is the temperature, is the coecient of viscosity, and is the thermal conductivity. The total energy e includes internal energy per unit volume (where is the internal energy per unit mass) and kinetic energy per unit volume u2=2. These equations must be supplemented by relations between and and the uid state as well as an equation of state, such as the ideal gas law. Details can be found in Anderson, Tannehill, and Pletcher [1] and Hirsch [2]. Note that the convective
uxes lead to rst derivatives in space, while the viscous and heat conduction terms involve second derivatives. This form of the equations is called conservation-law or conservative form. Non-conservative forms can be obtained by expanding derivatives of products using the product rule or by introducing dierent dependent variables, such as u and p. Although non-conservative forms of the equations are analytically the same as the above form, they can lead to quite dierent numerical solutions in terms of shock strength and shock speed, for example. Thus the conservative form is appropriate for solving ows with features such as shock waves. Many ows of engineering interest are steady (time-invariant), or at least may be treated as such. For such ows, we are often interested in the steady-state solution of the Navier-Stokes equations, with no interest in the transient portion of the solution. The steady solution to the one-dimensional Navier-Stokes equations must satisfy @E = 0 (2.7) @x If we neglect viscosity and heat conduction, the Euler equations are obtained. In two-dimensional Cartesian coordinates, these can be written as @Q + @E + @F = 0 (2.8) @t @x @y with 2 3 2 3 2 2 q1 u 3 v 3 6 7 6 7 6 u2 + p 7 6 uv 7 7 7 7 Q = 664 qq2 775 = 664 u 7; E = 6 6 7; F = 6 6 2 7 (2.9) 5 4 5 4 5 v uv v + p 3 q4 e u(e + p) v ( e + p) where u and v are the Cartesian velocity components. Later on we will make use of the following form of the Euler equations as well: @Q + A @Q + B @Q = 0 (2.10) @t @x @y @E and B = @F are known as the ux Jacobians. The ux vectors The matrices A = @Q @Q given above are written in terms of the primitive variables, , u, v, and p. In order
10
CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
to derive the ux Jacobian matrices, we must rst write the ux vectors E and F in terms of the conservative variables, q1 , q2, q3 , and q4 , as follows:
E
F
2 6 6 6 6 6 = 666 6 6 6 4
E1
2 3 6 6 7 6 7 6 7 6 7 6 7 6 7 7=6 6 7 6 7 6 7 7 6 5 6 6 4
3 7 7 7 2 2 q2 ;1 q3 7 3 ;
( ; 1)q4 + 2 q1 ; 2 q1 77 7 7 7 q3 q2 7 7 q1 7 7 7 q3 q2 q 5
; 1 2 q q
4q12 ; 2 q212 + 3q12
(2.11)
2 6 6 6 6 6 = 666 6 6 6 4
3 2 F1 7 66 7 6 7 6 7 F2 7 66 7 7 = 666 7 F3 77 66 7 6 5 6 4 F4
3 7 7 7 7 q3 q2 7 q1 7 7 7 7 2 2 ( ; 1)q4 + 3;2 qq31 ; ;2 1 qq21 77 7 7 5 q2 q 3 q q q
; 1 3
4q13 ; 2 2q12 + q132
(2.12)
E2 E3 E4
q2
q3
We have assumed that the pressure satis es p = ( ; 1)[e ; (u2 + v2)=2] from the ideal gas law, where is the ratio of speci c heats, cp=cv . From this it follows that the ux Jacobian of E can be written in terms of the conservative variables as
A=
2 6 6 6 6 6 @Ei = 666 @qj 66 6 6 6 4
3 7 7 q q 7 a21 (3 ; ) q21 (1 ; ) q31 ; 1 777 7 7 q q q q 7 2 3 3 2 ; q1 q1 0 77 q1 q1 7 q 7 5 a41 a42 a43
q21
0
1
0
where
a21
= ;2 1 qq3 1
!2
; 3 ;2 qq2 1
!2
0
(2.13)
2.2. THE NAVIER-STOKES AND EULER EQUATIONS 2 ( ; 1)4
+ qq3 1
!2
a42 = qq4 ; ;2 1 43 qq2 1 1 ! ! a43 = ;( ; 1) qq2 qq3 1 1 and in terms of the primitive variables as
!2
a41 =
q2 q1
!3
2
!
2 6 6 6 6 6 A = 666 6 6 6 4
where
0
1
q2 q1
!3 5;
+ qq3 1
!2 3 5
11
q4 q1
!
q2 q1
!
(2.14)
0
0
a21 (3 ; )u (1 ; )v ( ; 1)
;uv
v
u
0
a41
a42
a43
u
3 7 7 7 7 7 7 7 7 7 7 7 5
(2.15)
a21 = ;2 1 v2 ; 3 ;2 u2
a41 = ( ; 1)u(u2 + v2) ; ue
a42 = e ; ;2 1 (3u2 + v2 )
a43 = (1 ; )uv (2.16) Derivation of the two forms of B = @F=@Q is similar. The eigenvalues of the ux Jacobian matrices are purely real. This is the de ning feature of hyperbolic systems of PDE's, which are further discussed in Section 2.5. The homogeneous property of the Euler equations is discussed in Appendix C. The Navier-Stokes equations include both convective and diusive uxes. This motivates the choice of our two scalar model equations associated with the physics of convection and diusion. Furthermore, aspects of convective phenomena associated with coupled systems of equations such as the Euler equations are important in developing numerical methods and boundary conditions. Thus we also study linear hyperbolic systems of PDE's.
12
CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
2.3 The Linear Convection Equation 2.3.1 Dierential Form
The simplest linear model for convection and wave propagation is the linear convection equation given by the following PDE: @u + a @u = 0 (2.17) @t @x Here u(x; t) is a scalar quantity propagating with speed a, a real constant which may be positive or negative. The manner in which the boundary conditions are speci ed separates the following two phenomena for which this equation is a model: (1) In one type, the scalar quantity u is given on one boundary, corresponding to a wave entering the domain through this \in ow" boundary. No boundary condition is speci ed at the opposite side, the \out ow" boundary. This is consistent in terms of the well-posedness of a 1st-order PDE. Hence the wave leaves the domain through the out ow boundary without distortion or re ection. This type of phenomenon is referred to, simply, as the convection problem. It represents most of the \usual" situations encountered in convecting systems. Note that the left-hand boundary is the in ow boundary when a is positive, while the right-hand boundary is the in ow boundary when a is negative. (2) In the other type, the ow being simulated is periodic. At any given time, what enters on one side of the domain must be the same as that which is leaving on the other. This is referred to as the biconvection problem. It is the simplest to study and serves to illustrate many of the basic properties of numerical methods applied to problems involving convection, without special consideration of boundaries. Hence, we pay a great deal of attention to it in the initial chapters. Now let us consider a situation in which the initial condition is given by u(x; 0) = u0(x), and the domain is in nite. It is easy to show by substitution that the exact solution to the linear convection equation is then u(x; t) = u0(x ; at) (2.18) The initial waveform propagates unaltered with speed jaj to the right if a is positive and to the left if a is negative. With periodic boundary conditions, the waveform travels through one boundary and reappears at the other boundary, eventually returning to its initial position. In this case, the process continues forever without any
2.3. THE LINEAR CONVECTION EQUATION
13
change in the shape of the solution. Preserving the shape of the initial condition u0(x) can be a dicult challenge for a numerical method.
2.3.2 Solution in Wave Space
We now examine the biconvection problem in more detail. Let the domain be given by 0 x 2. We restrict our attention to initial conditions in the form u(x; 0) = f (0)eix (2.19) where f (0) is a complex constant, and is the wavenumber. In order to satisfy the periodic boundary conditions, must be an integer. It is a measure of the number of wavelengths within the domain. With such an initial condition, the solution can be written as u(x; t) = f (t)eix (2.20) where the time dependence is contained in the complex function f (t). Substituting this solution into the linear convection equation, Eq. 2.17, we nd that f (t) satis es the following ordinary dierential equation (ODE) df = ;iaf (2.21) dt which has the solution f (t) = f (0)e;iat (2.22) Substituting f (t) into Eq. 2.20 gives the following solution u(x; t) = f (0)ei(x;at) = f (0)ei(x;!t) (2.23) where the frequency, !, the wavenumber, , and the phase speed, a, are related by ! = a (2.24) The relation between the frequency and the wavenumber is known as the dispersion relation. The linear relation given by Eq. 2.24 is characteristic of wave propagation in a nondispersive medium. This means that the phase speed is the same for all wavenumbers. As we shall see later, most numerical methods introduce some dispersion; that is, in a simulation, waves with dierent wavenumbers travel at dierent speeds. An arbitrary initial waveform can be produced by summing initial conditions of the form of Eq. 2.19. For M modes, one obtains
u(x; 0) =
M X m=1
fm (0)eimx
(2.25)
14
CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
where the wavenumbers are often ordered such that 1 2 M . Since the wave equation is linear, the solution is obtained by summing solutions of the form of Eq. 2.23, giving
u(x; t) =
M X
m=1
fm (0)eim(x;at)
(2.26)
Dispersion and dissipation resulting from a numerical approximation will cause the shape of the solution to change from that of the original waveform.
2.4 The Diusion Equation 2.4.1 Dierential Form
Diusive uxes are associated with molecular motion in a continuum uid. A simple linear model equation for a diusive process is
@u = @ 2 u (2.27) @t @x2 where is a positive real constant. For example, with u representing the temperature, this parabolic PDE governs the diusion of heat in one dimension. Boundary conditions can be periodic, Dirichlet (speci ed u), Neumann (speci ed @u=@x), or mixed Dirichlet/Neumann. In contrast to the linear convection equation, the diusion equation has a nontrivial steady-state solution, which is one that satis es the governing PDE with the partial derivative in time equal to zero. In the case of Eq. 2.27, the steady-state solution must satisfy @2u = 0 (2.28) @x2
Therefore, u must vary linearly with x at steady state such that the boundary conditions are satis ed. Other steady-state solutions are obtained if a source term g(x) is added to Eq. 2.27, as follows: "
#
@u = @ 2 u ; g(x) @t @x2
(2.29)
giving a steady state-solution which satis es
@ 2 u ; g(x) = 0 @x2
(2.30)
2.4. THE DIFFUSION EQUATION
15
In two dimensions, the diusion equation becomes " # @u = @ 2 u + @ 2 u ; g(x; y) (2.31) @t @x2 @y2 where g(x; y) is again a source term. The corresponding steady equation is @ 2 u + @ 2 u ; g(x; y) = 0 (2.32) @x2 @y2 While Eq. 2.31 is parabolic, Eq. 2.32 is elliptic. The latter is known as the Poisson equation for nonzero g, and as Laplace's equation for zero g.
2.4.2 Solution in Wave Space
We now consider a series solution to Eq. 2.27. Let the domain be given by 0 x with boundary conditions u(0) = ua, u() = ub. It is clear that the steady-state solution is given by a linear function which satis es the boundary conditions, i.e., h(x) = ua + (ub ; ua)x=. Let the initial condition be
u(x; 0) =
M X m=1
fm(0) sin m x + h(x)
(2.33)
where must be an integer in order to satisfy the boundary conditions. A solution of the form M X u(x; t) = fm(t) sin mx + h(x) (2.34) m=1
satis es the initial and boundary conditions. Substituting this form into Eq. 2.27 gives the following ODE for fm : dfm = ;2 f (2.35) m m dt and we nd fm(t) = fm(0)e;2m t (2.36) Substituting fm(t) into equation 2.34, we obtain
u(x; t) =
M X m=1
fm (0)e;2mt sin m x + h(x)
(2.37)
The steady-state solution (t ! 1) is simply h(x). Eq. 2.37 shows that high wavenumber components (large m) of the solution decay more rapidly than low wavenumber components, consistent with the physics of diusion.
CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
16
2.5 Linear Hyperbolic Systems
The Euler equations, Eq. 2.8, form a hyperbolic system of partial dierential equations. Other systems of equations governing convection and wave propagation phenomena, such as the Maxwell equations describing the propagation of electromagnetic waves, are also of hyperbolic type. Many aspects of numerical methods for such systems can be understood by studying a one-dimensional constant-coecient linear system of the form @u + A @u = 0 (2.38) @t @x where u = u(x; t) is a vector of length m and A is a real m m matrix. For conservation laws, this equation can also be written in the form @u + @f = 0 (2.39) @t @x @f is the ux Jacobian matrix. The entries in the where f is the ux vector and A = @u
ux Jacobian are @fi aij = @u (2.40) j The ux Jacobian for the Euler equations is derived in Section 2.2. Such a system is hyperbolic if A is diagonalizable with real eigenvalues.1 Thus = X ;1AX (2.41) where is a diagonal matrix containing the eigenvalues of A, and X is the matrix of right eigenvectors. Premultiplying Eq. 2.38 by X ;1 , postmultiplying A by the product XX ;1, and noting that X and X ;1 are constants, we obtain
@X ;1u
z }| { ; 1 @ X AX X ;1u
=0 (2.42) @t + @x With w = X ;1u, this can be rewritten as @w + @w = 0 (2.43) @t @x When written in this manner, the equations have been decoupled into m scalar equations of the form @wi + @wi = 0 (2.44) i @t @x 1
See Appendix A for a brief review of some basic relations and de nitions from linear algebra.
2.6. PROBLEMS
17
The elements of w are known as characteristic variables. Each characteristic variable satis es the linear convection equation with the speed given by the corresponding eigenvalue of A. Based on the above, we see that a hyperbolic system in the form of Eq. 2.38 has a solution given by the superposition of waves which can travel in either the positive or negative directions and at varying speeds. While the scalar linear convection equation is clearly an excellent model equation for hyperbolic systems, we must ensure that our numerical methods are appropriate for wave speeds of arbitrary sign and possibly widely varying magnitudes. The one-dimensional Euler equations can also be diagonalized, leading to three equations in the form of the linear convection equation, although they remain nonlinear, of course. The eigenvalues of the ux Jacobian matrix, orqwave speeds, are u; u + c, and u ; c, where u is the local uid velocity, and c = p= is the local speed of sound. The speed u is associated with convection of the uid, while u + c and u ; c are associated with sound waves. Therefore, in a supersonic ow, where juj > c, all of the wave speeds have the same sign. In a subsonic ow, where juj < c, wave speeds of both positive and negative sign are present, corresponding to the fact that sound waves can travel upstream in a subsonic ow. The signs of the eigenvalues of the matrix A are also important in determining suitable boundary conditions. The characteristic variables each satisfy the linear convection equation with the wave speed given by the corresponding eigenvalue. Therefore, the boundary conditions can be speci ed accordingly. That is, characteristic variables associated with positive eigenvalues can be speci ed at the left boundary, which corresponds to in ow for these variables. Characteristic variables associated with negative eigenvalues can be speci ed at the right boundary, which is the in ow boundary for these variables. While other boundary condition treatments are possible, they must be consistent with this approach.
2.6 Problems 1. Show that the 1-D Euler equations can be written in terms of the primitive variables R = [; u; p]T as follows: @R + M @R = 0 @t @x where 2 3 u 0 M = 64 0 u ;1 75 0 p u
18
CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS Assume an ideal gas, p = ( ; 1)(e ; u2=2). 2. Find the eigenvalues and eigenvectors of the matrix M derived in question 1. 3. Derive the ux Jacobian matrix A = @E=@Q for the 1-D Euler equations resulting from the conservative variable formulation (Eq. 2.5). Find its eigenvalues and compare with those obtained in question 2. 4. Show that the two matrices M and A derived in questions 1 and 3, respectively, are related by a similarity transform. (Hint: make use of the matrix S = @Q=@R.) 5. Write the 2-D diusion equation, Eq. 2.31, in the form of Eq. 2.2. 6. Given the initial condition u(x; 0) = sin x de ned on 0 x 2, write it in the form of Eq. 2.25, that is, nd the necessary values of fm (0). (Hint: use M = 2 with 1 = 1 and 2 = ;1.) Next consider the same initial condition de ned only at x = 2j=4, j = 0; 1; 2; 3. Find the values of fm(0) required to reproduce the initial condition at these discrete points using M = 4 with m = m ; 1. 7. Plot the rst three basis functions used in constructing the exact solution to the diusion equation in Section 2.4.2. Next consider a solution with boundary conditions ua = ub = 0, and initial conditions from Eq. 2.33 with fm(0) = 1 for 1 m 3, fm (0) = 0 for m > 3. Plot the initial condition on the domain 0 x . Plot the solution at t = 1 with = 1. 8. Write the classical wave equation @ 2 u=@t2 = c2 @ 2 u=@x2 as a rst-order system, i.e., in the form @U + A @U = 0 @t @x where U = [@u=@x; @u=@t]T . Find the eigenvalues and eigenvectors of A. 9. The Cauchy-Riemann equations are formed from the coupling of the steady compressible continuity (conservation of mass) equation @u + @v = 0 @x @y and the vorticity de nition @v + @u = 0 ! = ; @x @y
2.6. PROBLEMS
19
where ! = 0 for irrotational ow. For isentropic and homenthalpic ow, the system is closed by the relation
;1 1
; 1 2 2 = 1; 2 u +v ;1 Note that the variables have been nondimensionalized. Combining the two PDE's, we have @f (q) + @g(q) = 0 @x @y where u ; u ; v q = v ; f = v ; g = ;u One approach to solving these equations is to add a time-dependent term and nd the steady solution of the following equation: @q + @f + @g = 0 @t @x @y (a) Find the ux Jacobians of f and g with respect to q. (b) Determine the eigenvalues of the ux Jacobians. (c) Determine the conditions (in terms of and u) under which the system is hyperbolic, i.e., has real eigenvalues. (d) Are the above uxes homogeneous? (See Appendix C.)
20
CHAPTER 2. CONSERVATION LAWS AND THE MODEL EQUATIONS
!"$#&%%'#&)(+*-,/. ,/.1003254768,9*:#&1;=<?>&0$@91*-1
868,9*->03;L(+*T,/.U@R03;9QV03"W,X,/#ZYV#,/.[;RQ76"$0+61DU,/*-%08\^]Z10_"C6`6QFQ1@9#Cab*:%68,/0 ,/.F03;90c;9*:%M41O-,/6103#41;9OTE'61Dd,9.103e;R#&O->0c,/.10f@90$;941OT,/*:F<MD1*Tgh0$@903F"30Z0$2N4168,/*-#&1;3\jifO-,903@9168,/*T>&03OTE&J #&10M"C6k6QFQ1@9#Cab*:%68,/0K,/.F0U;9Q76l,/*S68OmD10$@9*T>6l,/*->03;cn1@9;R,3Jh,/.F03@90$YoEQ1@R#bD14F"3*:F<e6d;REN;B,/03%p#qX#&@Br D1*-76@RE`DF*-gs03@90$o,/*S68OV0$254768,/*-#&1;$\jtu.10f,9*:%'0fD10$@9*T>6l,/*->03;v6@90c6Q1Q1@R#CaF*-%d6l,/03D10WaN,3JFO:036D1*-1<w,9# 6kxzy|{d}W~!{'/Ny|N
{d}Wx|73'(+.1*-".HQ1@R#bD14F"303;M6;R0$,M#qD1*Tgh0$@90$1"30'03254768,9*:#&F;w(+.1*-"."C68HYV0 ;9#O->&0$D\tu.1*-;+*:;u,/.10=6Q1QF@9#o6".03%'Q1.76;R*:$03D.F03@908\!,/.1*-;f".768QF,/0$@3J7,/.10w"3#1"30$QF,Z#qmn71*T,/0Wr D1*Tgh0$@903F"3068Q1Q1@9#Cab*:%68,9*:#&1;Z,9#Q768@R,/*:6OjD10$@9*->868,9*->03;M*-;KQ1@90$;903o,903D\tu.103;R0"C6HYs06Q1Q1O-*:0$D 03*T,/.10$@f,9#d;9Q168,/*:6OmDF03@9*T>868,/*T>&03;f#&@+,/*:%'0wD103@R*->868,/*T>&0$;3\c]4F@c03%'Q1.768;9*:;f*:,/.1*-;_.76Qb,/03@c*:;#& ;9Q168,/*:6OhD10$@9*T>6l,/*->03;$F,/*-%0fD103@R*->868,/*T>&0$;u6@90Z,9@90368,/0$De*:_.76Qb,/03@+b\PN,/@968,/0$<&*:0$;_q#&@u6QFQ1O-EN*:F< ,/.F03;90Kn71*T,/0r!D1*Tgh0$@903F"30K6Q1QF@9#Cab*:%68,/*-#&1;_(+*-O:OhYV0KD1*:;R"341;R;90$D*:_.768QF,/0$@f1\ icO-OL#qj,9.10[%d6l,/03@R*S6OYV03O-#I( *-;ZQ1@90$;90$5,903D)*:A668@R,/0$;9*:6A;REN;R,903%\w 0U0$%Q1.16;9*-30U,/.F0 q6"W,,9.768,+2541*T,/0K<&03F03@/68O"3OS68;9;90$;f#8qL%'03;R.103;0WabQ1@R03;9;R03DA*-<0310$@/6O"$41@R>N*:O-*:1036@"$#b#&@RD1*:168,/0$; *:A7N?Wy9 L!FN}"C68HYV0',9@/61;Bq#&@9%'03D),/#641F*-q#&@R%¡6@R,903;R*S6 %0$;9. (+*T,/. 032541*:;RQ76"$03D *:o,903@R>86O-;*:K6u;R#8r!"36O:O-03Dl{cV¢Nx£xylV 8!FN}WJI6;;R.1#?(+M*-K¤L*:<&4F@90^¥b\-¦&\§tu.10Zl{cV¢Nx£xylV !FN}h*:;411*Tq#&@9%68O:O,9.10v<03#&%'0$,9@9*:"^>86@R*S68,9*:#&*-;§6Y1;9#@9YV03DM*-o,/#+>68@9*S68Y1O:0^"$#b0W¨'"3*:0$o,/;L#8qF,/.F0 ,/@961;Bq#&@9%'03D)03254768,9*:#&F;3\e¤7#&@,/.F*:;w@90C68;9#&J§*:)%U41". #q,9.10'q#O:O:#?(+*-1<6"3"$41@/68"$E 676OTEN;9*:; (v041;R06©032541*:;RQ76"$03Dª6@B,/0$;9*S68«;REN;B,/03% (+*-,9.1#&4F,'YV03*-1&0#&@'O:#&;R*:1< Q1@96"$,9*:"C68O6Q1Q1O-*:"368,/*-#&\ ®?¯
°
±²^³±²µ´M¶A·
¸º¹C¶A¹$»L±f¼h½¾¹$¿±Àj±¶AÁ±
ÂÄÃ`»L´=»^¹3Ã'¶
tu.10;R*:%'Q1O:0$;R,%'03;R.*:o>&OT>N*:1
&
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
y x
¤L*:<41@90K¥F\T¦&Û
Üj.oEN;9*:"36O61D"3#%Q14b,68,9*:#&768Oh;9Q16"30$;3\
n71*T,/0ZDF*-gs03@90$1"30K68Q1Q1@9#Cab*:%68,9*:#&1;$\^!<&03F03@/68OJb,9.10D10$Qs0$1D103o,+>86@9*:6Y1O-03;3JbÝJbq#&@0aF6%QFO:0J 6@R0q41F"$,/*-#&1;v#q,/.F0c*:FD103QV031DF03o,>86@9*:6Y1O-03;jÞJF681Ddßà/áVàâF\j¤7#&@j,9.10fn7@R;R,_;90$>03@96Oh".768QF,/0$@9; (v0["3#&1;R*:D10$@Q1@9*-%d68@9*:OTEd,9.10e¦$rÔãÏ"36;90[ÝAäåÝmæßà9ÞRç\Kª.F03k#&1OTE#&F0M>86@9*:6Y1O:0w*:;cD1031#8,/03DhJ D10$Qs0$1D103F"30U#&,/.F0w#8,/.10$@f*-;+6;9;R41%0$D\_tu.F0=%'03;R.*:FD10Waeq#@+ß*:;w éèP?Xê7Jë61D,/.768,uq#@ Þ*-;w éèPI_ìL\jtu.F03#60$2N4F*:;9Q16"30$D<&@R*:D ß
ä Þ¡ä
ßNíuä«ê5îUß
æ¥F\-¦?ç
Þ!ï=äðìîUÞPäªìñ
æ¥F\ ç
(+.10$@90[îUßk*:;u,9.10M;RQ76"3*-1b*-#&41;$\ tu.10w"3#&o>&0$o,/*:#q#&@u;R41Y1;9"$@9*-QF,f61D;941QV03@R;9"3@R*:QF,*-1D10Wab*-1<`*:;+6;uq#&O-O:#?(+;3Û ÝmæÞø«õFñVç¡ä ÝLæ|ß[ø¬þîUßsç¾ä Ýmæ|ß[ø¬þî[ßàRÞø«õFñVç¡ä
ÝmæRùúì'ø©õNû|ñëçXäðÝ7ïCü1ý ÝmæRù êcøÆþû:î[ßsçXäÿÝNíRü ï?ü1ý ÝíR ü
æ¥F\ ¥&ç
ò #8,/*:"$0Z,/.76l,u(+.10341;90$D6O-#&108JFYV#,/.e,/.F0K,9*:%'061D;RQ76"30w*:FD1*:"$03;u6QFQs036@6;+6[;941Y1;R"3@R*:QF,3J f Y14F,[(+.F03Æ41;90$D¬,9#&<&0W,/.10$@3Jj,/*-%0*-;[6OT(6CEN;`6;941QV03@R;9"$@9*:Qb,'61D¬*:;U4F;9476O-O-E 031"$O:#&;R03DÅ(+*-,9. Q76@R03o,/.F03;90$;f,9#'DF*:;R,9*:1<41*:;R.*T,q@9#% 60WabQV#&103o,3\
ÎNÐ&кÙÌvÚbÈcÌPÚÉcÓcÖ ÑLÒÔÓfÒ3ËmÌXÕÖZÒÔÑLÑ^ÌXÍfÌXÓUÇ^Ì
¥
ÓM×=Ë1Éc˧ÒW×uÓ
t Grid or Node Points n+1
∆x
n
∆t
n-1
¤L*-<&41@R0¥F\ Û
j-2
j-1
j
j+1
x
j+2
bQ76"$0Wr,/*:%'0<&@R*:D6@R@/61<03%'03o,C\
ãZ03@R*->868,/*T>&0$;68@900WabQ1@R03;9;R03D 68"3"3#@9D1*-1<),9#A,/.1041;R476O+"3#&o>03o,/*-#&1;3\©tu.541;q#&@[Q16@R,9*S6O D10$@9*->868,9*->03;+*:e;RQ76"30w#&@,9*:%'0c(_0w41;R0=*-5,903@R".761<&036Y1OTE
Ýeä
Ý
ß
à
Ý à
Þ
Ýeä
Ýeä
Ý
ß
à
0$,9"\
æ¥F\ oç
¤7#&@,/.F0w#@9D1*-76@RE,/*-%0ZDF03@9*T>868,/*T>&0*:e,9.10K;R,/4FDFE#q^]Kã ;u(_0K41;R0 Ýbä
Ý
æ¥F\ç Þ
!,/.F*:;+,/0WaN,;R41Y1;R"3@9*-QF,/;#D103QV03FD103o,>86@9*:6Y1O-03;f6@90=10$>03@41;R03D,/#d0WabQ1@90$;9;KD10$@9*->868,9*->03;3\ tu.541;Ý (+*-O:OhF#,Ys041;R03D,/#`@90$Q1@90$;903o,f,/.10n7@R;R,D103@R*->868,9*->&0#8qLÝ(+*-,/.@90$;9QV03"W,,9#'ß\ tu.10cF#,68,9*:#&[q#&@XD1*Tgh0$@90$1"30c6Q1Q1@R#?ab*-%d68,9*:#&F;^q#&O:O-#I(+;^,9.10;/6%'0fQF.1*:O-#&;9#&QF.5EUY14F,Zæ(+*-,9. #&10P0Wab"$03QF,9*:#&ëç*-,§*-;§F#,L4F1*:254108 \ vE,9.1*:;(v0_%'0C6K,/.76l,m,9.10v;BEN%UYs# O u*-;§4F;903D=,/#@903QF@903;R03o, 6[D1*-gs03@R031"$0M68Q1Q1@9#Cab*:%68,9*:#&d,9#'6`DF03@9*T>868,/*T>&0K;941".,/.76l,CJFq#&@u0aF6%QFO:0J
! à
æ¥F\ &ç
Y14F,u,9.10KQ1@90$"3*-;90K768,941@90'æ61D#&@9D10$@ç_#q§,/.F0K6Q1Q1@R#?ab*-%d68,9*:#&d*:;u1#,+"36@9@R*:0$D*-,/.10K;BEb%MYs#&O 5\U]c,/.F03@Z(_6?EN;w6@R0[41;90$Dk,9#D10$,903@9%'*:F0U*-,9;ZQ1@90$"3*-;90[%'0C61*-1<1\Ktu.10[#&F0[0Wab"30$QF,/*-#&k*:;Z,/.F0 ;REN%UYV#&OîeJ1(+.1*-".*-;uD10$n7F03D;R41".,9.768, îUÞ!ï=ä
Þ!ï?ü#"%$HÞ!ï1à
îUßNí+äªßNíRü#"$HßNíIà
î[Ýëï=äªÝ7ï?ü#"&$ÅÝ7ïbà
ª.10$,9.103@R0=*-;u1#`;941Y1;R"3@R*:QF,f#&îUÞ#&@+îUßJ7,/.10K;RQ76"3*-1<`*:;u41F*-q#&@R%\
0$,9"\
æ¥F\'ç
®)(
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
*,+´MÁ± ½
±ÀX¹.-w´w»j¹.-'±
/0+1+AÀjÃ32¹54
´=»j¹$öA²
iÆD1*-gs03@R031"$06Q1QF@9#Cab*:%68,/*-#&K"C6UYV0P<&0310$@/68,903DU#@m0W>68O:4768,903D=Y5Ew%'0C6F;L#që6;9*-%Q1O-0jtL6CENO:#@ ;90$@9*-03;0aFQ161;9*-#&\ ¤ë#@0a168%Q1O-0Ju"$#&1;9*-D103@Ýmæßà9ÞRç[(+*-,/.©Þ[nFab03D\ótu.F03Juq#&O-O:#?(+*:103o,/*-#&)<&*->03k*:6j25;3\¥F\T¦U,/#¥F\ ¥FJß ä ê5îUß6FD)Ýmæ|ßøðõbî[ßsçcä ÝmæTêNîUßø õFîUßsçXäÿÝNí9ü1ýI7 \ LaFQ161D1*-1<',9.10KOS68,R,/0$@_,/0$@9%µ6YV#&4F,uß<&*->03; ï
Ý
Ý ¦ ¦ ï Ý ÝNí9ü1ý+äðÝbíLø æzõFîUßs ç 8 ø æzõFîUßsç 8 ø ;=;=;?ø < æõFîUßsç 8 ø ;=;=;mæ¥F@\ ?&ç <
:
ß 9 í
ß ï 9 í ß 9 í ì > % ô#b"36OoD1*Tgh0$@903F"30P6Q1Q1@R#CaF*-%d6l,/*:#1;,/#6+<&*->03wQ76@R,9*S6OD103@R*->868,/*T>&0X"C68=YV0jq#&@9%'03DKq@9#&% "3#%UY1*:168,/*-#&1;#qmÝNíZ61DÝNí9ü1ýfq#&@õäBA`¦&àA à5;=;=;T\ ¤7#&@u0WaF6%'Q1O:08J1"3#1;9*-D103@u,/.F0wtm6CENO:#&@u;R03@9*-03;0WabQ76F;9*:#q#&@uÝNíRü#"Û ï
Ý
Ý ¦ ¦ ï Ý æî[ßsç 8 æîUßsç 8 ÝNíR# ü "jäªÝNí^ø æîUßs ç 8 ø ø ;=;=;Iø C ø ;=;=; <
ß9 í
ß 9 í
ß ï 9 í ì&> òf#?(
O:*:F0C6@
æ¥F\@D&ç
;941YF,9@/6"W,Ýbíc61DD1*->N*:DF0Y5Eeî[ß,/#'#&YF,/6*:
Ý ÝbíRü#"&$ÝNí äE8 ø
ßF9 í î[ß ¦
Ý
æîUßsç8
ß 9 í
ø<;=;=;
æz¥F\T¦ ç
tu.541;L,9.100WabQ1@R03;R;9*:#æÝNí9ü#"G$=ÝNí3çIHîUß*-;L6f@90C68;9#&768Y1O:0v6Q1Q1@R#CaF*-%d6l,/*:#wq#&@JLKN M O 6;LO-#&1
Ý ÝNí9ü#"R$ÝNíP" ä $S8
ß 9 í îUß
¦
î[ß 8
T Ý
ß T 9 í
ø
VÝ ¦ îUßU8
ß V 9 í&WNWNW ¦ 8
æz¥F\T¦&¦Iç
ª.10$0WabQ1@R03;R;903DA*-e,/.1*-;%61F03@3J7*T,+*:;+"3O-0C6@,9.768,+,/.F0=D1*-;9"$@90$,90,/03@R%;+#&,/.F0=O-0$q|,+;9*-D10K#q ,/.F0f0$2N4168,/*-#&@R03Q1@R03;R03o,u6n7@9;B,PD103@R*->868,/*T>&0u(+*-,9.d6K"30$@R,/6*:6%'#&41o,X#q0$@9@R#&@j(+.1*:".d6Q1QV0C6@R; #&¬,/.10@R*:<&.o,[;R*:D10#q,/.100$2N416O+;9*:<\Å£,'*:;`6O-;9#k"3O-0C6@U,9.768,[,/.F00$@9@R#&@`D103QV031DF;#&¬,/.F0 <&@R*:DH;RQ76"$*:1<,9#6"$03@B,6*-H#&@RD103@$\tu.100$@9@R#&@w,903@R%¾"$#&o,6*-1*:1<,/.F0d<&@R*:DH;RQ76"$*:1<,9#,/.F0 O:#?(v03;B,jQs#?(v03@j<&*T>&0$;L,/.10u#@9D10$@L#që,/.F0%0W,/.1#ND\L¤ë@R#&X % j2V\&¥F\-¦ J8(v0u;90$0,/.768,m,/.10u0abQ1@90$;9;9*-#& æÝNíR# ü "!$'Ýbí$Qç H8î[ß*:;X6cn1@9;R,Br!#&@RD103@X68Q1Q1@9#Cab*:%68,9*:#&M,9Y # JZKN M í O \^b*:%'*:O:6@9OTE&[J j2ë\5¥F\-¦¦u;9.1#?(+;j,/.76l, K æÝNíR# ü "$kÝN)í P"ÔQç H1æ îUßsçv*:;_6M;90$"3#&1DNr!#&@RD103@+6QFQ1@9#Cab*:%68,/*-#&,9#[6Mn7@R;R,uD10$@9*T>6l,/*->0\^tu.F0OS68,R,/03@ *:;X@R0$q03@R@90$D,/#=6;X,/.10+,/.F@9030r!QV#&*:o,X"$03o,/0$@903DeDF*-gs03@90$1"30f6Q1QF@9#Cab*:%68,/*-#&Jo6FD#&F0f#q|,903';90$03; ,/.F0w;R41%'%d6@BE@R03;94FO-,+Q1@R03;90$o,/03D*:e,/.10q#&@R%
8
Ý
ß 9 í
ä
ÝbíRü#"R$ÅÝNí)P" ø]\dæzîUß ç îUß
æz¥F\T¦ ç
ÎNÐ ÎNЫÑmÒÔÓfÒ3ËmÌXÕÖZÒÔÑ^ÑLÌPÍÌXÓUÇ^Ì ®
¸º¹C¶A¹W»^±f¼h½
`ab`aIc
×uÊXÌXÍÉcË_×uÍfÚ
¹$¿Å±Àj±¶AÁ+±
^_+H±ZÀX´w»^Ã'ÀX²
dfehgIikjml gonqpsrpRiutvpxwzy{psr|%jehr}
Ü [email protected];c,/.F0=%'#&;R,"$#&%%'#&0WaF6%'Q1O:0$;f#8q^n71*T,/0Wr£D1*-gs03@R031"$0q#&@9%U4FOS6;6@R0w,9.10=,9.1@90$0Wr!QV#&*-5, m " "30$o,/03@R03Dbr£D1*-gs03@R031"$0U6QFQ1@9#Cab*:%68,/*-#&1;_q#@,/.10n7@R;R,f61D;90$"3#&FDD10$@9*->868,9*->03;3Û
8 8
Ý
ß 9 í
Ý
ß 9 í ä
¦ æÝNíRü#"%$HÝbíP"Bçø~\æzîUß ç î ß U ä
¦ æÝbíRü#"&$ î ß U
ÝNí^ø¬ÝbíP"Bçø~\æzîUß ç
æz¥F\T¦?¥oç æz¥F\T¦C5ç
tu.10$;906@R0f,9.10cY768;9*:;Xq#&@j7ly|7xXy Z}W/}Wh}7}WRxÔl/X;R*:1"$0f,/.F0$E'<&*->0Z6d6Q1Q1@R#CaF*-%d6l,/*:#`,9# 6=DF03@9*T>868,/*T>&0f68,_#10cD1*-;9"$@90$,90cQV#&*:o,v*:6=%'03;R.*:',/03@R%;P#q;R41@9@R#&411DF*:1<=Qs#&*-o,/;3 \ #?(_0W>&03@$J 10$*-,/.F03@w#q_,9.103;R0d0WabQ1@R03;R;9*:#1;=,903O:Oj4F;=.1#?( #8,/.10$@=QV#&*:o,9;w*-),9.10'%0$;9.68@90'D1*-gs03@R031"$03DH#@ .1#?( YV#&411D768@RE"3#1D1*-,9*:#&F;c6@R0=0$Fq#&@R"303Dh\cN41".A6D1DF*-,/*-#&76O*-Fq#&@R%d68,9*:#&e@R032541*-@903;c6%'#&@90 ;9#Q1.1*:;B,/*-"C68,903Deq#&@9%M41OS68,9*:#&h\
`ab`ao
|%jrgo
lBgn{pRrpRiutvpxwmypRr|%je7r}
_#&1;R*:D10$@u,/.10K@90$OS68,9*:#& æ Ýsçzíä
¦ æÝNí9ü#"&$ î ß U
ÝbíLøÆÝNí)P"Bç
æz¥F\T¦G&ç
(+.1*-".e*:;u6MQV#&*-5,_D1*-gs03@R031"$06Q1QF@9#Cab*:%68,/*-#&,9#[6U;90$"3#&1DD10$@9*T>6l,/*->0\jò#?(ÿO-0$,_41;uD103@R*->06 {'xWy w#&QV03@/6l,/#&@+@90$Q1@90$;90$5,/68,/*-#&q#@+,9.10K;/6%'0=6Q1Q1@R#?ab*-%d68,9*:#&h\P_#&1;9*-D103@+,/.F0wq#&4F@QV#&*-5, %'03;9.(+*T,/.YV#&41FD76@REQV#&*:o,/;Z68 , 61D6K;9.1#?(+kYV03O:#?(K\ò#,/*-"30M,9.768,f(+.103A(v0[;9QV0C6÷#q ,9.10=541%MYs0$@#8q^QV#&*:o,/;+*-6`%0$;9 . FJë(v0w%036,9.10wN4F%UYs0$@f#8qy|7x!}WWyl_Qs#&*-o,/;+0Wab"3O-41D1*-1< ,/.F0wYV#&41FD76@9*-03;$\
ßeä ê[ä
$ ¦
¦
$ ;
$
¥
;
$
¤ë#41@uQs#*:o,u%'03;9.h\vîUßäRH1æ
øª¦Iç
ò #?( *-%QV#&;R0ãZ*:@R*:".1O-0$,=Ys#411D76@BEÅ"3#1D1*-,9*:#&F;3JjÝmæ ç[ä ÝIà[Ýmæç'ä ÝK681D¬41;90e,/.F0 f "30$o,/03@R03DAD1*Tgh0$@90$1"30=6Q1Q1@R#CaF*-%d6l,/*:#e<&*->03YoEj2ë\s¥b\-¦G`68,0$>03@BEQV#&*:o,*:,/.F0=%'03;R.\_ 0
ov@@¡ =£¢¤@¥¦%§¨G©Iª£«¦¬[ =I¢@¥§@¥¦«.®ZI¢¤)§«¦¢©¨G«¦¢§@¯¦°
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
6@R@9*->0K68,+,/.10q#&4F@u03254768,9*:#&1;$Û æ Ýsç " ä
æ Ýsç
ä
æ Ýsç æ Ýsç
¦ î ß U ¦ î ß U ¦ î ß U ¦ î ß U ä
T ä
U
æÝk$
Ýv"ø¬Ý
ç
æÝ"&$ Ý
øÆÝ T ç
æÝ
$ Ý
T øÆÝ U ç
æÝ
T $ Ý
øÆÝ!ç
U
æz¥F\T¦?oç
@9*-,9*:1&0Kq#&@9% æ Ýhç " æ Ýhç æ Ýhç T æ Ýhç
U
ä
æµÝ ä
æ
$
æ ä
ä
Ý"
Ý"±$
øZÝ Ý Ý
øÝ T $ Ý T Ý T
æ
$
øZÝ
U Ý
U
øZÝ
çIHîUß çIHîUß çIHîUß çIHîUß
æz¥F\T¦G'&ç
*-,w*-;w"$O:036@,/.768,K(v0d"36H0aFQF@903;R;M,/.F03% *: 6>03"W,/#&@Ôr!%68,/@R*TaAq#&@R%J§6FD)q41@B,/.10$@3J§,/.768,w,/.F0 @90$;941OT,/*-1<`%d68,9@9* a.768;f6U>03@RE;RQs0$"3*:6Oq#&@9%\^!o,/@R#bDF41"3*-1< Ý ¸¶ · · ¦ · ´³ îUß ´´µ ¹ Ý
Ý" ¶¸·
² ä Ý ³´´
Ý
··
µ´ Ý T ¹ Ý
J ¦² º O ä à
U
æz¥F\T¦=?oç
61D
» ä
¦ ´³ î ß ´µ´ U
$ ¦
$
¶ ··
¦
¦
$
·
¦
¦
$
¦
¹
æz¥F\T¦=Doç
(v0="36@90$(+@R*-,90j2ë\V¥F\T¦G'U6;
² ä »,Ý[ ² ø¼J )² º O Ýe
æz¥F\ ç
t .1*:;0aF6%QFO:0U*-O:O:4F;R,/@968,/0$;c6%68,9@9*TaD1*Tgh0$@90$1"30[#&QV03@968,/#@3\½X6". O-*:10=#qv6%d6l,/@9* aD1*-qSr u q03@R031"$0Z#&QV03@968,/#&@X*-;vY768;903Dd#&e6=QV#&*-5,PD1*Tgh0$@90$1"30f#&Qs0$@/68,9#&@3JNY14F,P,/.F0cQV#&*:o,v#&Qs0$@/68,9#&@9;P41;R03D q@9#% O:*-10,/#KO-*:10+6@R0u1#,P10$"303;R;/6@R*:OTEU,/.10+;96%08\j¤7#&@j0WaF6%'Q1O-0JoYV#&411D768@RE["$#&1D1*T,/*:#1;j%d6CE D1*-"$,6l,/0Z,/.168,,/.F0wO-*:10$;u68,u#@u10C6@,9.10KYs#8,9,/#% #&@,9#&Q#q,/.10K%68,/@R*TaYV0%#ND1*-n103D\^!,/.F0 0WaN,9@903%'0M"36;90=#qL,9.10M%68,9@9*TaD1*-gs03@R031"$0M#&QV03@968,/#@@R03Q1@R03;R03o,/*-1<e6;RQs0$"$,9@/6O§%0W,/.1#NDJ71#10 #qX,/.F0[O:*:F03;Z*-;c,/.10[;96%'0\wtu.10`%d68,9@9* a#Qs0$@/68,9#&@9;Z@R03Q1@R03;R03o,/*-1<,9.10U,/.F@9030r!QV#&*:o,"$03o,/@96OTr D1*Tgh0$@903F"306Q1Q1@R#?ab*-%d68,9*:#&F;Zq#&@w6n7@R;R,M61DH;R03"$#&1DD10$@9*T>6l,/*->0[(+*-,/. ãZ*:@R*:".1O-0$,KYV#&411D16@RE "3#1D1*-,9*:#&F;u#&6[q#41@Br£Qs#&*-o,u%0$;9.6@90
ÎNÐ ÎNЫÑmÒÔÓfÒ3ËmÌXÕÖZÒÔÑ^ÑLÌPÍÌXÓUÇ^Ì
ä
¦ î ß U
$ ¦ w
³´´ ´µ
¦
¶ ·· ·
¦
$ ¦ w
'
×uÊXÌXÍÉcË_×uÍfÚ
$ ¦ w
¦
¦ ´³ î ß ´µ´ U
¹
à ä
$
$ ¦
¶ ··
¦
¦
$
·
¦
¦
$
¦
¹
æz¥F\ ¦Iç
ic;6Åq41@R,9.103@0WaF6%'Q1O:08Jc@R03Q1O:6"30k,/.10kq#&41@B,/.ðO:*-10A*:<j2ë\f¥b\-¦?¬YoE ,/.10kq#&O-O:#?(+*:1<ÅQV#&*-5, #&QV03@968,/#&@q#@+6'ò0341%61YV#&411D768@REe"$#&1D1*T,/*:#)æb0$0MN03"$,9*:#&¥F\ F\ çWÛ æ Ýsç
U
ä
Ý ¦ 8 $ ¥ U î ß ß 9
¦ æ Ý $HÝ ç T ¥ [ î ß U
æz¥F\ & ç
Ý
ß9
æz¥F\ ¥oç
(+.10$@90K,/.10KYV#&411D768@REe"$#&1D1*T,/*:#e*:;
8
Ý ä
ßh9 ¦¾¿ 8
tu.10$º,/.10%d68,9@9* aÆ#&Qs0$@/68,9#&@`q#&@d6),/.1@R030Wr£Qs#*:o,d"$03o,/@96OTr£D1*-gs03@R031"$*:1< ;9".10$%068,d*-o,/03@R*:#&@ QV#&*:o,/;'6FDók?}lV~9lRN}WWoV/. &y|{'xylAq#&@'6)ò0341%61Æ"3#1D1*-,9*:#&¬#&¬,/.F0@R*:<&.o,`*-; <&*T>&03YoE
ä
¦ ´³ î ß ´µ´ [
$
$
¦
¦
¦
¶¸·· ·
$
¦
H¥
$
H¥
¦
¹
æz¥F\ 5ç
X6".H#qP,/.F03;90'%68,/@R*TaADF*-gs03@90$1"30`#&QV03@968,/#@9;K*:;K6e;9254768@90'%d68,9@9* a(+*-,9.k03O:0$%0$o,/;,/.76l,
6@R06O-O$03@R#&;0Wab"$03QF,q#@,/.F#&;90A68O:#&1<)Y76FD1;d(+.1*-".ª6@90"3O:4F;R,/0$@90$Dª6@9#&4F1D«,/.F0"30$o,/@/68O D1*:6<&768O\m 0K"C6O-O;94F".6[%d6l,/@9* ae6ÀVN}9'{'xyM6FD*-o,/@9#ND141"$0,/.10K1#,/68,/*-#&
Áeæ¤
ÛÂëàÃIàú3çjä
´´
³´´ ´µ
´´
º
ĺ
\\ \
º
¶¸·· ¦ ·· ·· · ¹
æz¥F\ &ç \\ \
( .10$@9041;R0Z#q& *:,/.10c6@9<&4F%0$5,_*:;v#&QF,/*-#&76OV6FD,/.10f*:O:O-41;R,9@/68,9*:#&`*-;_<&*T>&03q#@_6M;R*:%'Q1O:0 + xWyy?
NlV W%68,/@R*TaK68O-,/.F#&41<&.=6oEK541%UYV03@§#q1Y7681D1;§*:;§6fQV#&;9;R*:Y1*-O:*T,!E&\iÅ,/@R*:D1*:6<&768O%68,/@R*Ta (+*-,9.1#&4F,"3#&1;B,6o,9;f68O:#&1<=,/.10ZY161D1;+"C68eYs00aFQF@903;R;90$D6 ; Áæ ë² à ?² à º3² ç\jtu.10K6@R<&41%'03o,/;_q#@ 6dY7681D103DA%68,9@9*Ta6@90[68O-(_6?EN;f#bD1D*:541%UYV03@c61D,9.10U"$03o,/@96OL#&F0e éèP?@90$q0$@9;c,9#d,/.F0 "30$o,/@/68OD1*S6<#&76Oz\
?
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ H0K"36F#I(
² 68; <&03F03@/68O:*:$0#&41@+Q1@R0$>N*:#&4F;0aF6%QFO:03;$\XãZ0$n7F*:1< Ý
² ä Ý
³´´
Ý" ¶ ·· · Ý
··
··
´´ Ý T ´´ \\\ ´µ Ý Å
æz¥F\ oç
¹
² YoE (v0="366Q1Q1@R#?ab*-%d68,90Z,/.10K;R03"3#1DD10$@9*T>6l,/*->0#q Ý ¦ ÁeæÔ¦&àN$ î ß U
² ä Ýe
² ø¼J ) ² º O àC¦Iç ÝM
æz¥F\ '&ç
(+.10$@90~J )² º O ;B,6FD1;Mq#&@w,/.10d>03"W,/#&@[.1#O:D1*-1<,9.10eãZ*-@9*:".FO:0$,=YV#&411D768@RE "3#&1DF*-,/*-#&1;w#&,/.F0 O:0Wq|,61D@9*-<&.o,+;9*-D103;$Û ¦ ùúÝIà à5;=;=;$à à/ÝûÆ î ß U
J ) ² º O ä
æz¥F\ ?oç
£q^(v0MQ1@R03;R"3@9*-Ys0Mòf0$41%d681YV#&411D16@RE"3#1D1*-,9*:#&F;#,/.F0=@R*:<&.o,f;9*:DF0JV6;c*-fj25;3\s¥F\ 681D ¥F\ & JF(v0Kn71D
Ý ²
¦ ² Ç Áeæ 7² à l² 3à ¦Iç ÝM ø J )² º O î ß U ä
æz¥F\ Doç
(+.10$@90
² J ¦ ² º O
ù ¦&à3¦&àN;=;=;Wà H¥8û Æ ä
ù$ ä
¦ ÝIà à àN;=;=;à î ß ÉÈ [
²
ä
àN$
àN$
àN;=;=;$àN$
H¥8û Æ îUß ¥
8
Ý
Æ
ß 9 Ê
ò #,9*:"$0,9.768,P,/.10f%d68,9@9* a[#&QV03@968,/#&@R;v<*->&0$YoEËX25;$\F¥F\ 'w61D¥b\ Dw"C6@R@RE`%'#&@90*:bq#&@9%6lr f ,/*-#&e,/.768,9.10KQs#&*-o,+#&Qs0$@/68,9#&@u<&*T>&03YoE,j2ë\s¥b\-¦GN\P!j25;3\V¥F\ '[61D¥F\ DFJF,/.F0=YV#&411D16@RE "3#1D1*-,9*:#&F;f.76C>0UYs0$03A41F*:254103OTE;9QV03"3*Tn703Dk681D*-,f*:;f"3O-0C6@+,/.76l,c,/.F0U;/6%'0wQs#&*-o,Z#&QV03@968,/#&@ .76;YV03036Q1Q1O-*:0$D6l,f0W>&0$@REQs#*:o,+*:,/.10n70$O:D0Wab"30$QF,6l,,9.10wYs#&4F1D76@R*:03;$\vtu.F0M6YF*:O:*T,!E,9# ;9QV03"$*-q|EM*:M,9.10u%d6l,/@9* a=D103@R*->868,/*T>&0#Qs0$@/68,9#&@L,/.F0u0WaF6"$,X168,/41@R0u#q7,/.F0+6Q1Q1@R#?ab*-%d68,9*:#&M68,j,/.F0 >86@9*-#&41;fQs#&*-o,/;c*-,/.F0Mn703O-D*:F"3O:4FD1*:1<',/.10MYs#&4F1D76@R*:03;cQs0$@9%'*-,/;+,/.F0U41;90[#8qX2N4F*-,/0M<&0310$@/6O "3#1;R,9@941"W,/*:#1;u(+.1*:".(+*:O-OYs04F;90$q4FO§O:68,/0$@u*:e"$#&1;9*-D103@968,/*-#&1;+#qm;R,/6Y1*:O-*-,!E\
ÌIÍ «¦§F§¤¨[§ÏÐ Î ©kuÑÒG¬[ª§@«¦¬Ó«¦Ñv§@Ôk«¦¬[Õ¯q©@¬[ª£:I.ªb¨Ï£@£ÔÉ£¬5§Éª«¦¢¤¢¤I©®Z«.¬[ G©§¤«3«¦¬G©®LIª£¸ÖLª:©®[§¤@¦ @«NªI§¤Õ«.¬Â°
ÎNÐ ÎNЫÑmÒÔÓfÒ3ËmÌXÕÖZÒÔÑ^ÑLÌPÍÌXÓUÇ^Ì
D
×uÊXÌXÍÉcË_×uÍfÚ
*:F"30v(v0_%6÷80v"$#&1;9*-D103@96Y1O-0v41;R0#qFYs#,9.M%68,/@R*Taw681DUQV#&*:o,§#&QV03@/6l,/#&@R;3J*T,§*:;§*:%'Qs#&@B,6o, b ,/#'03;B,6YFO:*:;R.6'@R03OS6l,/*:#eYs0W,!(_0$03,9.103%\vi QV#&*:o,#&QV03@968,/#&@u*-;+<&0310$@/6O-O-E(+@9*-,R,/0$q#&@u;R#&%'0 D10$@9*->868,9*->0c68,v,/.10f@90Wq03@90$1"30QV#&*-5,LêU*:,/03@R%;P#q10$*:<&.5YV#&@9*-168O:410$;_#q,9.10cq41F"$,/*-#&\j¤7#&@ 0WaF6%'Q1O-0 æ Ýhçíuä× ÝNí)P
ø~"BÝbíP"hø]ÝNíjø]ºN"BÝNí9ü#"
æz¥F\ ¥ ç
%'*:<&.o,XYV0+,9.10Qs#&*-o,v#Qs0$@/68,9#&@^q#&@P6Kn1@9;R,vD10$@9*->868,9*->0\Ltu.F0c"3#@9@90$;9QV#&1D1*-1<w%d68,9@9* a[#&QV03@968,/#&@ .76;q#@u*-,/;6@9<&4F%0$5,9;u,/.10"$#b0W¨"$*:0$5,9;+<&*->N*:F68O:410$;u#qm,9.10Zq411"W,/*-#& 68,w,/.10'>86@9*-#&41;wO:#N"C68,9*:#&1;$\ei êr£;9.1*Tq|,M*-),9.10dQV#&*:o,=#&QV03@/6l,/#&@w"3#&@R@90$;9QV#&1D1;M,9#6D1*S6<#&76O ;9.F*-q|,+*:e,9.10K%d68,9@9* a#&QV03@968,/#@3\jtu.541;+,/.10K%68,/@R*Tad032541*->86O-03o,+#% q j2V\V¥F\ ¥ *:;
² äBÁeæ à "Wà?àº="à ç Ý ² #Ý
æz¥F\ ¥F¦Iç
ò #8,/0d,9.10e6D1DF*-,/*-#&H#8qc6303@R#A*:H,9.10n1q|,9.Å03O:0$%0$o,M(+.1*-".Æ%6÷803;U*T,U"3O-0C6@w,/.76l,Ó'*-;M,/.F0 f "3#N0$¨'"$*:03o,#qmÝNíI\
`ab`ab`
dfpsrge:Ø3gtÙ
|%jrgtvpR}
tu.10f6YV#I>0f*-O:O-41;R,9@/68,903D["C68;903;P*:[(+.1*-".',9.10Ys#&4F1D76@BE["3#&FD1*-,9*:#&1;X68@90unFab03D\j£qs,/.10+YV#&411DNr 6@BEA"3#&FD1*-,9*:#&1;w6@R0U7}WWy3yWJ,9.10'q#@9% #qv,/.10`%68,/@R*Ta#&Qs0$@/68,9#&@K".761<03;3\e_#&1;9*-D103@K,/.F0 03*-<&.o,Rr£Qs#&*-o,LQV03@R*:#ND1*:"P%0$;9.`;9.F#I(+`YV03O-#I(K\mtu.1*:;L"C6[0$*-,/.F03@^YV0Q1@R03;90$o,/03D'#&`6cO-*:1036@L%'03;R. (+*-,9.`@903QV0C6l,/03D'03o,9@9*:0$;3J5#&@j%'#&@90_;941<&<03;R,9*->03O-EU#&'6K"$*:@R"341O:6@^%'03;9.6;j*-¤m*:<&41@R0u¥F\ ¥F\mª.F03 ,/.F0[%0$;9.A*:;cOS6*-D#&4F,Z#&,/.10[QV03@R*:%'0$,903@c#8q_6"$*:@R"3O:08J*-,cD1#N03;9Ú ,K@R0C6O-O-E%d6l,9,/0$@f(+.10$@90[,/.F0 541%UYV03@R*:1
;=;=;
ßeä ê[ä
$
' $
?
¦
$ ¦
$
¥
;
$
;
$
$ ;
$ ;
' $ ;
? ;
¦
j*:<&.o,+QV#&*:o,9;u#&6[O-*:1036@QV03@9*-#bDF*:"Z%'03;R.\Pî[ßeä
$
;=;=;
sHN
tu.10%d68,9@9* aU,/.168,X@90$Q1@90$;903o,9;D1*-gs03@R031"$*:1&0$eq#&@+6Ir!QV#&*:o,u%'03;R.YoE
ÁkÜoæz`Û V² à I² à º3² çjä
5 " º "Þ ´³´ ´´ ´´ ´µ´ ºN"
ºT T
T
º U
U U
ºV V
V
!Ý ¸¶ ·· ·· ·· ·· º)Ý ¹ Ý
æz¥F\ ¥
ç
¥
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
1 8
2
7
3
4
6 5 ¤m*:<&41@R0K¥F\ ¥FÛ
`ab`aß
àágrtsâã|iÉjm
j*:<&.o,+QV#&*:o,/;u#6["3*-@9"$41OS6@_%0$;9.\
|%jrg£tvps}
!A<&0$103@96OJ68;Z;9.1#?(+)*:,9.10U0a168%Q1O-0Jh,9.10U0$O:03%'03o,9;K6O:#&F<,/.F0[D1*S6<#&76O-;f#qv6QV03@R*:#ND1*:" %68,/@R*TaK68@90X1#,§"3#1;R,/6o,C \ #?(_0W>&03@$J56;RQs0$"3*:6Oo;941YF;90$,L#qF6QV03@R*:#ND1*:"j%68,/@R*Tac*:;,/.F0v"$*:@9"$41OS685, %68,/@R*TasJq#&@9%'03DA(+.10$ ,9.10`03O:0$%0$o,/;w6O:#1<e,/.10[>86@9*-#&41;Y7681D1;=6@90["$#&1;R,/6o,C\_*:@9"$41OS685, %68,/@R*:"30$;XQ1OS6CE'6w>N*T,6O7@R#&O:0+*:'#&41@v6768O-EN;9*-;3\L 0(+*-O:O7.76C>0c%U41".d%#&@R0u,/#M;96CEd68Ys#&4b,P,9.103% OS6l,/03@$\jtu.10K%#;R,+<&0$103@96O"3*-@9"34FOS6o,+%68,/@R*Tad#qL#@9D10$@`*-;
äÄ5"å T ä±5"å ´³´ T µ´ T ä±N" 5"æ T )ä
¶¸·· ·
æz¥F\ ¥&¥oç
¹
òf#8,/*:"$0w,9.768,f0C6".@9#?( #qX6'"3*-@9"34FOS6o,%d6l,/@9* ae*-;f;R.1*-q|,903DÅæ;90$0U¤L*-<&41@90w¥F\ ¥oçu#&10w03O-03%'03o,f,9# ,/.F0@9*-<&.o,M#qu,9.10d#10e6YV#?>&0*T,C\tu.10e;9QV03"$*S6OP"C6;R0#q6,9@9*-D1*S6<#&76O^"$*:@R"341O:6o,U%68,/@R*Tak*-; <&*T>&03YoE
ÁkÜNæ
º
³´´
ÛÂ7à?àº$çXä
´´
´µ
´´ º
º
\\ \
¸¶ ·· ¦ ·· ·· · \\ º \ ¹
æz¥F\ ¥5ç
ª.103,/.10f;R,681D76@RD,/.F@9030r!QV#&*:o,P"30$o,/@/68OTr!DF*-gs03@90$1"3*-1<=6Q1Q1@R#?ab*-%d68,9*:#&F;^q#&@_6n7@R;R,u681D
ÎNÐçNÐóÇu×uÓcÚËmÍÏè_Ç˧ÒÔÓ{é
ÖZÒÔÑ^Ñ^ÌXÍfÌXÓMÇLÒÔÓqé
ÚÇ^ÈfÌvÙÌvÚ ×uѬÉcÓëê
¥F¦
×uÍfÖÌXÍ
9; 0$"3#&FDD10$@9*T>6l,/*->0J&;R030:j2ë\o¥F\ ¦&Jo6@R0u41;90$D[(+*-,/.[QV03@R*:#ND1*:"vYs#411D76@BEU"$#&1D1*T,/*:#1;3J,9.10$E=,6÷80 ,/.F0Kq#@9%
æ ç Ü ä
¦ î ß U
$ ¦ w
³´´ ´µ
¦
$ ¦ w
¦
¦
$=¦ ¸¶ ·· ·
$w¦
¦
¦ ÁkÜNæ£$w¦&à à3¦Iç î ß U
¹
ä
61D
æ ç Ü ä
¦ ³´ î ß ´µ´ U
$
$ ¦
¦
¦ ¶¸·
¦
¦
$
··
¦
¦
$
¦
¹
ä
¦ ÁkÜNæB¦&à5$ î ß U
à3¦Iç
æz¥F\ ¥!&ç
O:036@9OTE&Jh,9.103;R0`;9QV03"3*:6OL"36;90$;K#qPQs0$@9*:#ND1*-"M#&QV03@968,/#&@R;K6@90U6O:;R#e"3*:@R"341O:6o,#&QV03@968,/#&@R;3\=ô68,/0$@ _ #&(v0e,6÷806DF>86o,6<0#q+,/.1*-;U;9QV03"$*S6OvQ1@9#Qs0$@R,!E&\ òf#8,/*:"$0d,/.168,U,/.F03@9068@901#kYV#&411D16@RE "3#1D1*-,9*:#&>03"W,/#&@R;f;R*:1"$0K,9.1*:;u*-Fq#&@R%d68,9*:#&d*:;+6O-Oh*:o,903@9*-#&@,/#[,9.10K%d68,9@9*-"303;,9.103%';90$O->03;3\
®£ì
í
Ã'¶A²m»jÀîAÁu»j¹C¶ð¾¹$¿Å±Àj±¶AÁ¹C¶ðï
*Á_³±4
±Z²ðÃÓñò/¾¶ôó
^
ÀL¼
·±ZÀ
`aßõaIc
öË|v÷õã£e7rCöË|øãps}
tu.10etm6CEbO-#&@U;R03@9*-03;[0aFQ161;9*-#&¬#q+q411"W,/*:#1;`6YV#&4F,`6nFab0$DÆQV#&*-5,UQ1@9#?>N*:D10$;`6%0361;Mq#@ "3#1;R,9@941"W,/*:F<¬n11*-,90Wr!DF*-gs03@90$1"30Qs#&*-o,Rr!#Qs0$@/68,9#&@9;#q=6oE #&@9DF03@3\ i ;9*-%QFO:0681Dª;R,/@96*:<.5, q#&@B(6@RD(_6CE',9#="36@9@BE[,/.1*-;v#4F,P*:;X,/#w"3#&1;B,/@R41"$,6 tm6CENO:#&@X,6YFO:0¸J K(+.1*:".%6÷803;P0WaN,/0$1;9*T>&0 41;R0#qZ,9.100aFQ161;9*-#&º<&*T>&0$ºYoz E j2ë\¥b@\ ?F\ªif;6º0aF6%QFO:0J_"3#&1;R*:D10$@dtm6Y1O-0¥F\T¦(+.F*:". @90$Q1@90$;90$5,9;6Htm6?ENO-#&@,/6Y1O:0q#&@6 6QFQ1@9#Cab*:%68,/*-#&Æ#qK6H;R03"3#1D D103@R*->868,9*->&041;9*-1< ,9.1@90$0 >86O:4F03;#qM,9.10)q4F1"$,9*:#&ÿ"303o,903@90$D 6YV#&4F,,/.10)QV#&*:o,68,(+.1*:".ð,/.10)D103@R*->868,9*->&0)*:;e,9#«YV0 0$>86O-4768,903D\
¥
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
8
Ý
{;3ÝbíP" k;?ÝNí ºk?; ÝNíRü#"
JLKNM O í K
º
{;5æ|r/¦Içh; " "
ºh;NæB¦Içh; "
îUß U ;
JLK¦ú¤M O í K ú
JLK)û¤M O í K û
" ;NæSr¦Iç ; " ºkN; æB¦Iç ;
" ½;Næ|r9¦Iç T ; Ý
¦
"
îUß T ;
îUß ;
îUß;
ÝNí î[ß ; J K¦ú¤M O í K ú
¦ æ5ÝNíP"hø]ÝNíjø]ºÝNí9ü#"BçXä×ù î ß U ø
ß 9 í
ºk;oæB¦Iç T ; Ý
"
JZK)üb M O í K ü "
;Næ|r9¦Iç U ; ºÉ;5æB¦Iç U ;
U "
U
tm6Y1O-0¥F\T¦&\¬tL6CENO:#&@U,/6Y1O-0q#&@["30$5,903@R03Dº¥Ir!QV#&*:o,`ô6<&@961<&*:6¬6Q1QF@9#Cab*:%68,/*-#&H,/# 6A;90$"3#&1D DF03@9*T>868,/*T>&0\ t .10,6Y1O-0e*:;["$#&1;R,9@941"W,/0$Dº;9#k,/.76l,;R#&%'0e#qf,9.106O:<&0$Y1@/6*-;`;9*:%'Q1O-*-n70$D\i,`,/.10e,9#&Q u #qP,/.10[,/6Y1O:0=(_0';90$068 0aFQF@903;R;9*-#&)(+*T,/.)6e254103;B,/*:# %6@9÷ë\[tu.1*-;@90$Q1@90$;903o,9;M#&10`#qP,/.F0 254103;B,/*-#&1;j,/.76l,P6Z;R,/4FDFE`#që,/.1*-;^,6YFO:0"36'61;R(v03@$F768%0$O-E&J8(+.768,X*:;^,9.10uO:#N"C68OF03@R@9#&@j"3641;R03D YoE`,/.1041;90f#qh,9.1*:;P6QFQ1@9#Cab*:%68,/*-#&ùeòf#8,/*:"$0,9.768,v6O-O7#qh,9.10f,903@9%';X*:`,/.10f03254768,9*:#&6Q1QV0C68@ *:6"$#&O:41%'68,f,9.10MO-0$q|,#q^,9.10=,/6Y1O-0æ6O-,9.1#&41<&.hJ7*:,9.1*:;"C68;90JhîUß .76;fYs0$03%U4FO-,/*-Q1O:*-03D *:o,9# 036".«,/0$@9% (+.1*-".«;R*:%'Q1O:*Tq03;U,/.F0,903@9%';`,/#)Ys0Q14F,*:o,/#k,/.F0,/6Y1O:08\ ç\«tu.10$º1#,9*:"$0 ,/.168,+68,u,9.10.10C68D#8qm036"."3#&O-41%,9.103@R0K6Q1QV0C6@R;,/.10"$#&%'%#&q6"$,9#&@,/.76l,u#b"$"341@R;+*:,/.F0 0WabQ7681;9*-#qL036".,903@9% 6Ys#4F,u,/.10KQV#&*:o,Pê7JF,9.768,+*:;$J îUß
ý
;8
ý Ý
ß ý 9 í
õä
àC¦&à àN;=;=;
t .10+"3#O:41%'1;^,/#,9.10+@9*:<.5,^#qs,9.10+O:0Wq|,/%'#&;R,j#10J5411DF03@j,/.10+.1036D1*-1<&;3Jo%6÷804FQ',9.10utL6CENO:#@ u ,68Y1O:08\X6".`03o,/@BE[*:;m,/.10u"$#b0W¨"$*:0$5,X#8qV,9.10,/0$@9% 68,^,/.F0,/#&Q[#që,9.10u"3#&@R@90$;9QV#&1D1*-1<"3#&O-41%' *:,/.10Utm6CENO:#&@Z;R03@R*:03;c0WabQ761;R*:#&A#8qP,9.10M,903@9% ,/#,9.10UO-0$q|,Z#8qj,/.10U"$#&@9@R03;RQs#&FD1*:1<e@R#?(K\=¤7#&@ 0WaF6%'Q1O-0J&,/.F0uOS6;B,j@9#?(©*:U,/.F0,6Y1O-0"3#@9@90$;9QV#&1D1;X,/#Z,9.10utm6?ENO-#&@j;90$@9*:0$;j0WabQ76F;9*:#'#8 q ºÝNí9# ü "Û
i
ºÝbíRü#" ä
Ý
Ý ¦ ø~ºk;NæB¦?ç ; îUß ;R8
ßF9 í
ß 9 í ¦
TÝ
UÝ ¦ ¦ øºk;NæB¦Iç T ; U î ß T ; 8 ø]ºÉo ; æB¦Iç U ; îUß U ; 8 ø ;=;=;«æz¥F\ ¥&oç <
ß T 9 í
ß U 9 í
ºWÝNíLø]ºk;NæÔ¦Içh;
¦
îUß;R8
tm6?ENO-#&@c,68Y1O:0U*-;Z;9*-%QFO-E6"3#&o>031*-03o,K(6CEA#qXq#&@R%*-1
ÎNÐçNÐóÇu×uÓcÚËmÍÏè_Ç˧ÒÔÓ{é
ÖZÒÔÑ^Ñ^ÌXÍfÌXÓMÇLÒÔÓqé
ÚÇ^ÈfÌvÙÌvÚ ×uѬÉcÓëê
¥&¥
×uÍfÖÌXÍ
#&1;R*:D10$@w,9.10`;941% #8q0C68". #qv,/.10$;90'"3#&O-41%'1;3\[t§#%6lab*:%'*:$0=,9.10#@9D10$@#qu6"$"341@96"$E _ #qm,/.10w%0W,/.1#NDJ7(v0MQ1@R#b"$0303Dq@9#&%µO-0$q|,+,/#'@9*-<&.o,f61Dq#@9"308JëY5E,9.10=QF@9#&QV03@".1#&*-"30w#qj6FJëYJ 61D)"J,9.103;R0;R41%;K,/#YV0`303@R#1\]Z10"36)0C6;R*:O-E;9.1#?(Ï,9.768,,9.10`;941%';K#q_,9.10[n7@9;B,w,9.1@90$0 "3#O:41%'1;+6@R0303@R#*Tqm(v0K;/68,9*:;Bq|E,/.10K0$2N4168,/*-#&
¶· ³´µ $w¦ ¦ ¹ ´µ³ ¹ ä ¦ ¦ º tu.10w;9#&O-4F,/*-#&e*:;u<*->&0$Y5E ùý7à?àºûsäX$Mù ¦&à5$ à3¦3û\ ¦
¦ ¶·
¦
¶·
³´µ $
¹
tu.10w"3#&O-41%F;,/.768,+DF#1#8,+;941%,9#$03@R#"$#&1;R,9*-,94F,/0Z,9.10K03@9@R#&@3\ ,9#dYV0½þNÿ JV61D@90$q0$@,9#
0=D10$;9*-<&768,90K,9.10Kn7@9;B,c1#5>86F*:;9.F*:1<';941% *-,68;,/.10Ktm6?ENO-#&@+;903@R*:0$;0$@9@R#&@3\
!©,9.1*:;'"C68;90ðþNÿ #N"3"34F@9;6l,',9.10nFq|,/.«"$#&O:4F%Æ*:¬,/.10,68Y1O:0 æq#@',9.1*:;`0WaF6%'Q1O-068O:Ou0$>03 "3#O:41%'1;(+*:O-Os>861*-;9.YoE;REN%'%0W,/@REFçu61D#&F0Kn11D1; ¦ ø î ß U
þNÿ ä
º
îUß U#8
UÝ
ß U 9 í
ä
î[ß U Ý 8
ß U 9 í ¦
æz¥F\ ¥!'&ç
òf#8,/0K,/.768,+,9.10UîUß .16;cYV030$D1*T>b*-D103D,/.F@9#&41<.,/#%d68÷0,/.10=03@R@9#&@u,/0$@9%µ"$#&1;9*-;R,903o,C\u 0 .76C>&0ÛR41;R,uDF03@9*T>&0$D,/.10q6%*-O:*:6@j¥lr£Qs#&*-o,_"$03o,/@96OhD1*Tgh0$@90$1"3*-1<MQV#&*:o,_#&Qs0$@/68,9#&@Xq#&@6M;R03"$#&1D D10$@9*->868,9*->0
Ý ¦ $ æÝbí P"R$ ÝNí^ø¬ÝbíR# ü "BçX× ä \dæzîUß ç æz¥F\ ¥ ?oç 8
ß 9 í îUß t .10tm6?ENO-#&@_,68Y1O:0q#&@u6U¥lr£Qs#*:o,Y768"÷5(_6@RDbr!D1*Tgh0$@90$1"3*-1<[#&QV03@/6l,/#&@@R03Q1@R03;R03o,/*-1<'6=n7@9;B, u D10$@9*->868,9*->0*:;u;9.F#I(+*:tm6Y1O:0K¥b\ \
8 ÝNí îUßf; J KN M O í K
;?ÝNíP "%;?ÝNíP" k?; ÝNí
tm6Y1O-0k¥F\ \ DF03@9*T>868,/*T>&0\
Ý
ß 9 í
¦ æ ÝNí)P ø]"BÝNí)P"hø~Ýbí$çXäBù î ß U ø
î[ß; J NK M O í K ¦
"
"
;5æSr ç7; " " ";5æSr¦Iç7; "
tL6CENO:#&@,/6Y1O-0q#&@eY76"÷o(_6@9D
îUß ; J ¦K ú¤ M O í K ú
îUß T ; J )K ûb M O í K û
îUß U ; J )K üb M O í K ü
" ;Næ|r ç ; " "&;Næ|r¦?ç ;
" ;NæSr ç T ; Ý " ";NæSr/¦Iç T ; Ý
" ;Næ|r ç U ; " "%;Næ|r9¦Iç U ; U U
¥lr!QV#&*:o,ô6<@/61<*S6ª6QFQ1@9#Cab*:%68,/*-#&«,9#©6Ån7@R;R,
¥
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
tu.1*-;+,9*:%'0c,/.F0Kn1@9;R,+,9.1@90$0w"$#&O:4F%1;u;R41%
¦ ¶·
¦
³´µ
¶· " ä ¹ ´µ³ ¹ ¦ ¦
,/#`$03@9#'*-q
¦
¶· ´µ³ ¦ ¹
"
(+.1*-".«<&*T>&03;ù¸ àÃ"WàÃûKä $ ù ¦&à5$f1à/¥8û\«!©,/.F*:;'"C6;R0,9.10q#&4F@R,/.Æ"3#O:41%'©QF@9#?>N*:D10$;,/.F0 O:036D1*-1
þNÿ ä
T Ý ? " $ î[ß T 8 ä
ß T 9 í $
îUß T Ý 8
ß T 9 í ¥
æz¥F\ ¥ Doç
tu.541;`(_0.76C>&0D10$@9*->03D©6);R03"$#&1Dbr£#&@9D10$@`Y76"÷o(68@9D«DF*-gs03@90$1"306QFQ1@9#Cab*:%68,/*-#&#qc6n7@9;B, D10$@9*->868,9*->0Û
8 `aßõao
Ý
ß 9 í
¦ æÝNí)P $Å&ÝNíP"hø©¥ÝNíWçjäB\æîUß ç î ß U
$
æz¥F\ ç
×p&iupsr|ã£gv|%jgekiæe,lBgn{pRrpRiutvp ue7rÇâã|}
!)<&0310$@/6OzJ6eD1*-gs03@R031"$0d6QFQ1@9#Cab*:%68,/*-#&,9#,9.10`þ,/.)D103@R*->868,9*->&0`6l,K<&@9*-D)QV#&*-5,uê"C6)YV0 "C68;R,*:e,/0$@9%';u# q + ø Uøð¦K10$*:<&.5YV#&@9*-1<[Qs#*:o,/;+6;
8
ß
Ý
9 í
ø
¾ P[Ü
ÝNíRü
äBþNÿ
æz¥F\ 1¦Iç
(+.10$@90d,9.10 6@R0d"$#b0W¨"$*:0$5,9;M,/#Ys0D10$,903@9%'*:F03DH,9.1@9#&4F<&.H,/.F041;90d#qutm6?ENO-#&@Mtm6Y1O-03;=,9# Q1@R#bD14F"30e6QFQ1@9#Cab*:%68,/*-#&1;K#q6<*->&0$Å#&@9DF03@3\_O:036@9OTE),9.1*:;=Q1@9#N"30$;9;U"36ÅYV0d41;R03DÅ,/#n71D q#&@B(6@RDJ5Y76"÷o(_6@9DJN;9÷80$(v03DJF#&@j"30$5,9@/6OëQV#&*:o,j#Qs0$@/68,9#&@9;X#qh6oE[#&@RD103@jq#&@X6oE[DF03@9*T>868,/*T>&0\ £,m"3#&41O-DMYV0_"$#&%QF4F,/0$@L64b,/#&%68,/0$DM681DM0ab,9031DF03D[,/#f.1*:<&.F03@D1*:%'03F;9*:#1;3 \ #&@R0_*:%'QV#&@R,/6o,CJ .1#?(v0$>&0$@3Jv*:;U,/.F0q6"$,U,9.768,`*T,U"C68ÆYV0q41@B,/.10$@[<&0310$@/6O-*:$03D\)!¬#&@9D10$@U,/#AD1#A,9.1*:;$JjO:0$,U41; 6Q1QF@9#o6".¬,/.F0;R41¡ Y ÛR03"W,d*-Æ6);RO:*:<.5,9O-E D1*-gs03@R03o,`(6CEJ_,/.76l,`*:;[q@9#&%¾,/.10QV#&*:o,`#q>N*:0$(#q *:o,903@9QV#&O:68,/*-#&Åq#&@9%U4FOS6;$\ÿtu.10$;90q#&@R%U41O:6;'6@90D1*:;R"341;R;903Dª*-«%6oEÆ,90WaN,/;d#&º541%'03@9*-"C6O 6768O-EN;9*-;3\
`aßõab`
Ó|hr|i7p¼|iuØÙpsr
gojp ÂiÉjpsry{ehã£|%jg£ehiædfehã÷õiueg|ã£}
tu.10=ô6<&@/681<&*S68*:o,/0$@9QV#&OS6l,/*:#Qs#O-EN1#&%'*S6OV*:;u<*->&0$YoE Ýmæßsçjä
ý ¾ ä
5ý&æßsçÔÝVý
æz¥F\
ç
ÎNÐçNÐóÇu×uÓcÚËmÍÏè_Ç˧ÒÔÓ{é
ÖZÒÔÑ^Ñ^ÌXÍfÌXÓMÇLÒÔÓqé
ÚÇ^ÈfÌvÙÌvÚ ×uѬÉcÓëê
×uÍfÖÌXÍ
¥!
(+.10$@905ý&æßsçu6@R0wQV#&OTEbF#&%*:6O:;P*:eßA#8qLD10$<&@90$0\vtu.10K"$#&1;R,9@941"W,/*-#qL,/.F0oý&æßsç"C6YV0 ,68÷03q@9#&% ,/.10w;9*-%Q1O-0Kô6<&@/681<&*S68q#@9%U41O:6Mq#&@+25476D1@968,/*-"w*-o,/03@RQs#OS68,9*:#&)æ#&@u0WaN,/@96QV#&OS6lr ,/*-#&ëçP(+*T,/.1#&br£032541*-;9Q76"$03DQs#*:o,/; æß"%$Hßsç3æ|ß $Hßsç æ ßä7$ßsç3æ|ß $ßsç ø¬Ý" æß"%$ ß äWç3æ|ß H $ ßäWç æß7 ä ß"Rç3æ|ß $ß"9ç $ æ ß ä7$ßsç3æ|ß"$ßsç øZÝ æ ß ä7$ß ç3æ| ß "$ß ç
Ýmæ|ßsçPäªÝä
æz¥F\ o¥oç
òf#8,/*:"$0d,/.168,U,/.F0e"3#N0$¨'"3*-03o,`#q0C6".ÆÝëýd*-;U#&10(+.10$Æß ä ßëýJP6FDÅ303@R#A(+.103¬ß©,/6÷0$; 6oE#,/.10$@ZD1*-;9"3@R0$,90M>86O:410=*:,/.10U;R0$,3\£qj(_0U,/6÷0M,9.10Mn7@R;R,c#&@Z;90$"3#&FDAD103@R*->868,/*T>&0=#qXÝmæßsçWJ *:%'QV#&;90d6Å032541*-;9Q76"$03D¬%'03;9.hJv681DÅ0$>86O-4768,/0,/.10$;90eD10$@9*->868,9*->03;[68,M,/.106QFQ1@9#&QF@9*S6l,/0dDF*:;Br "3@R0$,90eQs#&*-o,CJL(v0@903DF03@9*T>&0,9.10dn71*T,/0DF*-gs03@90$1"3068Q1Q1@9#Cab*:%68,9*:#&1;ÉÛR41;B,[Q1@90$;90$5,903D\¤L*:1*T,/0 D1*Tgh0$@903F"30';9".10$%0$;=,/.168,w"C6)Ys0'D10$@9*->03D)q@9#&å % j2ë\§¥F\ 6@90`@90Wq03@R@903D ,/#6;=ô§68<&@/6F<&*S6 6Q1QF@9#Cab*:%68,/*-#&1;3\ iª<&0310$@/6O-*:368,/*-#&[#qh,9.10ô6<&@/681<&*S6868Q1Q1@9#&6".*-;XY1@9#&4F<&.o,_68Ys#&4b,XY5E`4F;9*:F<{03@9%'*-,9*S6 *:o,903@9QV#&O:68,/*-#&\tm#="3#&F;R,/@R41"$,_6KQs#&OTEN1#&%'*S6O5q#&@XÝmæßsçW¡ J 03@9%'*-,90q#&@9%M41OS6;j4F;90+>68O:410$;P#8qh,/.F0 q411"W,/*-#&AVUy|x|wN}Wy lxzy "} !z$ #u68,v<&*->03dQV#&*-5,9;_*-;RQ76"308\v]4F@v*-O:O:4F;R,/@968,/*-#&[*:;Xq#&@X,/.10f"C6;R0 *:k(+.1*-".D1*:;R"3@R0$,/0`>86O:4F03;w#q,/.F0'q41F"$,/*-#&681DH*T,/;Kn7@9;B,MD10$@9*T>6l,/*->0d68@90'41;90$DJ^Q1@R#bD14F"3*:F< ,/.F0w0abQ1@90$;9;9*-#& ÝLæ|ßsçjä
oýoæßsçÔÝëýPø
ýoæßsç 8
Ý
ß 9 ý
æz¥F\ &5ç
] Yo>b*-#&41;RO-EU.F*:<&.10$@Br£#&@9D10$@^D10$@9*->868,9*->03;^"$#&41O:D`YV0u*:1"$O:41DF03D`6;^,9.10uQ1@9#Y1O:0$%;^DF*:"$,/68,/08\Li "$#&%`r Z Q1O-0$,/0MD1*:;R"341;R;9*:#A#qj,/.10$;90[QV#&O-EN1#%*:6O:;+"C68AYs0Mq#411DA*:%d6oE@90Wq03@90$1"30$;K#&541%'03@9*-"C6O %'0$,/.F#bD1;$J7Y14F,+.10$@90K(_0K10$03D#&1O-E,/.10K"$#&1"30$QF,C\ tu.10MQF@90$>N*-#&41;c0aF6%QFO:03;#q^6tm6?ENO-#&@u,6Y1O-0="$#&1;B,/@94F"$,/0$D©I} $V éyWy|xQs#*:o,D1*-gs03@R031"$0M#&Qbr 03@968,/#@9;q@9#&%pô6<&@/681<&*S68*:o,/0$@9QV#&OS6l,/*:#q#&@9%M41OS6;$\`_#&1;R*:D10$@K10WaN,K,/.10`tm6CEbO-#&@Z,68Y1O:0Mq#@ 6Æy|{cV éyWy|x^;9Q16"30'D1*-gs03@R031"$*:1<;R".103%'0'q#@K6n7@R;R,wD10$@9*->868,9*->0`6@9*-;9*:F<q@9#&%p,9.10`41;90'#q_6 f0$@9%'*-,90[*:o,/0$@9QV#&OS68,9*:#&q#&@9%M41OS6Fq \ 6;90$D # j2ë\§¥F\ &1J6e<&03F03@/68O:*:368,/*-#&#k q j2ë\m¥b\ 1¦`"36 *:F"3O:4FD10D103@R*->868,9*->&0$;68,+103*-<&.5Ys#@9*:F<[Qs#&*-o,/;3JF*\ 0\TJ
%
¾ P'&
8
ß
Ý
9 íRü
ø
¾ P[Ü
ÝNí9ü
ä<þNÿ
æz¥F\ Â&ç
6 768O:#&<41;m,9#3X2ë\o¥b\ &F\mif'0aF6%QFO:0vq#@9%U41O:6c*:;m*:O-O:41;B,/@/6l,/03DM68,^,9.10,/#&Q[#8qëtL6YFO:0u¥F\ ¥F\%f03@R0 1#,#&FO-E*-;,/.10KD10$@9*T>6l,/*->0K68,Qs#*:o,Pê@R03Q1@R03;90$o,/03DhJhY14F,f6O-;9#[*-1"3O-41D103D6@R0wDF03@9*T>868,/*T>&03;+6l, QV#&*:o,/;^u ê $ƦK681D`ê+ø«¦&Jb(+.F*:".6O:;R#U%U41;B,uYV00WabQ761DF03D41;9*-1<[tm6?ENO-#&@+b0$@9*:0$;u6YV#&4F,uQV#&*-5,
¥&
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
ê7\=tu.F*:;@90$2541*:@R03;Z,/.F0Uq#&O:O-#I(+*-1&03k*j2ë\ë¥F@\ ?bÛ
8
ß
Ý
9 íRü1ý
ä ( ) +È ï * ¾
ï
Ý ï
8 æõbî[ßsç ï
ß Ê ß 9-, í ä ì%> ¦
æz¥F\ ooç
tu.10D103@R*->868,9*->&0,903@R%;[1#?(.76C>&0"3#N0$¨'"3*-03o,/;æ,9.10"3#N0$¨'"3*-03o,'#&Æ,9.10'ê QV#&*:o,`*-;U,6÷803 6;`#&10,/#);9*-%QFO:*-q|Ek,9.1068O:<&0$Y1@/6oç=(+.F*:".Æ%U41;R,YV0DF0$,/0$@9%'*:10$D©4F;9*:F<),9.10tL6CENO:#&@`tm6Y1O-0 6Q1QF@9#o6".6;+#&4F,9O:*-103DeYV03O-#I(K\
8
Ý ø
ß9 í)P" 8
îUß; J NK M O K í
ÝNí
J KNM K O í)P" M O î[ß; JZNK K í îUß;GþJLKN M O K íRü#" ?; ÝNí)P" h;?ÝNí ºk?; ÝNí9ü#"
Ý
Ý ø]þ 8 ø
ß9 í
ß9 9í ü#"
î[ß;
¦
þ
{;5æ|r/¦Içh; "
"
ºh;NæB¦Içh; "" º
¦ æ5ÝNíP"ø~ÝbíLøzºÝbíRü#"Bçjä î ß U
ù
îUß ; J ¦K ú¤M O í K ú ;Næ|r9¦Içh; ""
îUß T ; J )K û¤ M O í K û ;Næ|r9¦Iç ; "
îUß U ; J )K üb M O í K ü " ;Næ|r¦?ç T ; Ý
îUß V ; J /K .¤M O í K . ;NæSr/¦?ç U ; " U
" þ ;NæB¦?çh; " F " ;NæSr¦Iç ; " ºkN; æB¦Iç ;
" þ ;NæÔ¦Iç ; : " ½;Næ|r9¦Iç T ; Ý
" þ ;NæB¦Iç T ; Ý F " ;Næ|r9¦Iç U ; U " ºÉ5; æB¦Iç U ; U
" þ ;5æB¦Iç U ; : U" {;5æ|r/¦Iç V ; " ä " ºh;NæB¦Iç V ; " ä
ºk;NæÔ¦Iç T ; Ý "
tm6Y1O-0K¥F\ ¥F\XtL6CENO:#&@,/6Y1O-0Zq#&@u"30$5,9@/6O¥Ir!QV#&*:o,F03@9%'*-,9*S66Q1Q1@R#?ab*-%d68,9*:#&,9#'6[n1@9;R,D10$@9*T>6l,/*->0\ t§#%6lab*:%'*:$0f,/.F0w#@9D10$@#8q^6"$"341@96"$EJ1(_0w%U41;B,;/68,9*:;Rq|E,/.10K@R03OS6l,/*:#
³´´ ´´ ´µ
¦ $ ¦ w ¦ $ ¦ w ¦
¦
¦ ¦
$ ¦
¦
¥ $ ¦
. 6C>N*:1<,/.10;9#&O-4F,/*-#&«ù¸7à?àºIà àþ3û_ä 7 "3#O:41%'e;941%';u,/#
þNÿ ä
¦
U
"
¶· · ·· · ´³´ º · ä ´ ¥ ¹ ´µ´ ¹ þ ¶· · ¦ ··
´µ
´´
³´´
$ ¦ w
¶ ·· ·· · ¹
ù ¥Fà àN$f¥FàC¦&àC¦$û\101D10$@M,/.10$;90"3#&1DF*-,/*-#&1;K,/.10;9* ab,9. îUß U V Ý 8
ß V 9 í ¦ 8
æz¥F\ Â'&ç
ÎNÐçNÐóÇu×uÓcÚËmÍÏè_Ç˧ÒÔÓ{é
ÖZÒÔÑ^Ñ^ÌXÍfÌXÓMÇLÒÔÓqé
ÚÇ^ÈfÌvÙÌvÚ ×uѬÉcÓëê
×uÍfÖÌXÍ
¥!'
61D,/.F0w%'0$,9.1#ND"36Ys0K0aFQF@903;R;90$Dk6;
8
Ý
ß 9 í)P"
ø¬8
Ý
8 ø
ß 9 í
Ý
ß 9 íRü#"
$
¥ æ$fÝNíP"ø¬ÝNí9ü#"BçXäB\dæzîUßUWç î ß [
æz¥F\ !?oç
tu.1*-;*-;+6O:;R#[@90Wq03@9@R03D,/#'6;632uo5}P 4 q#&@R%U41OS6b\
`aßõaß
d r|tÚjgtv|ã36
7 ue7rÇâã|}
£,f*:;+#&10K,/.1*-1<`,/#d"$#&1;B,/@94F"$,f%0W,/.1#ND1;41;9*-1<,9.10{03@R%*T,/*S68e"3#&1"$03QF,Z61D2N4F*-,/0=61#8,/.10$@ ,/#w*:%'Q1O-03%'03o,L,9.103% *-6K"3#%Q14b,/03@X"$#bD108\^!`,/.10uq#&@R%Ï#qh6wQV#&*:o,X#&QV03@968,/#@j*-,X*:;jQF@9#&Y768Y1O-E 1#,+0W>N*:D10$5,6l,n7@9;B , ÛR41;R,+.1#?(Bj2V\1¥F\ ?U"C6YV0K6Q1Q1O-*:03Dh\f#?(v0$>&0$@3Jë,/.10;R*-,94768,/*-#&*-;2541*-,90 0C68;REd,9#U"3#%[email protected]$1De*-qh(_00aFQF@903;R;u,/.10Z;96%'0c%'0$,/.F#bD*-d,/.F0cq#&@9% #q§6U%68,9@9*Ta'#Qs0$@/68,9#&@3\ i Y761DF03D%d68,9@9* a1#8,68,9*:#&q#&F @ j2ë\V¥F\ ! ?[*:; ¦
¦ ² ø Áæ£$w¦&à àC¦?ç ÝM î ß [
ÁeæÔ¦&à/1àC¦?çI e ݲ ä
J )² º O
æz¥F\ !Doç
*:(+.1*:".kãZ*-@9*-".1O:0W,fYV#&41FD76@RE"$#&1D1*T,/*:#1;f.16?>0UYV0303A*-%QV#&;R03D\ T 68,9.103%68,9*:"C68O:O-Ed,/.1*-;f*-; 032541*T>86O:0$5,u,9#
P" ² ð Ý ä 7ù¸ÁæB¦&à/FàC¦IçÔû
¦ ² Ç Áeæ£$w¦&à à3¦Iç ÝM ø J )² º O î ß U
æz¥F\@ ç
(+.1*-"."36YV0K@90$0WabQ1@90$;9;R03DYoEe,/.F0 Q1@90$D1*:"W,/#&@Ôr!"3#@9@90$"$,9#&@Q`;90$2541031"$0 Ý ²9
ݲ
ä ä
¦ ² Ç Áæ£$w¦&à àC¦?ç ÝM ø J )² º O î ß U P" fýù ÁeæÔ¦&à/1àC¦?çÔû Ý ²9
æz¥F\@b¦Iç
*-,9.Å@903;RQs0$"$,`,/#Q1@/6"W,/*-"C6Ov*:%'Q1O:0$%0$5,/68,/*-#&J§,/.10%'0C681*:1<#q+,/.10eQ1@R03D1*-"$,9#&@U*: ,/.1*-; ª ² J+D1*Tgh0$@90$1"30*T,CJ ;90$2541031"$0k;9.1#&4FO:DºYV0"3O-0C6@$\ £,d;9*:%'Q1OTE¬;/6CEN;;:¬,68÷0,/.F0>&0$"$,9#&@6@9@96CE Ý ²9 \ctu.10 6D1D,9.10UYV#&411D16@RE"3#1D1*-,9*:#&F;3J681D;R,9#&@90=,/.10U@R03;R41O-,*-,9.10U*:o,903@9%'03DF*S68,90U6@R@/6CE ݧ %'0C61*-168O:4768,9*:#&d#qm6 *:o>03@9;R0M#&QV03@968,/#@3J7Y14F,f*-,+;B,/*-O:O"36YV0K<&*->036`;9*-%QFO:0*:o,903@9QF@90$,/68,/*-#&\Pic*:o>&0$@9;90w%68,/@R*Ta #&QV03@968,/#&@w*:%'Q1O-*:03;Z,9.10d;R#&O:4b,/*:# #qu6"3#&4FQ1O:0$DH;90W,[#quO-*:1036@K03254768,9*:#&F;3\tu.103;R0#&QV03@/6l,/#&@R; 6@R0+>03@BE"$#&%'%#&`*-`n11*-,90DF*-gs03@90$1"30f6Q1QFO:*:"368,/*-#&1;$\mtu.10WE6Q1QV0C6@X*:`,/.F0+q#@9%Ï#qhY761DF03D %68,/@R*:"30$;.16?>N*-1<6H;R%d68O:OuY76FDF(+*:DF,9.Ju*:Æ,/.1*-;"36;906),/@R*:D1*:6<&16O\ºtu.F00$>86O-4768,/*-#&¬#q P" ýù ÁeæB¦&à91àC¦Iç!û *-;Mq#&411DÅYoEH%0361;[#qf6,/@R*:D1*:6<&16O ;9#&OT>&0$Q@ 1Jj(+.1*-".Æ*-;U;9*-%QFO:0`,/#k"3#ND10J 0$¨'"$*:03o,,/#'@941hJs681D(+*-D103OTEe41;90$D\!<&0310$@/6Oz J f0$@9%'*-,/*:6#&@ÜL6 D 0M < 6QFQ1@9#Cab*:%68,/*-#&1;u"36 YV0wQF@/6"W,/*:"36Oh(+.10$,9.10$Ee"36Ys0K*:%'Q1O-03%'03o,/0$DeY5Ed,/.10K41;R0=#qm0$¨'"$*:03o,Y76FD103D;9#&OT>&03@R;3\
=> ¬§¨[@©&ª£¦©§¤¨G¥¦Qªo§¤«¦¢Rª£«¦¬5§¤¦Õ¬G@¬@?ɧ¤¨GBAL«¦ÒG¬Z G)¢¤¯ª£«¦¬[ G¸§¤Õ«.¬[©vÚ«¦ÒG uÕ¬Zª@Ò[ =7¥¦ÕÒGQ©s«¦ÑCAL«)§¤¨ D ÐFE DHG )§IZA «¦§¨ZA «.ÒG¬[ G¦¢@I©I°
Ð ¦¬[
¥ ?
`aßõa$J
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
w jLKupsrM gNKupsrPOÂw]rØpsrRQ:tSKup+xpR}
f0$@9%'*-,9*S6)q#&@9%';M#qu,9.10;R03"3#1D¬D103@R*->868,/*T>&0"36¬6O-;9#YV00C68;9*:OTE)D103@R*->&0$DÅYoE%'0C61;M#q6
tm6?ENO-#&@,6YFO:0\X¤7#&@u0aF6%QFO:0
P"
¦ ² ø J )² º O ÁeæÔ¦&àN$ àC¦Iç ÝU æz¥F\@ ç î ß U *:;h\æîUß U çP681Dd%6÷0$;_41;R0c#qh#&1OTE[,/@9*-D1*S68<&76OF#&Qs0$@/68,9*:#&F;3\L£,v;9.F#&41O:DYs0%'03o,/*-#&103D',/.76l, ,/.F0f;RQ1O:*-10c68Q1Q1@9#Cab*:%68,9*:#&`*:;X#&F0q#&@R% #q6wÜL6 D 0c < %68,/@R*Ta`D1*Tgh0$@90$1"30f#&Qs0$@/68,9#&@3\m£,_*-;v<*->&0$ YoE ² äÿýù ÁeæB¦à/1àC¦Iç!û P" ¦ ÁeæB¦Nà $ àC¦Iç ÝM ² ø J ¦² º O Ýe æz¥F@\ ¥oç îUß Y14F,M*-,9;=#&@RD103@=#q+6"$"341@96"$E *:;w#&1OTE \æzîUß çf \ #?( %U41".H,9.1*:;=@903DF41"$,9*:#&*-6"$"341@96"$E)*-; #gs;90W,+Y5E,/.10*-1"3@R0C6;R03D<&O-#&Y76OV"3#&o,9*:541*-,!EdY141*-O-,v*:o,/#`6U;RQ1O:*-10cn1,u*-;1#,÷NF#I(+h\P 01#,90 ,/.168,=,9.10';9Q1O-*:10[n1,=#qu6n7@9;B,MDF03@9*T>868,/*T>&0`*:;K*:DF03o,/*-"C6Oj,/#6oEk#q,9.10'0WabQ1@90$;9;R*:#&1;M*: X25;$\ ¥F\ ! ?U,/#'¥F@\ b¦&\ i n176O(v#&@9D#&f03@R%*T,/*S686Q1Q1@R#?ab*-%d68,9*:#&F;3\v_O:036@9OTE,/.10WE.76C>&0=668DF>86o,6<&0K#?>&0$@ ¥lr£Qs#&*-o,[ô6<&@961<&*:6H;R".103%'03;`YV03"C6841;90#q+,/.F03*:@=*:1"$@9036;90$D©68"3"34F@/6"WE&\ #?(_0W>&03@$J6%'#&@90 ;94FYF,/O-0UQs#*:o,c*-;f,9.768,c,9.10$E<&0W,c,/.F*:;c*-1"3@R0C6;R0U*:6"3"$41@/6"WE4F;9*:F<*:Fq#@9%68,/*-#&e,/.768,c*:;f;R,/*-O:O O:#N"C68Oh,/#[,/.F0wQV#&*-5,u(+.F03@90K,/.F0wDF03@9*T>868,/*T>&03;6@R0KYs0$*:1<`0$>86O-4768,903D\X!6Q1Q1O-*:"C6l,/*:#JN,9.1*:;+"36 YV0c6Db>685,/6<&0$#&41;v68,PYs#&4F1D76@R*:03;P6FDd*:`,/.F0>N*:"$*:1*T,!EU#qh;R,90303Qd<&@/6DF*:03o,9;3\^£,v*:;X#&Yo>N*:#&4F;3J5#q "3#41@9;R0JF,9.768,Pn1>&0ZQV#&*-5,v;9".F03%'03;u41;R*:1<Mô§68<&@/6F<&*S66Q1QF@9#Cab*:%68,/*-#&1;X"C6dYs0fD103@R*->&0$D,/.76l, .76C>&0,/.10+;96%0#&@RD103@X#q6"3"$41@/6"WE'6;X,/.10%0W,/.1#ND1;X<&*T>&03'*:Ëj25;3\b¥F\ ?w681D¥F@\ JoYF4F,v,9.10$E (+*:O-O1.76C>&0c6K(+*-D103@X;RQ1@9036Dd#qh;9Q768"30c*-1D1*-"303;$\L!Q76@R,9*:"$41OS6@$J&,!(_#Mô6<&@/681<&*S68[;9".10$%0$;v(+*-,9. ,/.F0Z;/6%'0c#@9D10$@#q§6"$"341@96"$E6@90Uæ.10$@90c(v0*:<&F#&@90,/.10ZQF@9#&Y1O-03% "3@R0C68,903DeYoEd,9.10ZYV#&411D16@RE "3#1D1*-,9*:#&F;3J76OT,/.1#41<&.,/.F*:;u*:;u#10K#qm,9.10KQ1@9*-1"3*-Q76O*-;9;R4103;+*:6QFQ1O-EN*:F<`,9.103;R0K;9".10$%0$;çWÛ
² å Ý ä ¦
ݲ
ß
Ý ²
ß ®UT
$
$
ù ÁeæB¦àC¦ àC¦?çÔû
¦ ¦ îUß
² × ÁkÜNæB¦&à5$?Fà à?FàN$w¦Iç Ýd ä \ðJ9îUßU O
¦ ² < ÁkÜNæ£$w¦&àC¦?bàN$c¥ àC¦?Fà5$=¦Iç Ý ä \ðJ9îUßU O ¦ [ î ß
¸eÃëîAÀP¹$±ÀWVóÀXÀXÃ'ÀE/
æz¥F\@85ç
æz¥F\@ &ç
¶´YX¦ó²^¹C²
! #@9D10$@f,/#';90$O:0$"$,6`n71*T,/0Wr£D1*-gs03@R031"$0=;R".103%'0=q#@c6'<&*->0368Q1Q1O:*-"C68,9*:#&#&F0=%U4F;R,fYs0M6Y1O:0 ,/#=6;R;903;R;v,9.106"3"$41@/6"WE'#qs,9.10"C61DF*:D768,90+;9".10$%0$;3\Xtu.10f6"3"$41@/6"WE`#q68#&QV03@968,/#@j*:;X#q|,/0$ 0WabQ1@R03;R;903DH*:,/0$@9%';#qP,/.10[#&@RD103@#8qv,9.10[O:036D1*:F<e03@9@R#&@c,903@9%pD10$,903@9%'*:F03DAq@9#&%p6tL6CENO:#@ ,68Y1O:08\Lª.1*:O-0,9.1*:;P*:;_6M41;R0$q41Os%036;941@R0JN*-,vQ1@9#?>N*:DF03;u6=q68*:@9OTE[O:*-%*T,/0$D'DF03;9"$@9*-QF,/*-#&\j¤741@B,/.10$@ *:bq#&@9%68,/*-#& 6Ys#4F,U,/.F0e03@9@R#[email protected]>N*:#@U#qf6n71*T,/0Wr£D1*-gs03@R031"$0;9".F03%'0e"C6¬YV0#&YF,/6*:10$D 41;R*:1<'¤7#&41@R*:03@u0$@9@R#&@+676OTEN;9*:;$\
ÎNÐ[Z5ЫÑP×ÓèmÍ+ÒÔÌXÍóÌXÍfÍZ×+ÍóÉcÓfÉ]\RêXÚNÒBÚ
`a$JÉaIc
¥ D
6×yyã£gtv|%jgeki
je ^ | Qõyu|%jg|ã,wzy{psr|%je7r
ic`68@9Y1*T,/@/68@RE=Qs0$@9*:#ND1*-"Pq41F"$,/*-#&["C68[Ys0uD10$"3#&%'QV#&;90$D[*:o,/#*T,/;^¤7#&4F@9*:0$@L"$#&%QV#&10$o,/;3J&(+.F*:". 6@R0*-',9.10uq#&@9% þ [_ Jo(+.103@R 0 `d*-;^,/.10+(6C>03541%UYV03@$\P£,v*:;^,9.103@R0$q#&@R0f#8q*:o,903@90$;R,P,/#K0WaF6%'*:F0 .1#?( (_0$O:OL6<&*->03n71*T,/0r!D1*Tgh0$@903F"30U#&QV03@968,/#@Z6Q1QF@9#Cab*:%68,/0$;cD10$@9*->868,9*->03;Z#7 q þ a_ \ZH0M(+*-O:O "3#1"30$5,9@/68,90Jb.103@R0JF#n7@R;R,DF03@9*T>868,/*T>&0f6Q1Q1@R#?ab*-%d68,9*:#&F;3J56OT,/.1#&4F<&.',9.10Z6876O-EN;R*:;P*:;P0325476O-O-E 6Q1QFO:*:"36Y1O-0c,/#`.1*-<&.103@uDF03@9*T>868,/*T>&03;$\ tu.10w0WaF6"$,+n7@R;R,D10$@9*->868,9*->0# q þ [_ *:;
þ [_ äcb$`þ
ß
[_
æz¥F\@oç
£ q(v0d68Q1Q1O-EJ§q#@w0aF6%QFO:0Jm6;903"$#&1Dbr£#&@9DF03@M"$03o,/0$@90$DD1*-gs03@R031"$0d#&QV03@968,/#@K,9#ÝNí[äþ (+.10$@90KßNíuä«ê5îUßJ1(_0w<&0$, æ ÝVçí
ÝNí9ü#"R$ÅÝNí)P" îUß [_Ue í9#ü "
ä
þ
ä
æþ ä ä
b ä ä
a_/e
$ þ
î[ß
$ þ P
[_Ue
[_Ue çIþ
[_ d
í P"
a_
î[ß ¦ ùTæ"3#;S`ëîUß'ø8bo;9*-f`ëîUßsç$ªæ"3#&;S`7îUß $gbo;R*:f`7îUßsçÔû þ î ß U ;R*:f`7îUß þ [_ îUß
b$`Lhþ [_
[_ æz¥F\@ '&ç
(+.10$@905` h *-;§,9.10_%'#ND1*-n70$Dw(_6C>&0$N4F%UYs0$@3\jtu.10v%#ND1*Tn703DK(6C>03541%UYV03@j*-;m;R#Z76%'03D=Ys0$"C641;R0 *-,m6QFQs036@9;(+.103@R0v,9.10P(_6C>&0$N4F%UYs0$@3Ji`J86Q1QV0C6@R;m*-w,9.10v0aF6"$,L0WabQ1@90$;9;R*:#&\Ltu.N4F;m,/.F0vD10$<&@90$0 ,/#f(+.1*:".[,/.F0%#ND1*Tn703Dw(6C>&0$541%UYV03@P6Q1Q1@R#CaF*-%d6l,/03;§,/.106"$,9476Ob(_6C>&0$N4F%UYs0$@X*:;^6Z%'0C68;941@R0 #q§,/.10w6"$"341@96"$E#8qm,9.10w6Q1Q1@R#?ab*-%d68,9*:#&h\ ¤7#&@,/.10A;R03"$#&1Dbr£#&@9D10$@"$03o,/0$@90$D D1*Tgh0$@903F"30k#&QV03@/6l,/#&@d,9.10k%#ND1*Tn703Dº(_6C>&03541%MYs0$@*-; <&*T>&03YoE
`Lhvä òf#8,/0,/.76l,j`
h
;9*-f`ëîUß î[ß
æz¥F\@L?oç
6Q1QF@9#Cab*:%68,/0$;f`,/#`;90$"3#&FDbr!#&@RD103@f6"$"341@96"$EJë6;+*:;,/#'YV00WabQs0$"$,903DJV;9*-1"30 ;R*:f`7îUß îUß
äk`Ó$
`
T î[ß
ø
W5WNW
j254768,/*-#&ÿ¥F\ Z?¬*-;Q1O:#,R,/0$Dð*- ¤m*:<&41@R0k¥F\ 1JZ6O-#&1<Å(+*-,9.ÿ;R*:%'*:O:6@@R03O:68,/*-#&1;q#&@e,/.F0);B,6Nr D76@RDdq#&41@B,/.br£#&@9DF03@P"303o,903@90$DD1*-gs03@R031"$0Z;9".10$%0Z61Dd,9.10fq#&4F@R,/.Nr!#&@RD103@vÜL6D0Z < ;9".10$%08\Xtu.10
J
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
3
2.5
2
κ*∆ x
th
4 Pade
1.5 th
4 Central
1 nd
2 Central
0.5
0 0
0.5
1
1.5
2
2.5
3
κ∆ x
#bD1*Tn703De(_6C>&03541%MYs0$@fq#&@>86@R*:#&41;u;R".103%'03;$\
¤L*-<&41@90K¥b\ 1Û
0WabQ1@R03;R;9*:#¬q#@M,/.10d%#ND1*-n103DH(_6C>&03541%MYs0$@'QF@9#?>N*:D10$;U,/.10e68"3"34F@/6"WEH(+*-,9.(+.1*:".¬6<*->&0$ (_6?>03541%UYV03@K"$#&%QV#&10$o,#qj,/.F0U;9#&O-4F,/*-#&*-;c@90$;9#&OT>&0$Dkq#@f,/.F0U03o,/*-@90M(_6C>&0$N4F%UYs0$@K@/61<0 6C>86*:O:6Y1O:0f*:6[%0$;9.#qL6`<*->&0$;R*:$0J m l `ëîUß l j\ !<0310$@/6OzJFn71*T,/0Wr£D1*-gs03@R031"$0K#&Qs0$@/68,9#&@9;u"36Ys0(+@9*T,9,903*:e,/.F0Kq#@9%
æ çzí^øÿæ % çzí
æ çí+ä
(+.10$@90æ çí=*-;6)6o,/*-;REN%%'0$,9@9*-"M#&QV03@968,/#&@Z61D©æ % çzíw*:;K6;REN%'%0W,/@R*:"U#&QV03@968,/#@3\ U £qv(v0 @90$;R,9@9*:"W,#&41@u*:o,903@90$;R,+,/#`;R".103%'03;f0WaN,/0$1D1*:F<'q@R#&%Ïê½$¬¥[,9#wêZø©¥bJ1,/.10$ ¦ ù¸"3æÝbíRü#"R$ÅÝNí)P"Bçø~ æÝNí9ü $ÝNíP çø] æÝbíRü $ÝNí)P ç!û T T T î ß U
æ Ýsçíuä 61D æ % Ýsçzíä
¦ ù ä/ÝNíjø î ß U
"WæÝNí9ü#"hø¬ÝbíP"Bçø
æÝNí9ü øÆÝNíP çø æÝNí9ü T øÆÝNíP T çÔû T
tu.10w"3#&@R@90$;9QV#&1D1*-1<`%#ND1*-n103D(_6?>03541%UYV03@f*:;
b$`Lh ø
ä
¦ ù äLø æ "N"$#&;n`ëîUß[ø "3#&; `7îUßUø "3#&;ë¥F`7îUßsç î ß [ T bæ "b;R*:j`7î[ß[ø] ;9*- `7î[ß[ø] T ;9-* f¥o`ëîUßsç
æz¥F\@LDoç
p > ¬:§¤£¢¤Ô©#«¦Ñkª@¢¤ª£ÒG@¦¬5§#Ô§¤¢r qF«¦®L£¢b§¤«¦¢nsBtN§¨G¦¬.§¤@©¯NÔÉÔk£§¢¤@ªR®[)¢§@©Ú«/AG§¤)@¬GQ Ñ¢¤«¦Ôcuvsxw-s+yCz )¬Z F§¤¨G©¯NÔÉÔɧ¤¢ª®[)¢§Ñ¢«.Ô|uvs3}~s y z EU{ °
E/{
ÎNÐ[Z5ЫÑP×ÓèmÍ+ÒÔÌXÍóÌXÍfÍZ×+ÍóÉcÓfÉ]\RêXÚNÒBÚ
1¦
ª.10$w,9.10^n71*T,/0Wr£D1*-gs03@R031"$0j#&QV03@/6l,/#&@*-;6o,/*-;REN%'%0W,/@9*-"uæ"303o,903@90$DëçWJl,/.10j%'#ND1*-n70$Dc(_6?>03541%[r YV03@_*-;vQF41@90$O-E'@9036O\§ª.103,9.10c#&QV03@968,/#@v*-1"3O-41D103;_6=;BEb%'%'0$,/@R*:""3#&%'QV#&103o,3JN,9.10c%'#bDF*-n70$D (_6?>03541%UYV03@*:;`"3#%Q1O-0WasJj(+*-,9.Æ,9.10*:%6<&*:16@RE)"3#%QV#&10$5,'YV03*-1&03YoE ¥ æÝNíRü#"R$ÅÝbíP"Bç î ß U
æ ÝVçí)P"øÆ7æ ÝVçzíjøÿæ Ýhçí9ü#"^ä
tu.10w%#ND1*Tn703D(_6C>&03541%MYs0$@fq#&@,9.1*:;u;R".103%'0=;968,/*-;Rn70$; V
b`hþ P a _/e
ø¬ob$`Lhmøb`hQþ
(+.1*-".<&*T>&0$;
b`h_ä
[_Ue
¥ æþ î ß U ä
[_Ue
$áþ
P
[_Ue
ç
H¥ bo;9*-f`7î[ß ø¬"3#&;S`7îUßsçRîUß æ
tu.10[%'#bD1*Tn703D(6C>03541%UYV03@KQ1@R#I>N*-D103;K6d4F;90$q4FOL,/#N#&Oq#&@Z6;R;90$;9;9*-1<eD1*Tgh0$@903F"30`6Q1QF@9#Ca5r *:%68,9*:#&1;$\!),/.10'"3#5,90WaN,U#8q,/.10'O:*-10C68@"3#&o>&0$"$,9*:#&0$254768,/*-#&J,/.1003@R@9#&@R;="36HYV0<*->&0$ 6dQ1.oEN;9*-"C6O§*:o,903@9QF@90$,/68,/*-#&\c_#&1;R*:D10$@c#&1"$0[603"$,9*:#&A0$254768,/*-#&*-,/.F0 q#&@R%
Ý
Ý ø ] ä
Þ
ß #&¬6DF#&%d68*:H0aN,/03FD1*:1&03541%MYs0$ @ `*-; ÝLæ|ßà9ÞRçjä
^æ|ÞRçIþ (+.10$@90
^æÞRç_;968,/*-;Rn70$;+,9.10=]ã
Þ
[_
æz¥F\ ç
ä¼$fbbi`
b#&OT>N*:1&0$;+,9.10K0WaF6"W,c;R#&O:4F,9*:#&68; ÝLæ|ßà9ÞRçjä
^æ çIþ
a_
P¡
£qj;90$"3#&FDbr!#&@RD103@"30$o,/03@R03DAD1*Tgh0$@90$1"30$;c6@R0M68Q1Q1O:*-03De,/#',/.10w;9Q168,/*:6Oh,/0$@9%J7,/.10Kq#&O:O-#?(+*:1< ]ã©*-;u#&YF,68*:10$Dq#f @
^æÞRçÛ
;9*-f`ëîUß î[ß
äX$fbbi` h
IÍ «¦§§¤¨[§§¤£¢¤Ô©7©Ò[ªb¨Ï¦©5u Ð zN )¢¤¨[¦¬[ =@I YAN¯½@§§@¬@? Ð38 "$ L ©¨G¸Ñ §s@¬5Z °
Þ
äX$fbb
¦¬[ q£¥¦ÕÒ[)§@¬@?u§¨[
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ #&OT>N*:1<,/.F*:;v]ã 0WaF6"W,/OTEæ;9*-1"30u(v0Z6@R0+"3#&1;R*:D10$@9*-1<,/.1003@R@9#&@jq@9#% b *:%68,9*:#O-EFç61D;R41Y1;R,9*-,94F,/*-1<`*:o,/#ëj2ë\s¥b\ JF(_0K#&Yb,6*Ý N4F%0$@9*:"36O æßàRÞRçPäk
^æ ç£þ
[_
,/.10+;RQ768,/*:6Oë6Q1QF@9#Ca5r
P¡
æz¥F\ F¦Iç
(+.10$@90 h *:;P,/.10f541%0$@9*-"C6OLæ#&@P%'#bD1*Tn703D7çXQ1.16;90Z;RQs0$03DJb(+.1*:".e*-;v@R03OS6l,/03D,/#M,9.10c%'#bDF*-n70$D (_6?>03541%UYV03@fYoE
¤7#&@,/.F0=68Ys#?>&0K0a168%Q1O-0J
h
ä
` h `
;9*-]`7îUß `7îUß tu.10PN4F%0$@9*:"36OQF.76;90P;9QV030$D=*-;,/.10X;RQs0$03D=68,(+.1*:".=6u.76@R%#&F*:"Lq41F"$,/*-#&*:;QF@9#&Q768&03541%MYs0$@3Jm,9.10[541%'03@9*-"C6O^6Q1Q1@R#?ab*-%d68,9*:#& *:o,9@9#ND141"30$;dD1*-;9QV03@R;9*:#Ju6OT,/.1#&4F<&.Æ,9.10#@9*:<*:76O+ÜX ã Ï*-;1#1D1*:;RQs0$@9;R*->&08\ÿif;6H@R03;R41O-,3Ju6 (_6?>0$q#&@R%¡"3#&1;R*:;B,/*:F<#q%d6oEADF*-gs03@90$o,=(_6C>&03541%MYs0$@U"3#&%'QV#&103o,9;=0W>&03o,9476O:OTE)O:#&;R03;K*-,9; #&@R*:<&*-76Oëq#&@9%\ ¤L*:<41@90u¥b\ c;R.1#?(+;X,9.10u541%'03@9*-"C6ObQ1.76;R0+;9QV0303D[q#&@m,/.10u;R".103%'03;P"3#&F;9*:DF03@90$D`Q1@90W>b*-#&41;RO-E&\ tu.10541%MYs0$@M#q_7ly|7x|K7}WèPH }W :}WN
x| æ çYoEk(+.1*-".¬6<&*T>&03 (6C>&0e*-;=@R03;R#&O->03D*-; <&*T>&03ÅYoE RHo`7îUß\ tu.10e@R03;R#&O->N*:F&0$O\Ť7#&@[0aF6%QFO:0JX,/.F0 ;90$"3#&FDbr!#&@RD103@d"303o,903@90$DªD1*-gs03@R031"$0;9".10$%0A@R032541*-@903ô ; ? ,9#HQ1@R#bD14F"30A6 0$@9@R#&@d*Q1.768;90U;RQs0$03DA#qXO-03;9;,/.768 \T¦UQs0$@9"$03o,C\Ztu.FÓ 0 Ir!QV#&*-5,+q#&4F@R,/.Nr!#&@RD103@f"303o,903@90$Dk;9".10$%0[681D ,/.F0q#&41@R,9.br!#@9D10$@`ÜL6 D 0 < ;R".103%'0@9032541*-@90AG¦ 681Dª¦ @903;RQs0$"$,9*->&0$O-E,9#k6".1*-0$>&0,/.F0 ;/68%00$@9@9#@O-0$>03O\ ¤7@9#&% ,/.10Zq#&@R%#& q j2ë\ë¥F\ F¦&Jb(v0K;90$0K,9.768,u,9.10@9036OQ76@B,+#q§,/.10%'#bDF*-n70$D(6C>&0$541%UYV03@ O:036D1;',/#Å6 0$@9@R#&@d*-«,/.10Q1@9#&Q16
¹$¿Å±Àj±¶AÁ+±
h
ä
^
+ ±Àj´=»^Ã'ÀX²
´w»W¤
ÃëîA¶A·´MÀP¹$±²
ic;D1*-;9"$41;9;R03D *-ÿb03"W,/*:#ÿ¥b\ ¥F\ Jc6¬%68,9@9*Ta«D1*Tgh0$@903F"30k#&QV03@/6l,/#&@*-1"3#@9QV#&@/68,903;eYV#,/.ª,/.F0 D1*Tgh0$@903F"3068Q1Q1@9#Cab*:%68,9*:#&k*:),/.10*:o,/0$@9*-#&@K#q,/.F0dD1#&%6*- 681DH,/.168,U6l,=,9.10dYV#&411D16@9*-03;3\ !,9.1*:;f;903"W,/*-#&Js(v0U"$#&1;9*-D103@f,/.10=Ys#&4F1D76@BE#&QV03@968,/#@9;cF0303DF03DAq#&@#&41@c%'#ND103O§03254768,9*:#&F; q#&@+"3#5>03"W,/*:#A61DD1*-gs41;9*-#&\P!,9.10="36;90=#q^QV03@R*:#ND1*:"YV#&41FD76@RE"$#&1D1*T,/*-#&1;3J7F#d;9QV03"$*S6O YV#&411D768@REe#&QV03@968,/#@9;+6@R0w@R032541*-@903Dh\
ÎNЦ¥oЫÖZÒÔÑLÑ^ÌXÍfÌXÓUÇ^Ìó×+ÊXÌXÍ+ÉcË_×+ÍfÚeÉcË8§×ÓèmÓfÖÉcÍÒÔÌPÚ
o¥
1.2
1
0.8
a* _ a
nd
2 Central th
0.6
4 Central th
0.4
4 Pade
0.2
0 0
0.5
1
1.5
2
2.5
3
κ ∆x
¤L*-<&41@R0K¥F\NÛ
`a¨aIc
òf41%'03@R*:"C68OhQ1.768;90w;9QV0303Dq#&@>86@9*-#&41;u;R".103%'03;$\
ögKupRëgIiups|r à ekiª©hpRtÚjgeki«¬:âu|%jg£ehi
+0$q03@R@9*-1<,9#eb0$"$,/*-#&
\ ¥FJë,/.F0MYV#&411D768@RE"3#1D1*-,9*:#&F;q#&@+,/.F0MO:*-10C68@"$#&o>&0$"$,/*-#&0$2N4168,/*-#& "C68dYV0f0$*-,/.F03@XQs0$@9*-#bD1*-"u#&@X#q*-FG7#?(r!#&4b,9G7#?(«,!ENQV0\j!',/.10OS68,R,/0$@P"36;908JF6=ãZ*:@R*:".1O-0$,jYV#&411DNr 6@BE"3#1D1*-,9*:#&*:;Z<*->&0$)68,Z,/.F0[*:FG7#?( YV#&411D768@RE&J(+.F*:O:0=1#e"3#1D1*-,9*:#&*:;Z;RQs0$"3*-n103D)68,,/.F0 #&4F,RG7#?( YV#&41FD76@RE\q03@90U(v0'6;9;R41%'0U,/.768,c,/.10U(_6C>&0';9QV0303D *:;QV#&;9*T,/*->0,9.N4F;Z,/.10[O-0$q|,Rr .76FD)YV#&41FD76@RE*:;c,9.10`*:FG7#?(åYs#411D76@BE&J6FDk,9.10`@9*-<&.o,Rr!.161DAYV#&411D768@RE*-;Z,/.10[#4F,9G7#?( YV#&411D768@RE&\Xtu.541;+,/.10>03"$,9#&@#qL4F1÷51#?(+1;f*-; Ý ² äÏù Ý"à+Ý e
à W5WNW à+ÝÅ=û Æ
æz¥F\
61DÝä+*:;u;9QV03"$*-n70$D\ _#&1;R*:D10$@^n7@9;B,^,/.10_*:FG7#?(ÆYV#&411D768@RE&\m£,j*:;m"3O-0C6@L,9.768,^6;^O:#1<6;L,9.10*-5,903@R*:#&@§D1*-gs03@R031"$0 6Q1QF@9#Cab*:%68,/*-#& DF#b0$;M1#,M0WaN,/0$1DÅYV0$E1D¬Ýbí P"JL,9.103H1#;9QV03"$*S6OX,/@R0C68,9%0$o,U*:;w@90$2541*:@R03D q#&@,9.1*:;uYV#&411D16@RE\v¤7#&@u0aF6%QFO:0Jb(+*-,/.;R03"3#1Dbr!#@9D10$@f"$03o,/0$@903DD1*-gs03@R031"$03;+(_0w#&YF,/6*:
ç
J ¦ ² º O
² ä »,Ý[ ² ø Ý
æz¥F\ &¥oç
(+*-,9.
» ä
$w¦
$w¦
îUß
´´µ
³´´
$ ¦ w
¦
¦
¶ ·· ¦
\\ ¹ \
·· à
J )² º O ä
$Ýä ¶ ·· ·· $w¦ ´³ îUß ´´ ´µ \\ ¹ \
æz¥F\ 5ç
&
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
f#?(v0$>03@3Jc*-q(v0)4F;90,/.F0q#&41@R,9.br!#@9D10$@*:o,/0$@9*-#&@d#&QV03@968,/#@<&*->03 *-CX2ë\u¥b\8FJ+,9.103ª,/.F0 6Q1QF@9#Cab*:%68,/*-#&e68,PêMäå¦K@9032541*-@90$;f6U>86O-410Z#qmÝNí)P J1(+.F*:".*:;u#&4b,/;9*-D10Z,/.F0wDF#&%d68*:\031"$0 6D1*-gs03@R03o,w#&Qs0$@/68,9#&@K*:;K@90$2541*:@R03D6l,cêä ¦`(+.1*:". 0WaN,/0$1D1;=#&1O-E,/#êëÿ $ ¦&J§(+.F*:O:0[.16?>N*-1< ,/.F0Z6Q1QF@9#&Q1@R*S68,90f#@9D10$@_#q68"3"34F@/6"WE&\vb41".6#&QV03@/6l,/#&@$Jb÷51#?(+6;_6d7¢b{d}Wy9 #WÀ l¢NVoW
?7}W{d}WJP"C6©.76C>&068«#&@RD103@`#qZ6"3"$41@/6"WE¬(+.1*:".©*:;lh}AlRN}We :lè_}WM,/.768©,/.168,'#qZ,/.F0 *:o,903@9*-#&@c;R".103%'0J681DA,/.10U<O:#&Y768OL6"$"341@96"$E(+*:O:O§03254768OL,/.76l,#qj,/.F0[*:o,/0$@9*:#@c;9".F03%'0\U¤7#&@ 0WaF6%'Q1O-0JF(+*T,/.q#&41@B,/.br£#&@9DF03@"$03o,/0$@903DD1*-gs03@R031"$03;$J1(_0K"C684F;90,/.10Zq#O:O:#?(+*-1<=,9.1*:@RDbr!#&@RD103@ #&QV03@968,/#&@+6l,Pê[ä ¦&Û ¦ æ$ &îUß
æ Ýsç " ä
Ýä$¬¥Ý"høÆÝ
$ÅÝ T ç
æz¥F\ !&ç
(+.1*-".d*:;X036;9*-O-EUDF03@9*T>&0$Dd41;R*:1<=6wtm6CENO:#&@j,68Y1O:08\^tu.10@903;R41O-,9*:1
» ä
$w¦
$f $ ? õ
¦ îUß
³´´ ´´µ
¦
¦
$õ?
$
?
¶¸··
$=¦ ?
\\ \
¦
··
J ¦² º O ä à
¹
$w¦ ¦ îUß
³´´
$&Ýä Ýä
¶¸·· ··
\\
¹
´´µ
\
æz¥F\ &oç
tu.1*-;f68Q1Q1@9#Cab*:%68,9*:#&*-;u<&O:#Y76O:OTE`q#&41@R,9.br!#@9D10$@+6"3"$41@/68,90\ i,=,9.10'#&4F,9G1#I( Ys#411D76@BE&Jm1#YV#&41FD76@RE"3#&1DF*-,/*-#&k*:;K;9QV03"$*-n70$D\d 0`%U41;R,M6Q1QF@9#Ca5r *:%68,90 # Ý H ß 68,U1#bDF, 0 (+*-,/.H1#A*:Fq#@9%68,/*-#&H68Ys#&4b,U Ý Å# ü "\ktu.541;U,/.10e;R03"$#&1Dbr£#&@9D10$@ "30$o,/03@R03Dbr£D1*-gs03@R031"$0=#Qs0$@/68,9#&@3JN(+.1*:".@90$2541*:@R03;uÝNí9# ü "/J1"C6F1#,uYV041;90$D6l,XêUä \Pi Y76"÷&r (_6@9DÆD1*-gs03@R031"$0eq#&@9%U4FOS6%U4F;R,`YV04F;903Dh\ª*-,/.Æ6A;90$"3#&FDbr!#&@RD103@`*-5,903@R*:#&@U#Qs0$@/68,9#&@3Jj,/.F0 q#&O-O:#?(+*:1<=n7@9;B,Rr!#@9D10$@Y16"÷o(6@RDq#&@R%U41O:6U"C6YV0w4F;903DhÛ æ s Ý çÅ
¦ æÝÅÙ$ÝÅP"Rç î ß U ä
æz¥F\ !'&ç
tu.1*-;QF@9#ND141"30$;6'D1*Tgh0$@90$1"30K#&QV03@968,/#&@(+*T,/.
» ä
´³´ $w¦ $w¦ ´ ´ îUß ´´ ´´ µ´
¦ $ ¦ =
¦
¶ ·· ·· ··
¦
\\ \ $w¦
·· à $
·
¦
¹
J ¦ ² º O ä
$=¦
³´´
$Ýä ¶ ·· ·· ·· ·
îUß
´µ
´´
´´
\\ \
æz¥F\ ?oç
¹
!d,9.10Z"C68;90Z#q6=q#&41@B,/.br£#&@9D10$@_"$03o,/0$@903D*-5,903@R*:#&@X#&QV03@968,/#&@P,/.10fOS6;B,v,!(v#[@9#?(+;#8q » %'#bD1*Tn7"C6l,/*:#\
@90$2541*:@R0
ÎNЦ¥oЫÖZÒÔÑLÑ^ÌXÍfÌXÓUÇ^Ìó×+ÊXÌXÍ+ÉcË_×+ÍfÚeÉcË8§×ÓèmÓfÖÉcÍÒÔÌPÚ
Â
i 1#8,/.10$@=68Q1Q1@9#&6".A,/#e,/.10[DF0$>&0$O:#&QF%0$5,w#qvYV#&411D768@RE;R".103%'03;w*:;c*:,/0$@9%';#qv;9Q76"$0 c 0WaN,9@/6QV#&OS6l,/*:#\tu.10vq#&O-O:#?(+*:F<q#&@9%U4FOS6+6O:O-#?(+;§ÝÅü#"h,/#Ys0v0WaN,/@96Qs#OS68,903DKq@9#&%ó,9.10v*-o,/03@R*:#&@ D768,/6U,/#'6@9YF*-,/@96@REd#&@9DF03@+#&6032541*:;RQ76"$03D<@9*:DhÛ æB¦F$8®
P" Ü
ç ÝÅü#"^ä
æz¥F\ Doç
(+.10$@90® *-;P,9.10Z;R.1*-q|,_#&Qs0$@/68,9#&@PD10$n7F03DYoE¯®wÝbíäðÝNí9ü#"P681Dd,/.F0Z#&@9DF03@_#8q,/.1068Q1Q1@9#Cab*:%6lr ,/*-#&*:° ; ë$º¦&\P¤7#&@0aF6%QFO:0Jb(+*-,/.~dä (_0w#&YF,/6*:
®
æB¦F$
P"
ø®
P çÔÝ#Åü#"^äÿÝÅü#"&$
ÝÅðøÆÝÅP"^ä
æz¥F\@' ç
(+.1*-".<&*T>&0$;+,9.10q#&O:O-#?(+*:1<Mn1@9;R,Br!#&@RD103@6QFQ1@9#Cab*:%68,/*-#&d,9#'ÝÅü#"Û ÝÅü#"jä
ÝÅ
$ÅÝÅP"
æz¥F\@'b¦Iç
b41YF;R,/*T,/4F,9*:1<,/.1*-;Z*:o,/#,/.10[;R03"3#1Dbr!#@9D10$@"303o,903@90$D DF*-gs03@90$1"30[#Qs0$@/68,9#&@Z6QFQ1O:*-03DA68,Z1#bDF0 <&*->03; æ s Ý çÅ ä
¦ æ ÝÅÙ$ÝÅP"%$ÅÝÅP"Ôç î ß [
¦ æÝ#Åü#"&$ÝÅP"Rç¡ä î ß [ ä
¦ æÝ#ÅÙ$ÅÝÅP"Bç î ß U
æz¥F\@'
(+.1*-".*-;u*:D10$5,9*:"36Oh,/#ëj2ë\V¥F\ 'b\
ç
`a¨ao
ögKupÙl gonÏâu}g£ehi«¬:âu|%jg£ehi
!e;9#O->N*:1&0$"$,/*-#&k03254768,9*:#&ADF*:;9"$41;9;R03D)6YV#?>&0\ª*T,/.,/.F0 ;90$"3#&FDbr!#&@RD103@"30$o,/03@R03D*:o,/0$@9*:#@#&QV03@/6l,/#&@ æ s Ý çí ä
¦ æÝNí9ü#"&$ î ß U
ÝbíLøÆÝNí)P"Bç
æz¥F\@'¥oç
1#f%#ND1*-n1"C68,9*:#&1;6@90P@90$2N4F*:@90$DU1036@mYV#&41FD76@9*-03;$J8O-0C6D1*-1&0$ *:Yj2ë\ë¥F\ 'b\ ¤7#&@M6òf034F%d6FYs#411D76@BEH"$#&1D1*T,/*-#&J(_0e68;9;94F%0d,9.768, Ú Ý H ß©*:;w;9QV03"$*-n70$D¬68,ê)ä øð¦&JF,9.768,*:;
8
Ý
Ý äE8
ß 9 Åü#"
ß 9
æz¥F\@'85ç
o
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ
tu.541;+(_0wD103;R*:<&6#&QV03@968,/#&@+6l,+1#bDF0{ æ h Ý çÅ
(+.1*-".*-;u*:e,/.10q#&O-O:#?(+*:F<Mq#&@9%Û
º
¦ æoÝÅÿø~Ý#ÅP"Bçø î ß U ä
îUß
Ý 8
æz¥F\@' &ç
ß 9 Åü#"
(+.10$@90ëJIJë681Dfºc6@90K"3#1;R,/6o,/;u(+.1*:"."C68036;9*-O-EYs0KD10W,/03@R%*-103D41;R*:1<'6`tL6CENO:#@,6Y1O-0J 6;+;9.F#I(+*:etm6Y1O-0=¥b\ 1\
8
Ý
ß 9 í
{;3ÝbíP" k;?ÝNí î[ß ;=ºÉ; J KM O 9í ü#" K
º
¦ æ5ÝNíP"ø~ÝbíWçø î ß U
î[ß
Ý ä×ù
ß 9 íRü#" 8
îUß T ;
îUß ;
îUß;
ÝNí î[ß ; JZK ú M O í K ú
ø
îUß U ;
J KNM O í K
J K ú M O í K ú
J K û M O í K û
J K ü M O í K ü
{;5æ|r/¦Içh; ""
;NæSr¦Iç ; " " ºkN; æÔ¦Içh; "
" ½;Næ|r9¦Iç T ; Ý
;Næ|r9¦Iç U ; " U " ºkN; æÔ¦Iç T ; Ý
º
¦
" ºk;oæB¦Iç ;
tL68Y1O:0K¥F\ 1\jtm6CEbO-#&@,68Y1O:0Zq#&@+ò0341%61YV#&411D768@REe"$#&1D1*T,/*:#\ b#&OT>N*:1
¦ æ ÝÅP"R$ ¥&îUß ä
ÝÅUçø
¥î[ß
8
Ý
ß 9 Åü#"
æz¥F\@'oç
(+.1*-".)QF@9#ND141"30$;,/.10[D1*Tgh0$@90$1"30[#&QV03@968,/#@Z<&*->03k*:6j2ë\¥F\ DF\=òf#8,/*:"$0M,/.168,Z,/.F*:;#&QV03@968,/#&@ *:;=;90$"3#&1DNr!#&@RD103@[68"3"34F@/68,90\!,9.10"C68;90#q6N4F%0$@9*:"36Ov6Q1Q1@R#?ab*-%d68,9*:#&k,/#6òf0$41%d681 YV#&411D768@RE"3#1D1*-,9*:#&hJF,/.1*-;u*:;+10$"303;R;/6@BE,9##YF,6*-6'<&O-#&Y76O-O-E';90$"3#&FDbr!#&@RD103@f6"$"341@968,/0Kq#&@Br %U41O:68,/*-#&\mtu.1*:;+"3#5,9@/6;B,/;+(+*-,9.,9.10K541%0$@9*-"C6OYV#&41FD76@RE;9".10$%0$;fD10$;9"$@9*:YV03DQ1@90W>N*:#&41;RO-E (+.1*-"."36YV0K#&10K#&@RD103@uO-#I(v03@u,9.76,/.10K*:o,903@9*-#&@;R".103%'0\ H0`"36H68O:;9#e#YF,6*-A,/.10`#&QV03@968,/#&@*-6j2V\§¥F@\ '41;R*:1<,/.F0[;9Q76"$00aN,/@/68Qs#&O:68,/*-#&*-D10C6F\ _#&1;R*:D10$@6`;R03"$#&1Dbr£#&@9D10$@fY16"÷o(6@RDbr!DF*-gs03@90$1"30=6Q1QF@9#Cab*:%68,/*-#&6Q1Q1O-*:0$D68,+1#ND1 0 øª¦&Û
8
Ý
ß 9 Åü#"
¦ æÝÅP"&$Å&ÝŪø©¥ÝÅü#"Rçø~\æzîUß ç î ß U ä
æz¥F\@' '&ç
b#&OT>N*:1&03; ÝÅü#"jä
¦ ¥ È
&ÝÅÙ$ÝÅP"ø
îUßð8
Ý
ß 9 Åü#"¤Ê
ø]\dæzîUß T ç
æz¥F\@'L?oç
ÎNв±?ЫÊXÍ׳§ª\ÌPÙÚ
Â'
41YF;R,/*T,/4F,9*:1<©,/.1*-;*:o,/#º,9.10;R03"3#1Dbr!#@9D10$@)"$03o,/0$@90$DåD1*Tgh0$@90$1"30Å#&QV03@968,/#@q#&@A6º;R03"$#&1D b D10$@9*->868,9*->0K6Q1Q1O-*:03D68,+F#bD10½ <&*->03; æ s Ý çÅ
¦ æ ÝÅü#"&$ ÝŪøÆÝÅP"Rç î ß U ¦ ¥ÝÅP"&$ÅÝÅðøÆ&ÝÅ ¥&îUß ,È ä ä
¦ æ Ý#ÅP"&$ ¥&îUß ä
Ý#ÅUçø
¥&îUß
æz¥F\@'LDoç
$ÅÝÅP"ø 8
îUßð8
Ý
ß79 Åü#"
Ý
ß 9 Åü#"¤Ê æz¥F\Õ? ç
(+.1*-".*-;u*:D10$5,9*:"36Oh,/#ëj2ë\V¥F\'8F\ ®/´
µ
ÀjÃ;¶·X3±4 ²
¦&\ãZ0$@9*->0[6d,/.F*:@9DNr!#&@RD103@n71*-,90Wr£D1*-gs03@R031"$0[6Q1Q1@R#CaF*-%d6l,/*:#,/#6dn7@9;B,KD103@R*->868,/*T>&0=*:,/.F0 q#&@R% ¦ æoÝNí)P ø~ÝNíP"høzºWÝNíLø î ß U
æ Ýhçíuä
ÝNí9ü#"Bç
¤L*-1De,/.10KO-0C6D1*-1<[03@R@9#&@,903@R%\ \ãZ0$@9*->0K6`n11*-,90Wr!DF*-gs03@90$1"30K68Q1Q1@9#Cab*:%68,9*:#&,9#6Un7@R;R,D10$@9*->868,9*->0*:e,/.10q#&@R%
Væ Ýhçí)P"høÿæ Ýhçíuä
¦ æÝNí)P"ø~ºWÝNí^ø î ß U
ÝbíRü#"Bç
¤L*-1De,/.10KO-0C6D1*-1<[03@R@9#&@,903@R%\ ¥F\f0;9*:F<`6Uæ*-5,903@R*:#&@/çPQV#&*:o,%'03;R.JF(+@R*-,/0c#&4F,,9.10I¸X[%d68,9@9*-"303;_61D,9.10Ys#411D76@BEor "$#&1D1*T,/*:#>&0$"$,9#&@Zq#&@9%'03DY5E41;9*-1&0$Dk*:25410$;R,/*-#& (+.10$kYs#,9. Ý61D # Ý H ßk68@90<&*T>&0368,Pê[ä 681DÝ*:;u<*->&0$6l,Pê[ä b\ 1\f+03QV0C68,25410$;R,/*-#&
(+*T,/.
ä
\
b\ãZ0$@9*->0K6`n11*-,90Wr!DF*-gs03@90$1"30K68Q1Q1@9#Cab*:%68,9*:#&,9#6U,9.1*:@RDDF03@9*T>868,/*T>&0*:e,9.10q#&@9% æ ÝVçíuä
¦ æoÝNí)P ø~ÝNíP"ø~ºWÝNíLø î ß T U
¤L*-1De,/.10KO-0C6D1*-1<[03@R@9#&@,903@R%\
ÝNí9ü#"hø]þCÝNíRü ç
!?
Ç^ÈÉZÊcËmÌXÍÏÎ5ЫÑLÒÔÓÒ3ËmÌPÕzÖZÒÔÑ^Ñ^ÌXÍÌPÓMÇ^Ì«ÉZÊXÊXÍ×jØZÒBÙÉc˧ÒW×uÓZÚ F\ãZ0$@9*->0K6["3#&%'Q76"W,=æ#&@+Üm6D0?< çn71*T,/0r!D1*Tgh0$@903F"30K6Q1QF@9#Cab*:%68,/*-#&d,/#'6[;90$"3#&FDD10$@9*->86lr ,9*->&0K*-,/.10q#&@R%
æ ÝVçzí)P"øÿæ ÝVçzíjø~þ5æ ÝVçzí9ü#"jä
¦ æ5ÝNíP"ø~ÝbíLø]ºÝNí9ü#"Rç î ß U
¤L*-1De,/.10KO-0C6D1*-1<[03@R@9#&@,903@R%\
'b\¤L*-1D,9.10Z%'#bDF*-n70$Dd(6C>03541%UYV03@uq#&@X,/.10c#&Qs0$@/68,9#&@_DF03@9*T>&0$D*-d25410$;R,/*-#&A¦&\XÜjO:#8,_,/.F0 @R0C6O681De*:%6<&*-76@RE'Q768@R,/;_#q` h îUß>b;$\`7îUßq#&@ ml `7îUß l j \P_#&%'Q76@R0Z,/.10@R0C6O Q768@R,u(+*-,9.e,/.768,#&Yb,6*-103Deq@9#% ,/.F0Kq#41@R,9.br!#&@RD103@u"$03o,/0$@90$D#&QV03@/6l,/#&@wæX 2ë\ë¥F\@8 5ç\ ?F\+ifQ1Q1O:*-"C68,9*:#&d#qm,9.10K;90$"3#&1DNr!D10$@9*->868,9*->0w#Qs0$@/68,9#&@,/#[,/.F0Kq4F1"$,9*:#&þ [_ <&*->03;
þ [_ ä $ ` þ [_
ß ifQ1Q1O:*-"C68,9*:#&d#q^6`D1*Tgh0$@903F"30K#&QV03@/6l,/#&@q#&@,9.10K;90$"3#&1DD103@R*->868,9*->&0<*->&0$; æ þ
a_ í e
çíuäX$]` h þ
[_
,9.N4F;wDF0$n71*-1<e,/.10[%'#ND1*-n70$D(6C>03541%UYV03@` h q#@K6;903"$#&1D)D103@R*->868,9*->&0`68Q1Q1@9#Cab*:%6lr ,9*:#&\¤L*-1D ,9.10%'#bDF*-n70$D)(_6C>&03541%MYs0$@`q#@w,9.10d;R03"3#1Dbr!#@9D10$@U"30$5,903@R03D¬D1*-gs03@R031"$0 #&QV03@968,/#@`q#@6k;90$"3#&FDºD103@R*->868,9*->&08Jv,9.10F#&1"3#%Q768"$,'q#&41@R,9.br!#@9D10$@'#Qs0$@/68,9#&@æ j2ë\ ¥F@\ &çJ16FD,/.10"$#&%Q16"$,q#41@R,9.br!#&@RD103@_#&Qs0$@/68,9#&@_DF03@9*T>&0$D*-e254103;B,/*:#F\XÜjO:#f , ` h îUß >N;3S \ `7îUßq#&@ m l `7îUß l j\
DF\¤L*-1D©,9.10<&@R*:Dbr£Qs#*:o,/;Ôr!QV03@Br(6C>03O:0$1<,9. æ çU@R032541*:@R03%'03o,,9#Å6".1*-0$>&06HQ1.76;R0
R; Qs0$03D03@9@R#&@uO:0$;9;,9.76 \T¦KQs0$@9"30$o,q#@;9* ab,9.br!#@9D10$@u1#&1"$#&%Q16"$,+681D"3#&%'Q76"W,+"303Nr ,903@90$D68Q1Q1@9#Cab*:%68,9*:#&1;v,/#'6Un7@9;B,cD10$@9*T>6l,/*->0\
¦ \f_#&F;9*:DF03@v,9.10fq#O:O:#?(+*-1&03OTEVÛ æ ÝVçíuäÏæÝNí7$ÅÝbíP"BçHîUß æ ÝVçzíuäÏæ¥ÝNíh$ÝbíP"høÆÝNí)P çH1æ î[ßsç
æ Ýhçíuä
æÔ¦&¦CÝNíh$«¦=?ÝNí)P"hø~DÝNí)P
$
ÝNí)P T çH1æzî[ßsç
¤ *-1D,/.F0e%#ND1*-n103D(_6?>03541%UYV03@`q#&@U036".Æ#q+,/.10$;90;9".10$%0$;3\¬ÜjO:#,M,/.10e@R0C6Ou681D L *-%d6<*:76@BEQ768@R,/;M#qf` h îUßÆ>N;$\`7îUßÆq#@ ¹l `7î[ß l j\ãZ0$@9*->0,9.10d,!(v#AO:0C68D1*:1< ,903@9%';u*:e,9.10,/@94F1"C68,9*:#&0$@9@9#@+q#@u0C6".;9".10$%08\
Chapter 4 THE SEMI-DISCRETE APPROACH One strategy for obtaining nite-dierence approximations to a PDE is to start by dierencing the space derivatives only, without approximating the time derivative. In the following chapters, we proceed with an analysis making considerable use of this concept, which we refer to as the semi-discrete approach. Dierencing the space derivatives converts the basic PDE into a set of coupled ODE's. In the most general notation, these ODE's would be expressed in the form d~u = F~ (~u; t) (4.1) dt which includes all manner of nonlinear and time-dependent possibilities. On occasion, we use this form, but the rest of this chapter is devoted to a more specialized matrix notation described below. Another strategy for constructing a nite-dierence approximation to a PDE is to approximate all the partial derivatives at once. This generally leads to a point dierence operator (see Section 3.3.1) which, in turn, can be used for the time advance of the solution at any given point in the mesh. As an example let us consider the model equation for diusion @u = @ u @t @x Using three-point central-dierencing schemes for both the time and space derivatives, we nd 2 n n +un 3 ujn ; ujn; u ; 2 u j j; 5 4 j = 2h x or 2h hu n ; 2u n + u n i ujn = ujn; + (4.2) j j; x j 51 2
2
( +1)
(
1)
( ) +1
( )
( ) 1
2
( +1)
(
1)
2
( ) +1
( )
( ) 1
CHAPTER 4. THE SEMI-DISCRETE APPROACH
52
Clearly Eq. 4.2 is a dierence equation which can be used at the space point j to advance the value of u from the previous time levels n and n ; 1 to the level n + 1. It is a full discretization of the PDE. Note, however, that the spatial and temporal discretizations are separable. Thus, this method has an intermediate semi-discrete form and can be analyzed by the methods discussed in the next few chapters. Another possibility is to replace the value of ujn in the right hand side of Eq. 4.2 with the time average of u at that point, namely (ujn + ujn; )=2. This results in the formula ( )
( +1)
ujn
( +1)
2
0
un = ujn; + 2h 4ujn ; 2 @ j x (
1)
2
( ) +1
( +1)
(
1)
1
3
+ ujn; A n 5 + uj ; 2 (
1)
( ) 1
(4.3)
which can be solved for u n and time advanced at the point j . In this case, the spatial and temporal discretizations are not separable, and no semi-discrete form exists. Equation 4.2 is sometimes called Richardson's method of overlapping steps and Eq. 4.3 is referred to as the DuFort-Frankel method. As we shall see later on, there are subtle points to be made about using these methods to nd a numerical solution to the diusion equation. There are a number of issues concerning the accuracy, stability, and convergence of Eqs. 4.2 and 4.3 which we cannot comment on until we develop a framework for such investigations. We introduce these methods here only to distinguish between methods in which the temporal and spatial terms are discretized separately and those for which no such separation is possible. For the time being, we shall separate the space dierence approximations from the time dierencing. In this approach, we reduce the governing PDE's to ODE's by discretizing the spatial terms and use the well-developed theory of ODE solutions to aid us in the development of an analysis of accuracy and stability. ( +1)
4.1 Reduction of PDE's to ODE's 4.1.1 The Model ODE's First let us consider the model PDE's for diusion and biconvection described in Chapter 2. In these simple cases, we can approximate the space derivatives with dierence operators and express the resulting ODE's with a matrix formulation. This is a simple and natural formulation when the ODE's are linear.
4.1. REDUCTION OF PDE'S TO ODE'S
53
Model ODE for Diusion For example, using the 3-point central-dierencing scheme to represent the second derivative in the scalar PDE governing diusion leads to the following ODE diusion model d~u = B (1; ;2; 1)~u + (bc ~) (4.4) dt x ~ ) vector. with Dirichlet boundary conditions folded into the (bc 2
Model ODE for Biconvection The term biconvection was introduced in Section 2.3. It is used for the scalar convection model when the boundary conditions are periodic. In this case, the 3-point central-dierencing approximation produces the ODE model given by
d~u = ; a B (;1; 0; 1)~u (4.5) dt 2x p where the boundary condition vector is absent because the ow is periodic. Eqs. 4.4 and 4.5 are the model ODE's for diusion and biconvection of a scalar in one dimension. They are linear with coecient matrices which are independent of x and t.
4.1.2 The Generic Matrix Form
The generic matrix form of a semi-discrete approximation is expressed by the equation
d~u = A~u ; ~f (t) dt
(4.6)
Note that the elements in the matrix A depend upon both the PDE and the type of dierencing scheme chosen for the space terms. The vector ~f (t) is usually determined by the boundary conditions and possibly source terms. In general, even the Euler and Navier-Stokes equations can be expressed in the form of Eq. 4.6. In such cases the equations are nonlinear, that is, the elements of A depend on the solution ~u and are usually derived by nding the Jacobian of a ux vector. Although the equations are nonlinear, the linear analysis presented in this book leads to diagnostics that are surprisingly accurate when used to evaluate many aspects of numerical methods as they apply to the Euler and Navier-Stokes equations.
54
CHAPTER 4. THE SEMI-DISCRETE APPROACH
4.2 Exact Solutions of Linear ODE's
In order to advance Eq. 4.1 in time, the system of ODE's must be integrated using a time-marching method. In order to analyze time-marching methods, we will make use of exact solutions of coupled systems of ODE's, which exist under certain conditions. The ODE's represented by Eq. 4.1 are said to be linear if F is linearly dependent on u (i.e., if @F=@u = A where A is independent of u). As we have already pointed out, when the ODE's are linear they can be expressed in a matrix notation as Eq. 4.6 in which the coecient matrix, A, is independent of u. If A does depend explicitly on t, the general solution cannot be written; whereas, if A does not depend explicitly on t, the general solution to Eq. 4.6 can be written. This holds regardless of whether or not the forcing function, f~, depends explicitly on t. As we shall soon see, the exact solution of Eq. 4.6 can be written in terms of the eigenvalues and eigenvectors of A. This will lead us to a representative scalar equation for use in analyzing time-marching methods. These ideas are developed in the following sections.
4.2.1 Eigensystems of Semi-Discrete Linear Forms
Complete Systems An M M matrix is represented by a complete eigensystem if it has a complete set
of linearly independent eigenvectors (see Appendix A) . An eigenvector, ~xm , and its corresponding eigenvalue, m, have the property that A~xm = m~xm or [A ; mI]~xm = 0 (4.7) The eigenvalues are the roots of the equation det[A ; I] = 0 We form the right-hand eigenvector matrix of a complete system by lling its columns with the eigenvectors ~xm: h i X = ~x ; ~x : : : ; ~xM The inverse is the left-hand eigenvector matrix, and together they have the property that 1
2
X ; AX = 1
where is a diagonal matrix whose elements are the eigenvalues of A.
(4.8)
4.2. EXACT SOLUTIONS OF LINEAR ODE'S
55
Defective Systems If an M M matrix does not have a complete set of linearly independent eigenvectors,
it cannot be transformed to a diagonal matrix of scalars, and it is said to be defective. It can, however, be transformed to a diagonal set of blocks, some of which may be scalars (see Appendix A). In general, there exists some S which transforms any matrix A such that S ; AS = J where 2J 3 66 J 77 66 77 . .. J =6 77 64 Jm 5 ... and 2 1 3 m 1. 66 7 . . .. 7 . m 7 Jmn = 66 7 . . . 1 5 ... 4 m n The matrix J is said to be in Jordan canonical form, and an eigenvalue with multiplicity n within a Jordan block is said to be a defective eigenvalue. Defective systems play a role in numerical stability analysis. 1
1
2
( )
4.2.2 Single ODE's of First- and Second-Order First-Order Equations
The simplest nonhomogeneous ODE of interest is given by the single, rst-order equation du = u + aet (4.9) dt where , a, and are scalars, all of which can be complex numbers. The equation is linear because does not depend on u, and has a general solution because does not depend on t. It has a steady-state solution if the right-hand side is independent of t, i.e., if = 0, and is homogeneous if the forcing function is zero, i.e., if a = 0. Although it is quite simple, the numerical analysis of Eq. 4.9 displays many of the fundamental properties and issues involved in the construction and study of most popular time-marching methods. This theme will be developed as we proceed.
CHAPTER 4. THE SEMI-DISCRETE APPROACH
56
The exact solution of Eq. 4.9 is, for 6= , t ae u(t) = c ; where c is a constant determined by the initial conditions. In terms of the initial value of u, it can be written 1
et +
1
t ; et u(t) = u(0)et + a e ;
The interesting question can arise: What happens to the solution of Eq. 4.9 when = ? This is easily found by setting = + , solving, and then taking the limit as ! 0. Using this limiting device, we nd that the solution to
du = u + aet dt
(4.10)
is given by
u(t) = [u(0) + at]et As we shall soon see, this solution is required for the analysis of defective systems.
Second-Order Equations The homogeneous form of a second-order equation is given by
d u + a du + a u = 0 (4.11) dt dt where a and a are complex constants. Now we introduce the dierential operator D such that D dtd 2
1
2
1
0
0
and factor u(t) out of Eq. 4.11, giving
(D + a D + a ) u(t) = 0 2
1
0
The polynomial in D is referred to as a characteristic polynomial and designated P (D). Characteristic polynomials are fundamental to the analysis of both ODE's and OE's, since the roots of these polynomials determine the solutions of the equations. For ODE's, we often label these roots in order of increasing modulus as , , , m , 1
2
4.2. EXACT SOLUTIONS OF LINEAR ODE'S
57
, M . They are found by solving the equation P () = 0. In our simple example,
there would be two roots, and , determined from P () = + a + a = 0 (4.12) and the solution to Eq. 4.11 is given by u(t) = c e1 t + c e2 t (4.13) where c and c are constants determined from initial conditions. The proof of this is simple and is found by substituting Eq. 4.13 into Eq. 4.11. One nds the result c e1 t ( + a + a ) + c e2 t ( + a + a ) which is identically zero for all c , c , and t if and only if the 's satisfy Eq. 4.12. 1
2
2
1
0
1
1
2
2
1
2 1
1
1
1
0
2 2
2
1
2
0
2
4.2.3 Coupled First-Order ODE's A Complete System
A set of coupled, rst-order, homogeneous equations is given by u0 = a u + a u u0 = a u + a u (4.14) which can be written " # 0 a a ~u = A~u ; ~u = [u ; u ]T ; A = (aij ) = a a Consider the possibility that a solution is represented by u = c x e1 t + c x e2 t u = c x e1 t + c x e2 t (4.15) By substitution, these are indeed solutions to Eq. 4.14 if and only if " #" # " # " #" # " # a a x = x a a x x ; = (4.16) a a x x a a x x Notice that a higher-order equation can be reduced to a coupled set of rst-order equations by introducing a new set of dependent variables. Thus, by setting u = u0 ; u = u ; we nd Eq. 4.11 can be written u0 = ;a u ; a u u0 = u (4.17) which is a subset of Eq. 4.14. 1
11
1
12
2
2
21
1
22
2
1
11
12
11
21
22
21
2
1
1
11
2
12
2
1
21
2
22
1
11
11
12
12
21
21
22
22
1
1
2
2
1
1 1
0
2
11
12
21
22
2
12 22
CHAPTER 4. THE SEMI-DISCRETE APPROACH
58
A Derogatory System Eq. 4.15 is still a solution to Eq. 4.14 if = = , provided two linearly independent vectors exist to satisfy Eq. 4.16 with A = . In this case 1
01 1 0 0 = 0
2
0 0 0 0 1 = 1
and
provide such a solution. This is the case where A has a complete set of eigenvectors and is not defective.
A Defective System If A is defective, then it can be represented by the Jordan canonical form
"
# " #" # u0 = 0 u u0 1 u 1
1
2
2
(4.18)
whose solution is not obvious. However, in this case, one can solve the top equation rst, giving u (t) = u (0)et . Then, substituting this result into the second equation, one nds du = u + u (0)et dt which is identical in form to Eq. 4.10 and has the solution 1
1
2
2
1
u (t) = [u (0) + u (0)t]et 2
2
1
From this the reader should be able to verify that
u (t) = a + bt + ct et 2
3
is a solution to
2 03 2 32 3 u 64 u0 75 = 64 1 75 64 uu 75 u0 1 u 1
1
2
2
3
3
if
a = u (0) ; b = u (0) ; c = 21 u (0) The general solution to such defective systems is left as an exercise. 3
2
1
(4.19)
4.2. EXACT SOLUTIONS OF LINEAR ODE'S
59
4.2.4 General Solution of Coupled ODE's with Complete Eigensystems Let us consider a set of coupled, nonhomogeneous, linear, rst-order ODE's with constant coecients which might have been derived by space dierencing a set of PDE's. Represent them by the equation
d~u = A~u ; ~f (t) (4.20) dt Our assumption is that the M M matrix A has a complete eigensystem and can be transformed by the left and right eigenvector matrices, X ; and X , to a diagonal matrix having diagonal elements which are the eigenvalues of A, see Section 4.2.1. Now let us multiply Eq. 4.20 from the left by X ; and insert the identity combination XX ; = I between A and ~u. There results ~ X ; ddtu = X ; AX X ; ~u ; X ; ~f (t) (4.21) Since A is independent of both ~u and t, the elements in X ; and X are also independent of both ~u and t, and Eq. 4.21 can be modi ed to 1
1
1
1
1
1
1
1
1
d X ; ~u = X ; ~u ; X ; ~f (t) dt Finally, by introducing the new variables w~ and ~g such that 1
1
1
w~ = X ; ~u ; ~g(t) = X ; ~f (t) 1
1
(4.22)
we reduce Eq. 4.20 to a new algebraic form
dw~ = w~ ; ~g(t) (4.23) dt It is important at this point to review the results of the previous paragraph. Notice that Eqs. 4.20 and 4.23 are expressing exactly the same equality. The only dierence between them was brought about by algebraic manipulations which regrouped the variables. However, this regrouping is crucial for the solution process because Eqs. In the following, we exclude defective systems, not because they cannot be analyzed (the example at the conclusion of the previous section proves otherwise), but because they are only of limited interest in the general development of our theory. 1
60
CHAPTER 4. THE SEMI-DISCRETE APPROACH
4.23 are no longer coupled. They can be written line by line as a set of independent, single, rst-order equations, thus
w0 = w ; g (t) ... wm0 = mwm ; gm (t) ... wM0 = M wM ; gM (t) 1
1
1
1
(4.24)
For any given set of gm (t) each of these equations can be solved separately and then recoupled, using the inverse of the relations given in Eqs. 4.22: ~u(t) = X w~ (t) =
M X
m=1
wm(t)~xm
(4.25)
where ~xm is the m'th column of X , i.e., the eigenvector corresponding to m . We next focus on the very important subset of Eq. 4.20 when neither A nor ~f has any explicit dependence on t. In such a case, the gm in Eqs. 4.23 and 4.24 are also time invariant and the solution to any line in Eq. 4.24 is wm (t) = cm em t + 1 gm m where the cm are constants that depend on the initial conditions. Transforming back to the u-system gives ~u(t) = X w~ (t) =
M X
m=1 M X
wm(t)~xm
M 1 X gm~xm m m m M X = cm em t ~xm + X ; X ; ~f
=
=1
cm em t ~xm +
=1
1
=
m=1 M X m=1
|
1
cm em t ~xm + A; ~f 1
{z
Transient
} |
{z
}
Steady-state
(4.26)
4.3. REAL SPACE AND EIGENSPACE
61
Note that the steady-state solution is A; ~f , as might be expected. The rst group of terms on the right side of this equation is referred to classically as the complementary solution or the solution of the homogeneous equations. The second group is referred to classically as the particular solution or the particular integral. In our application to uid dynamics, it is more instructive to refer to these groups as the transient and steady-state solutions, respectively. An alternative, but entirely equivalent, form of the solution is ~u(t) = c e1 t ~x + + cmem t ~xm + + cM eM t ~xM + A; ~f (4.27) 1
1
1
1
4.3 Real Space and Eigenspace 4.3.1 De nition
Following the semi-discrete approach discussed in Section 4.1, we reduce the partial dierential equations to a set of ordinary dierential equations represented by the generic form d~u = A~u ; ~f (4.28) dt The dependent variable ~u represents some physical quantity or quantities which relate to the problem of interest. For the model problems on which we are focusing most of our attention, the elements of A are independent of both u and t. This permits us to say a great deal about such problems and serves as the basis for this section. In particular, we can develop some very important and fundamental concepts that underly the global properties of the numerical solutions to the model problems. How these relate to the numerical solutions of more practical problems depends upon the problem and, to a much greater extent, on the cleverness of the relator. We begin by developing the concept of \spaces". That is, we identify dierent mathematical reference frames (spaces) and view our solutions from within each. In this way, we get dierent perspectives of the same solution, and this can add signi cantly to our understanding. The most natural reference frame is the physical one. We say If a solution is expressed in terms of ~u, it is said to be in real space. There is, however, another very useful frame. We saw in Sections 4.2.1 and 4.2 that pre- and post-multiplication of A by the appropriate similarity matrices transforms A into a diagonal matrix, composed, in the most general case, of Jordan blocks or, in the
62
CHAPTER 4. THE SEMI-DISCRETE APPROACH
simplest nondefective case, of scalars. Following Section 4.2 and, for simplicity, using only complete systems for our examples, we found that Eq. 4.28 had the alternative form dw~ = w~ ; ~g dt which is an uncoupled set of rst-order ODE's that can be solved independently for the dependent variable vector w~ . We say If a solution is expressed in terms of w~ , it is said to be in eigenspace (often referred to as wave space). The relations that transfer from one space to the other are:
w~ = X ; ~u ~g = X ; ~f 1 1
~u = X w~ ~f = X~g
The elements of ~u relate directly to the local physics of the problem. However, the elements of w~ are linear combinations of all of the elements of ~u, and individually they have no direct local physical interpretation. When the forcing function ~f is independent of t, the solutions in the two spaces are represented by ~u(t) = X cm em t ~xm + X ; X ; ~f and wm(t) = cm em t + 1 gm ; m = 1; 2; ; M m for real space and eigenspace, respectively. At this point we make two observations: 1
1
1. the transient portion of the solution in real space consists of a linear combination of contributions from each eigenvector, and 2. the transient portion of the solution in eigenspace provides the weighting of each eigenvector component of the transient solution in real space.
4.3.2 Eigenvalue Spectrums for Model ODE's
It is instructive to consider the eigenvalue spectrums of the ODE's formulated by central dierencing the model equations for diusion and biconvection. These model ODE's are presented in Section 4.1. Equations for the eigenvalues of the simple
4.3. REAL SPACE AND EIGENSPACE
63
tridiagonals, B (M : a; b; c) and Bp(M : a; b; c), are given in Appendix B. From Section B.1, we nd for the model diusion equation with Dirichlet boundary conditions m m = ;2 + 2 cos M + 1 x ! m ; 4 ; m = 1; 2; ; M (4.29) sin = 2(M + 1) x and, from Section B.4, for the model biconvection equation 2m ; ia m = x sin M m = 0; 1; ; M ; 1 2
2
2
where
= ;im a
m = 0; 1; ; M ; 1
m x m = sin x
(4.30)
m = 0; 1; ; M ; 1
(4.31)
is the modi ed wavenumber from Section 3.5, m = m, and x = 2=M . Notice that the diusion eigenvalues are real and negative while those representing periodic convection are all pure imaginary. The interpretation of this result plays a very important role later in our stability analysis.
4.3.3 Eigenvectors of the Model Equations
Next we consider the eigenvectors of the two model equations. These follow as special cases from the results given in Appendix B.
The Diusion Model Consider Eq. 4.4, the model ODE's for diusion. First, to help visualize the matrix structure, we present results for a simple 4-point mesh and then we give the general case. The right-hand eigenvector matrix X is given by 2 sin (x ) sin (2x ) sin (3x ) sin (4x ) 3 66 sin (x ) sin (2x ) sin (3x ) sin (4x ) 77 64 sin (x ) sin (2x ) sin (3x ) sin (4x ) 75 sin (x ) sin (2x ) sin (3x ) sin (4x ) The columns of the matrix are proportional to the eigenvectors. Recall that xj = j x = j=(M + 1), so in general the relation ~u = X w~ can be written as
uj =
1
1
1
1
2
2
2
2
3
3
3
3
4
4
4
4
M X
m=1
wm sin mxj ; j = 1; 2; ; M
(4.32)
CHAPTER 4. THE SEMI-DISCRETE APPROACH
64
For the inverse, or left-hand eigenvector matrix X ; , we nd 1
2 sin (x ) 66 sin (2x ) 64 sin (3x ) sin (4x )
sin (x ) sin (2x ) sin (3x ) sin (4x )
1
2
1
2
1
2
1
2
sin (x ) sin (2x ) sin (3x ) sin (4x ) 3
3 3 3
sin (x ) 3 sin (2x ) 777 sin (3x ) 5 sin (4x ) 4
4 4 4
The rows of the matrix are proportional to the eigenvectors. In general w~ = X ; ~u gives 1
wm =
M X j =1
uj sin mxj ; m = 1; 2; ; M
(4.33)
In the eld of harmonic analysis, Eq. 4.33 represents a sine transform of the function u(x) for an M -point sample between the boundaries x = 0 and x = with the condition u(0) = u() = 0. Similarly, Eq. 4.32 represents the sine synthesis that companions the sine transform given by Eq. 4.33. In summary, For the model diusion equation:
w~ = X ; ~u is a sine transform from real space to (sine) wave space. ~u = X w~ is a sine synthesis from wave space back to real space. 1
The Biconvection Model Next consider the model ODE's for periodic convection, Eq. 4.5. The coecient matrices for these ODE's are always circulant. For our model ODE, the right-hand eigenvectors are given by
~xm = ei j
m=M ) ;
(2
j = 0; 1; ; M ; 1 m = 0; 1; ; M ; 1
With xj = j x = j 2=M , we can write ~u = X w~ as
uj =
MX ;1 m=0
wmeimxj ; j = 0; 1; ; M ; 1
(4.34)
4.3. REAL SPACE AND EIGENSPACE
65
For a 4-point periodic mesh, we nd the following left-hand eigenvector matrix from Appendix B.4:
2w 66 w 64 w w
1 2 3 4
3 21 1 1 1 77 1 66 1 e; i= e; i= e; i= 75 = 4 64 1 e; i= e; i= e; i= 1 e; i= e; i= e; i=
In general
2
4
4
4
6
4
4
8
4
12
4
6
4
12
18
4
4
4
32u 77 66 u 75 64 u u
1 2 3
3 77 75 = X ; ~u 1
4
MX ; 1 wm = M uj e;imxj ; m = 0; 1; ; M ; 1 j This equation is identical to a discrete Fourier transform of the periodic dependent variable ~u using an M -point sample between and including x = 0 and x = 2 ; x. For circulant matrices, it is straightforward to establish the fact that the relation ~u = X w~ represents the Fourier synthesis of the variable w~ back to ~u. In summary, 1
=0
For any circulant system:
w~ = X ; ~u is a complex Fourier transform from real space to wave space. ~u = X w~ is a complex Fourier synthesis from wave space back to real space. 1
4.3.4 Solutions of the Model ODE's
We can now combine the results of the previous sections to write the solutions of our model ODE's.
The Diusion Equation For the diusion equation, Eq. 4.27 becomes
uj (t) = where
M X m=1
cmem t sin mxj + (A; f )j ; 1
j = 1; 2; ; M
4 sin m m = ; 2(M + 1) x 2
2
!
(4.35)
(4.36)
CHAPTER 4. THE SEMI-DISCRETE APPROACH
66
With the modi ed wavenumber de ned as m x 2 m = x sin 2 and using m = m, we can write the ODE solution as
uj (t) =
M X m=1
cme;m 2t sin m xj + (A; f )j ; 1
(4.37)
j = 1; 2; ; M
(4.38)
This can be compared with the exact solution to the PDE, Eq. 2.37, evaluated at the nodes of the grid:
uj (t) =
M X m=1
cm e;m2 t sin m xj + h(xj );
j = 1; 2; ; M
(4.39)
We see that the solutions are identical except for the steady solution and the modi ed wavenumber in the transient term. The modi ed wavenumber is an approximation to the actual wavenumber. The dierence between the modi ed wavenumber and the actual wavenumber depends on the dierencing scheme and the grid resolution. This dierence causes the various modes (or eigenvector components) to decay at rates which dier from the exact solution. With conventional dierencing schemes, low wavenumber modes are accurately represented, while high wavenumber modes (if they have signi cant amplitudes) can have large errors.
The Convection Equation For the biconvection equation, we obtain
uj (t) =
MX ;1 m=0
cmem t eimxj ;
j = 0; 1; ; M ; 1
(4.40)
where
m = ;im a
(4.41)
with the modi ed wavenumber de ned in Eq. 4.31. We can write this ODE solution as
uj (t) =
MX ;1 m=0
cme;im at eimxj ;
j = 0; 1; ; M ; 1
(4.42)
4.4. THE REPRESENTATIVE EQUATION
67
and compare it to the exact solution of the PDE, Eq. 2.26, evaluated at the nodes of the grid: MX ; uj (t) = fm (0)e;imat eim xj ; j = 0; 1; ; M ; 1 (4.43) 1
m=0
Once again the dierence appears through the modi ed wavenumber contained in m. As discussed in Section 3.5, this leads to an error in the speed with which various modes are convected, since is real. Since the error in the phase speed depends on the wavenumber, while the actual phase speed is independent of the wavenumber, the result is erroneous numerical dispersion. In the case of non-centered dierencing, discussed in Chapter 11, the modi ed wavenumber is complex. The form of Eq. 4.42 shows that the imaginary portion of the modi ed wavenumber produces nonphysical decay or growth in the numerical solution.
4.4 The Representative Equation In Section 4.3, we pointed out that Eqs. 4.20 and 4.23 express identical results but in terms of dierent groupings of the dependent variables, which are related by algebraic manipulation. This leads to the following important concept: The numerical solution to a set of linear ODE's (in which A is not a function of t) is entirely equivalent to the solution obtained if the equations are transformed to eigenspace, solved there in their uncoupled form, and then returned as a coupled set to real space. The importance of this concept resides in its message that we can analyze timemarching methods by applying them to a single, uncoupled equation and our conclusions will apply in general. This is helpful both in analyzing the accuracy of time-marching methods and in studying their stability, topics which are covered in Chapters 6 and 7. Our next objective is to nd a \typical" single ODE to analyze. We found the uncoupled solution to a set of ODE's in Section 4.2. A typical member of the family is dwm = w ; g (t) (4.44) m m m dt The goal in our analysis is to study typical behavior of general situations, not particular problems. For such a purpose Eq. 4.44 is not quite satisfactory. The role of m is clear; it stands for some representative eigenvalue in the original A matrix. However,
CHAPTER 4. THE SEMI-DISCRETE APPROACH
68
the question is: What should we use for gm(t) when the time dependence cannot be ignored? To answer this question, we note that, in principle, one can express any one of the forcing terms gm(t) as a nite Fourier series. For example X ;g(t) = ak eikt for which Eq. 4.44 has the exact solution:
k
X ak eikt k ik ; From this we can extract the k'th term and replace ik with . This leads to w(t) = cet +
The Representative ODE dw = w + aet dt
(4.45)
which can be used to evaluate all manner of time-marching methods. In such evaluations the parameters and must be allowed to take the worst possible combination of values that might occur in the ODE eigensystem. The exact solution of the representative ODE is (for 6= ): t (4.46) w(t) = cet + ae;
4.5 Problems 1. Consider the nite-dierence operator derived in question 1 of Chapter 3. Using this operator to approximate the spatial derivative in the linear convection equation, write the semi-discrete form obtained with periodic boundary conditions on a 5-point grid (M = 5). 2. Consider the application of the operator given in Eq. 3.52 to the 1-D diusion equation with Dirichlet boundary conditions. Write the resulting semi-discrete ODE form. Find the entries in the boundary-condition vector. 3. Write the semi-discrete form resulting from the application of second-order centered dierences to the following equation on the domain 0 x 1 with boundary conditions u(0) = 0, u(1) = 1: @u = @ u ; 6x @t @x 2
2
4.5. PROBLEMS
69
4. Consider a grid with 10 interior points spanning the domain 0 x . For initial conditions u(x; 0) = sin(mx) and boundary conditions u(0; t) = u(; t) = 0, plot the exact solution of the diusion equation with = 1 at t = 1 with m = 1 and m = 3. (Plot the solution at the grid nodes only.) Calculate the corresponding modi ed wavenumbers for the second-order centered operator from Eq. 4.37. Calculate and plot the corresponding ODE solutions. 5. Consider the matrix
A = ;Bp(10; ;1; 0; 1)=(2x) corresponding to the ODE form of the biconvection equation resulting from the application of second-order central dierencing on a 10-point grid. Note that the domain is 0 x 2 and x = 2=10. The grid nodes are given by xj = j x; j = 0; 1; : : : 9. The eigenvalues of the above matrix A, as well as the matrices X and X ; , can be found from Appendix B.4. Using these, compute and plot the ODE solution at t = 2 for the initial condition u(x; 0) = sin x. Compare with the exact solution of the PDE. Calculate the numerical phase speed from the modi ed wavenumber corresponding to this initial condition and show that it is consistent with the ODE solution. Repeat for the initial condition u(x; 0) = sin 2x. 1
70
CHAPTER 4. THE SEMI-DISCRETE APPROACH
Chapter 5 FINITE-VOLUME METHODS In Chapter 3, we saw how to derive nite-dierence approximations to arbitrary derivatives. In Chapter 4, we saw that the application of a nite-dierence approximation to the spatial derivatives in our model PDE's produces a coupled set of ODE's. In this Chapter, we will show how similar semi-discrete forms can be derived using nite-volume approximations in space. Finite-volume methods have become popular in CFD as a result, primarily, of two advantages. First, they ensure that the discretization is conservative, i.e., mass, momentum, and energy are conserved in a discrete sense. While this property can usually be obtained using a nite-dierence formulation, it is obtained naturally from a nite-volume formulation. Second, nitevolume methods do not require a coordinate transformation in order to be applied on irregular meshes. As a result, they can be applied on unstructured meshes consisting of arbitrary polyhedra in three dimensions or arbitrary polygons in two dimensions. This increased exibility can be used to great advantage in generating grids about arbitrary geometries. Finite-volume methods are applied to the integral form of the governing equations, either in the form of Eq. 2.1 or Eq. 2.2. Consistent with our emphasis on semi-discrete methods, we will study the latter form, which is
d Z QdV + I n:FdS = Z PdV dt V (t) S (t) V (t)
(5.1)
We will begin by presenting the basic concepts which apply to nite-volume strategies. Next we will give our model equations in the form of Eq. 5.1. This will be followed by several examples which hopefully make these concepts clear. 71
72
5.1 Basic Concepts
CHAPTER 5. FINITE-VOLUME METHODS
The basic idea of a nite-volume method is to satisfy the integral form of the conservation law to some degree of approximation for each of many contiguous control volumes which cover the domain of interest. Thus the volume V in Eq. 5.1 is that of a control volume whose shape is dependent on the nature of the grid. In our examples, we will consider only control volumes which do not vary with time. Examining Eq. 5.1, we see that several approximations must be made. The ux is required at the boundary of the control volume, which is a closed surface in three dimensions and a closed contour in two dimensions. This ux must then be integrated to nd the net
ux through the boundary. Similarly, the source term P must be integrated over the control volume. Next a time-marching method1 can be applied to nd the value of Z
V
QdV
(5.2)
at the next time step. Let us consider these approximations in more detail. First, we note that the average value of Q in a cell with volume V is Z 1 Q V QdV
V
(5.3)
and Eq. 5.1 can be written as I Z V dtd Q + S n:FdS = V PdV
(5.4)
for a control volume which does not vary with time. Thus after applying a timemarching method, we have updated values of the cell-averaged quantities Q . In order to evaluate the uxes, which are a function of Q, at the control-volume boundary, Q can be represented within the cell by some piecewise approximation which produces the correct value of Q . This is a form of interpolation often referred to as reconstruction. As we shall see in our examples, each cell will have a dierent piecewise approximation to Q. When these are used to calculate F(Q), they will generally produce dierent approximations to the ux at the boundary between two control volumes, that is, the ux will be discontinuous. A nondissipative scheme analogous to centered dierencing is obtained by taking the average of these two uxes. Another approach known as ux-dierence splitting is described in Chapter 11. The basic elements of a nite-volume method are thus the following: 1
Time-marching methods will be discussed in the next chapter.
5.2. MODEL EQUATIONS IN INTEGRAL FORM
73
1. Given the value of Q for each control volume, construct an approximation to Q(x; y; z) in each control volume. Using this approximation, nd Q at the control-volume boundary. Evaluate F(Q) at the boundary. Since there is a distinct approximation to Q(x; y; z) in each control volume, two distinct values of the ux will generally be obtained at any point on the boundary between two control volumes. 2. Apply some strategy for resolving the discontinuity in the ux at the controlvolume boundary to produce a single value of F(Q) at any point on the boundary. This issue is discussed in Section 11.4.2. 3. Integrate the ux to nd the net ux through the control-volume boundary using some sort of quadrature. 4. Advance the solution in time to obtain new values of Q . The order of accuracy of the method is dependent on each of the approximations. These ideas should be clari ed by the examples in the remainder of this chapter. In order to include diusive uxes, the following relation between rQ and Q is sometimes used: Z I rQdV = nQdS (5.5) or, in two dimensions,
V
Z
S
I
A
rQdA = C nQdl
(5.6)
where the unit vector n points outward from the surface or contour.
5.2 Model Equations in Integral Form 5.2.1 The Linear Convection Equation A two-dimensional form of the linear convection equation can be written as
@u + a cos @u + a sin @u = 0 @t @x @y
(5.7)
This PDE governs a simple plane wave convecting the scalar quantity, u(x; y; t) with speed a along a straight line making an angle with respect to the x-axis. The one-dimensional form is recovered with = 0.
CHAPTER 5. FINITE-VOLUME METHODS
74
For unit speed a, the two-dimensional linear convection equation is obtained from the general divergence form, Eq. 2.3, with
Q = u F = iu cos + ju sin P = 0
(5.8) (5.9) (5.10)
Since Q is a scalar, F is simply a vector. Substituting these expressions into a twodimensional form of Eq. 2.2 gives the following integral form
d Z udA + I n:(iu cos + ju sin )ds = 0 dt A C
(5.11)
where A is the area of the cell which is bounded by the closed contour C .
5.2.2 The Diusion Equation
The integral form of the two-dimensional diusion equation with no source term and unit diusion coecient is obtained from the general divergence form, Eq. 2.3, with
Q = u F = ;ru ! @u @u = ; i @x + j @y P = 0 Using these, we nd
(5.12) (5.13) (5.14) (5.15) !
d Z udA = I n: i @u + j @u ds dt A @x @y C
(5.16)
to be the integral form of the two-dimensional diusion equation.
5.3 One-Dimensional Examples We restrict our attention to a scalar dependent variable u and a scalar ux f , as in the model equations. We consider an equispaced grid with spacing x. The nodes of the grid are located at xj = j x as usual. Control volume j extends from xj ; x=2 to xj + x=2, as shown in Fig. 5.1. We will use the following notation:
xj;1=2 = xj ; x=2;
xj+1=2 = xj + x=2
(5.17)
5.3. ONE-DIMENSIONAL EXAMPLES
75 j+1/2
j-1/2 ∆ x
j-2
j-1
j L
R
j+1 L
j+2
R
Figure 5.1: Control volume in one dimension.
uj1=2 = u(xj1=2);
fj1=2 = f (uj1=2)
With these de nitions, the cell-average value becomes Z xj +1=2 1 uj (t) x x u(x; t)dx j ;1=2 and the integral form becomes
(5.18) (5.19)
Z xj +1=2 d (xu ) + f ; f = Pdx (5.20) j j +1=2 j ;1=2 dt xj;1=2 Now with = x ; xj , we can expand u(x) in Eq. 5.19 in a Taylor series about xj (with t xed) to get 2 3 ! Z x=2 2 @2u ! 3 @3u ! @u 1 uj x ;x=2 4uj + @x + 2 @x2 + 6 @x3 + : : :5 d j j j ! ! 2 2 4 4 x @ u + O(x6 ) = uj + 24x @@xu2 + 1920 (5.21) @x4 j j
or
uj = uj + O(x2)
(5.22) where uj is the value at the center of the cell. Hence the cell-average value and the value at the center of the cell dier by a term of second order.
5.3.1 A Second-Order Approximation to the Convection Equation In one dimension, the integral form of the linear convection equation, Eq. 5.11, becomes (5.23) x ddtuj + fj+1=2 ; fj;1=2 = 0
76
CHAPTER 5. FINITE-VOLUME METHODS
with f = u. We choose a piecewise constant approximation to u(x) in each cell such that u(x) = uj xj;1=2 x xj+1=2 (5.24) Evaluating this at j + 1=2 gives fjL+1=2 = f (uLj+1=2) = uLj+1=2 = uj (5.25) where the L indicates that this approximation to fj+1=2 is obtained from the approximation to u(x) in the cell to the left of xj+1=2 , as shown in Fig. 5.1. The cell to the right of xj +1=2, which is cell j + 1, gives fjR+1=2 = uj+1 (5.26) Similarly, cell j is the cell to the right of xj;1=2 , giving fjR;1=2 = uj (5.27) and cell j ; 1 is the cell to the left of xj;1=2, giving fjL;1=2 = uj;1 (5.28) We have now accomplished the rst step from the list in Section 5.1; we have de ned the uxes at the cell boundaries in terms of the cell-average data. In this example, the discontinuity in the ux at the cell boundary is resolved by taking the average of the uxes on either side of the boundary. Thus f^j+1=2 = 21 (fjL+1=2 + fjR+1=2) = 12 (uj + uj+1) (5.29) and f^j;1=2 = 21 (fjL;1=2 + fjR;1=2) = 12 (uj;1 + uj ) (5.30) where f^ denotes a numerical ux which is an approximation to the exact ux. Substituting Eqs. 5.29 and 5.30 into the integral form, Eq. 5.23, we obtain x ddtuj + 21 (uj + uj+1) ; 12 (uj;1 + uj ) = x ddtuj + 12 (uj+1 ; uj;1) = 0 (5.31) With periodic boundary conditions, this point operator produces the following semidiscrete form: d~u = ; 1 B (;1; 0; 1)~u (5.32) dt 2x p
5.3. ONE-DIMENSIONAL EXAMPLES
77
This is identical to the expression obtained using second-order centered dierences, except it is written in terms of the cell average ~u, rather than the nodal values, ~u. Hence our analysis and understanding of the eigensystem of the matrix Bp(;1; 0; 1) is relevant to nite-volume methods as well as nite-dierence methods. Since the eigenvalues of Bp(;1; 0; 1) are pure imaginary, we can conclude that the use of the average of the uxes on either side of the cell boundary, as in Eqs. 5.29 and 5.30, can lead to a nondissipative nite-volume method.
5.3.2 A Fourth-Order Approximation to the Convection Equation Let us replace the piecewise constant approximation in Section 5.3.1 with a piecewise quadratic approximation as follows u( ) = a 2 + b + c (5.33) where is again equal to x ; xj . The three parameters a, b, and c are chosen to satisfy the following constraints: 1 Z ;x=2 u( )d = u j ;1 x ;3x=2 1 Z x=2 u( )d = u j x ;x=2
These constraints lead to
(5.34)
1 Z 3x=2 u( )d = u j +1 x x=2 2uj + uj;1 a = uj+1 ;2 x2
; uj;1 b = uj+12 x
(5.35)
uj ; uj+1 c = ;uj;1 + 26 24 With these values of a, b, and c, the piecewise quadratic approximation produces
the following values at the cell boundaries: uLj+1=2 = 16 (2uj+1 + 5uj ; uj;1)
(5.36)
78
CHAPTER 5. FINITE-VOLUME METHODS uRj;1=2 = 16 (;uj+1 + 5uj + 2uj;1)
(5.37)
uRj+1=2 = 16 (;uj+2 + 5uj+1 + 2uj )
(5.38)
uLj;1=2 = 61 (2uj + 5uj;1 ; uj;2)
(5.39)
using the notation de ned in Section 5.3.1. Recalling that f = u, we again use the average of the uxes on either side of the boundary to obtain f^j+1=2 = 12 [f (uLj+1=2) + f (uRj+1=2)] 1 (;u + 7u + 7u ; u ) (5.40) = 12 j +2 j +1 j j ;1 and
f^j;1=2 = 21 [f (uLj;1=2) + f (uRj;1=2)] = 1 (;uj+1 + 7uj + 7uj;1 ; uj;2) 12
(5.41)
Substituting these expressions into the integral form, Eq. 5.23, gives 1 (;u + 8u ; 8u + u ) = 0 x ddtuj + 12 (5.42) j +2 j +1 j ;1 j ;2 This is a fourth-order approximation to the integral form of the equation, as can be veri ed using Taylor series expansions (see question 1 at the end of this chapter). With periodic boundary conditions, the following semi-discrete form is obtained: d~u = ; 1 B (1; ;8; 0; 8; ;1)~u (5.43) dt 12x p This is a system of ODE's governing the evolution of the cell-average data.
5.3.3 A Second-Order Approximation to the Diusion Equation
In this section, we describe two approaches to deriving a nite-volume approximation to the diusion equation. The rst approach is simpler to extend to multidimensions, while the second approach is more suited to extension to higher order accuracy.
5.3. ONE-DIMENSIONAL EXAMPLES
79
In one dimension, the integral form of the diusion equation, Eq. 5.16, becomes ;f =0 (5.44) x duj + f j +1=2
dt
j ;1=2
with f = ;ru = ;@u=@x. Also, Eq. 5.6 becomes Zb
a
@u dx = u(b) ; u(a) @x
(5.45)
We can thus write the following expression for the average value of the gradient of u over the interval xj x xj+1: 1 Z xj+1 @u dx = 1 (u ; u ) (5.46) x xj @x x j+1 j From Eq. 5.22, we know that the value of a continuous function at the center of a given interval is equal to the average value of the function over the interval to second-order accuracy. Hence, to second-order, we can write ! @u f^j+1=2 = ; @x = ; 1 (uj+1 ; uj ) (5.47) x j +1=2 Similarly,
f^j;1=2 = ; 1x (uj ; uj;1)
(5.48)
@u = @u = 2a + b @x @
(5.51)
Substituting these into the integral form, Eq. 5.44, we obtain x duj = 1 (uj;1 ; 2uj + uj+1) (5.49) dt x or, with Dirichlet boundary conditions, d~u = 1 B (1; ;2; 1)~u + b~c (5.50) dt x2 This provides a semi-discrete nite-volume approximation to the diusion equation, and we see that the properties of the matrix B (1; ;2; 1) are relevant to the study of nite-volume methods as well as nite-dierence methods. For our second approach, we use a piecewise quadratic approximation as in Section 5.3.2. From Eq. 5.33 we have
80
CHAPTER 5. FINITE-VOLUME METHODS
with a and b given in Eq. 5.35. With f = ;@u=@x, this gives fjR+1=2 = fjL+1=2 = ; 1x (uj+1 ; uj )
fjR;1=2 = fjL;1=2 = ; 1x (uj ; uj;1)
(5.52) (5.53)
Notice that there is no discontinuity in the ux at the cell boundary. This produces duj = 1 (u ; 2u + u ) (5.54) j j +1 dt x2 j;1 which is identical to Eq. 5.49. The resulting semi-discrete form with periodic boundary conditions is d~u = 1 B (1; ;2; 1)~u (5.55) dt x2 p which is written entirely in terms of cell-average data.
5.4 A Two-Dimensional Example The above one-dimensional examples of nite-volume approximations obscure some of the practical aspects of such methods. Thus our nal example is a nite-volume approximation to the two-dimensional linear convection equation on a grid consisting of regular triangles, as shown in Figure 5.2. As in Section 5.3.1, we use a piecewise constant approximation in each control volume and the ux at the control volume boundary is the average of the uxes obtained on either side of the boundary. The nodal data are stored at the vertices of the triangles formed by the grid. The control volumes are regular hexagons with area A, is the length of the sides of the triangles, and ` is the length of the sides of the hexagons. The following relations hold between `, , and A. ` = p1 p3 A = 3 2 3 `2 ` = 2 (5.56) A 3 The two-dimensional form of the conservation law is
d Z QdA + I n:Fdl = 0 dt A C
(5.57)
5.4. A TWO-DIMENSIONAL EXAMPLE
81
c
b
2 3
p
1
l
d
a
∆
4
0 5
e
f
Figure 5.2: Triangular grid. where we have ignored the source term. The contour in the line integral is composed of the sides of the hexagon. Since these sides are all straight, the unit normals can be taken outside the integral and the ux balance is given by Z 5 d Z Q dA + X n Fdl = 0 dt A =0
where indexes a side of the hexagon, as shown in Figure 5.2. A list of the normals for the mesh orientation shown is given in Table 5.1. Side; Outward Normal; n 0 1 2 3 4 5
p
(i ; 3 j)=2 pi (i + p3 j)=2 (;i + 3 j)=2 ;pi (;i ; 3 j)=2
Table 5.1. Outward normals, see Fig. 5.2. i and j are unit normals along x and y, respectively.
CHAPTER 5. FINITE-VOLUME METHODS
82
For Eq. 5.11, the two-dimensional linear convection equation, we have for side Z
n Fdl = n (i cos + j sin )
Z `=2
;`=2
u ( )d
(5.58)
where is a length measured from the middle of a side . Making the change of variable z = =`, one has the expression Z `=2
Z 1=2
u( )d = ` ;1=2 u(z)dz (5.59) Then, in terms of u and the hexagon area A, we have " Z # 5 1=2 d Z u dA + X n (i cos + j sin ) ` u(z)dz = 0 (5.60) dt A ;1=2 =0 The values of n (i cos + j sin ) are given by the expressions in Table 5.2. There ;`=2
are no numerical approximations in Eq. 5.60. That is, if the integrals in the equation are evaluated exactly, the integrated time rate of change of the integral of u over the area of the hexagon is known exactly. Side; n (i cos + j sin )
p
(cos ; 3 sin )=2 cos p (cos + p3 sin )=2 (; cos + 3 sin )=2 ; cos p (; cos ; 3 sin )=2
0 1 2 3 4 5
Table 5.2. Weights of ux integrals, see Eq. 5.60. Introducing the cell average, Z
A
u dA = Aup
(5.61)
and the piecewise-constant approximation u = up over the entire hexagon, the approximation to the ux integral becomes trivial. Taking the average of the ux on either side of each edge of the hexagon gives for edge 1: Z 1=2 Z u + u p a dz = up + ua u (z)dz = (5.62) 2 ;1=2 2 1
5.5. PROBLEMS
83
Similarly, we have for the other ve edges: Z
u (z)dz = up +2 ub 2
Z Z
(5.63)
u (z)dz = up +2 uc 3
(5.64)
u (z)dz = up +2 ud 4
(5.65)
Z
u (z)dz = up +2 ue 5
(5.66)
u (z)dz = up +2 uf 0
(5.67)
dup + 1 [(2 cos )(u ; u ) + (cos + p3 sin )(u ; u ) a d b e dt 3 p +(; cos + 3 sin )(uc ; uf )] = 0
(5.69)
Z
Substituting these into Eq. 5.60, along with the expressions in Table 5.2, we obtain p A ddtup + 2` [(2 cos )(ua ; ud) + (cos + 3 sin )(ub ; ue) p +(; cos + 3 sin )(uc ; uf )] = 0 (5.68) or
The reader can verify, using Taylor series expansions, that this is a second-order approximation to the integral form of the two-dimensional linear convection equation.
5.5 Problems 1. Use Taylor series to verify that Eq. 5.42 is a fourth-order approximation to Eq. 5.23. 2. Find the semi-discrete ODE form governing the cell-average data resulting from the use of a linear approximation in developing a nite-volume method for the linear convection equation. Use the following linear approximation:
u( ) = a + b
CHAPTER 5. FINITE-VOLUME METHODS
84 where b = uj and
; uj;1 a = uj+12 x
and use the average ux at the cell interface. 3. Using the rst approach given in Section 5.3.3, derive a nite-volume approximation to the spatial terms in the two-dimensional diusion equation on a square grid. 4. Repeat question 3 for a grid consisting of equilateral triangles.
Chapter 6 TIME-MARCHING METHODS FOR ODE'S After discretizing the spatial derivatives in the governing PDE's (such as the NavierStokes equations), we obtain a coupled system of nonlinear ODE's in the form
d~u = F~ (~u; t) dt
(6.1)
These can be integrated in time using a time-marching method to obtain a timeaccurate solution to an unsteady ow problem. For a steady ow problem, spatial discretization leads to a coupled system of nonlinear algebraic equations in the form F~ (~u) = 0 (6.2) As a result of the nonlinearity of these equations, some sort of iterative method is required to obtain a solution. For example, one can consider the use of Newton's method, which is widely used for nonlinear algebraic equations (See Section 6.10.3.). This produces an iterative method in which a coupled system of linear algebraic equations must be solved at each iteration. These can be solved iteratively using relaxation methods, which will be discussed in Chapter 9, or directly using Gaussian elimination or some variation thereof. Alternatively, one can consider a time-dependent path to the steady state and use a time-marching method to integrate the unsteady form of the equations until the solution is suciently close to the steady solution. The subject of the present chapter, time-marching methods for ODE's, is thus relevant to both steady and unsteady ow problems. When using a time-marching method to compute steady ows, the goal is simply to remove the transient portion of the solution as quickly as possible; timeaccuracy is not required. This motivates the study of stability and stiness, topics which are covered in the next two chapters. 85
86
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
Application of a spatial discretization to a PDE produces a coupled system of ODE's. Application of a time-marching method to an ODE produces an ordinary dierence equation (OE ). In earlier chapters, we developed exact solutions to our model PDE's and ODE's. In this chapter we will present some basic theory of linear OE's which closely parallels that for linear ODE's, and, using this theory, we will develop exact solutions for the model OE's arising from the application of timemarching methods to the model ODE's.
6.1 Notation Using the semi-discrete approach, we reduce our PDE to a set of coupled ODE's represented in general by Eq. 4.1. However, for the purpose of this chapter, we need only consider the scalar case
du = u0 = F (u; t) dt
(6.3)
Although we use u to represent the dependent variable, rather than w, the reader should recall the arguments made in Chapter 4 to justify the study of a scalar ODE. Our rst task is to nd numerical approximations that can be used to carry out the time integration of Eq. 6.3 to some given accuracy, where accuracy can be measured either in a local or a global sense. We then face a further task concerning the numerical stability of the resulting methods, but we postpone such considerations to the next chapter. In Chapter 2, we introduced the convention that the n subscript, or the (n) superscript, always points to a discrete time value, and h represents the time interval t. Combining this notation with Eq. 6.3 gives u0n = Fn = F (un; tn) ; tn = nh Often we need a more sophisticated notation for intermediate time steps involving temporary calculations denoted by u~, u, etc. For these we use the notation u~0n+ = F~n+ = F (~un+; tn + h) The choice of u0 or F to express the derivative in a scheme is arbitrary. They are both commonly used in the literature on ODE's. The methods we study are to be applied to linear or nonlinear ODE's, but the methods themselves are formed by linear combinations of the dependent variable and its derivative at various time intervals. They are represented conceptually by (6.4) un+1 = f 1 u0n+1; 0u0n; ;1u0n;1; ; 0un; ;1un;1;
6.2. CONVERTING TIME-MARCHING METHODS TO OE'S
87
With an appropriate choice of the 0s and 0s, these methods can be constructed to give a local Taylor series accuracy of any order. The methods are said to be explicit if 1 = 0 and implicit otherwise. An explicit method is one in which the new predicted solution is only a function of known data, for example, u0n, u0n;1, un; and un;1 for a method using two previous time levels, and therefore the time advance is simple. For an implicit method, the new predicted solution is also a function of the time derivative at the new time level, that is, u0n+1. As we shall see, for systems of ODE's and nonlinear problems, implicit methods require more complicated strategies to solve for un+1 than explicit methods.
6.2 Converting Time-Marching Methods to OE's Examples of some very common forms of methods used for time-marching general ODE's are:
un+1 = un + hu0n
(6.5)
un+1 = un + hu0n+1
(6.6)
and
u~n+1 = un + hu0n un+1 = 21 [un + u~n+1 + hu~0n+1]
(6.7)
According to the conditions presented under Eq. 6.4, the rst and third of these are examples of explicit methods. We refer to them as the explicit Euler method and the MacCormack predictor-corrector method,1 respectively. The second is implicit and referred to as the implicit (or backward) Euler method. These methods are simple recipes for the time advance of a function in terms of its value and the value of its derivative, at given time intervals. The material presented in Chapter 4 develops a basis for evaluating such methods by introducing the concept of the representative equation
du = u0 = u + aet (6.8) dt written here in terms of the dependent variable, u. The value of this equation arises from the fact that, by applying a time-marching method, we can analytically convert
1 Here we give only MacCormack's time-marching method. The method commonly referred to as
MacCormack's method, which is a fully-discrete method, will be presented in Section 11.3
88
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
such a linear ODE into a linear OE . The latter are subject to a whole body of analysis that is similar in many respects to, and just as powerful as, the theory of ODE's. We next consider examples of this conversion process and then go into the general theory on solving OE's. Apply the simple explicit Euler scheme, Eq. 6.5, to Eq. 6.8. There results un+1 = un + h(un + aehn) or un+1 ; (1 + h)un = haehn (6.9) Eq. 6.9 is a linear OE , with constant coecients, expressed in terms of the dependent variable un and the independent variable n. As another example, applying the implicit Euler method, Eq. 6.6, to Eq. 6.8, we nd un+1 = un + h un+1 + aeh(n+1) or (1 ; h)un+1 ; un = heh aehn (6.10) As a nal example, the predictor-corrector sequence, Eq. 6.7, gives u~n+1 ; (1 + h)un = ahehn (6.11) ; 21 (1 + h)~un+1 + un+1 ; 12 un = 12 aheh(n+1) which is a coupled set of linear OE's with constant coecients. Note that the rst line in Eq. 6.11 is identical to Eq. 6.9, since the predictor step in Eq. 6.7 is simply the explicit Euler method. The second line in Eq. 6.11 is obtained by noting that u~0n+1 = F (~un+1; tn + h) = u~n+1 + aeh(n+1) (6.12) Now we need to develop techniques for analyzing these dierence equations so that we can compare the merits of the time-marching methods that generated them.
6.3 Solution of Linear OE's With Constant Coecients The techniques for solving linear dierence equations with constant coecients is as well developed as that for ODE's and the theory follows a remarkably parallel path. This is demonstrated by repeating some of the developments in Section 4.2, but for dierence rather than dierential equations.
6.3. SOLUTION OF LINEAR OE'S WITH CONSTANT COEFFICIENTS
89
6.3.1 First- and Second-Order Dierence Equations First-Order Equations
The simplest nonhomogeneous OE of interest is given by the single rst-order equation
un+1 = un + abn
(6.13)
where , a, and b are, in general, complex parameters. The independent variable is now n rather than t, and since the equations are linear and have constant coecients, is not a function of either n or u. The exact solution of Eq. 6.13 is n un = c1n + bab;
where c1 is a constant determined by the initial conditions. In terms of the initial value of u it can be written n ; n un = u0n + a b b ;
Just as in the development of Eq. 4.10, one can readily show that the solution of the defective case, (b = ), un+1 = un + an is h i un = u0 + an;1 n This can all be easily veri ed by substitution.
Second-Order Equations The homogeneous form of a second-order dierence equation is given by
un+2 + a1 un+1 + a0un = 0
(6.14)
Instead of the dierential operator D dtd used for ODE's, we use for OE's the dierence operator E (commonly referred to as the displacement or shift operator) and de ned formally by the relations
un+1 = Eun ; un+k = E k un Further notice that the displacement operator also applies to exponents, thus
b bn = bn+ = E bn
90
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
where can be any fraction or irrational number. The roles of D and E are the same insofar as once they have been introduced to the basic equations the value of u(t) or un can be factored out. Thus Eq. 6.14 can now be re-expressed in an operational notion as (E 2 + a1E + a0)un = 0
(6.15)
which must be zero for all un. Eq. 6.15 is known as the operational form of Eq. 6.14. The operational form contains a characteristic polynomial P (E ) which plays the same role for dierence equations that P (D) played for dierential equations; that is, its roots determine the solution to the OE. In the analysis of OE's, we label these roots 1 , 2 , , etc, and refer to them as the -roots. They are found by solving the equation P () = 0. In the simple example given above, there are just two roots and in terms of them the solution can be written
un = c1(1 )n + c2(2 )n
(6.16)
where c1 and c2 depend upon the initial conditions. The fact that Eq. 6.16 is a solution to Eq. 6.14 for all c1 ; c2 and n should be veri ed by substitution.
6.3.2 Special Cases of Coupled First-Order Equations A Complete System
Coupled, rst-order, linear homogeneous dierence equations have the form
u(1n+1) = c11u(1n) + c12 u(2n) u(2n+1) = c21u(1n) + c22 u(2n)
(6.17)
which can also be written
~un+1 = C~un ; ~un = hu(1n); u(2n)iT ; C = c11 c12 c21 c22
The operational form of Eq. 6.17 can be written
(c ; E ) c12 u1 (n) = [ C ; E I ]~u = 0 11 n c21 (c22 ; E ) u2 which must be zero for all u1 and u2. Again we are led to a characteristic polynomial, this time having the form P (E ) = det [ C ; E I ]. The -roots are found from (c ; ) c 11 12 P () = det c21 (c22 ; ) = 0
6.4. SOLUTION OF THE REPRESENTATIVE OE'S
91
Obviously the k are the eigenvalues of C and, following the logic of Section 4.2, ~ if x are its eigenvectors, the solution of Eq. 6.17 is 2 ~un = X ck (k )n~xk k=1
where ck are constants determined by the initial conditions.
A Defective System
The solution of OE's with defective eigensystems follows closely the logic in Section 4.2.2 for defective ODE's. For example, one can show that the solution to 2 3 2 32 3 u n+1 64 u^n+1 75 = 64 1 75 64 uu^nn 75 un+1 1 un is
un = uh0n i u^n = u^0 + u0n;1 n " # n ( n ; 1) ; 1 ; 2 un = u0 + u^0n + u0 2 n
(6.18)
6.4 Solution of the Representative OE's 6.4.1 The Operational Form and its Solution
Examples of the nonhomogeneous, linear, rst-order ordinary dierence equations, produced by applying a time-marching method to the representative equation, are given by Eqs. 6.9 to 6.11. Using the displacement operator, E , these equations can be written
"
[E ; (1 + h)]un = h aehn
(6.19)
[(1 ; h)E ; 1]un = h E aehn
(6.20)
;(1 + h) # " u~ # = h " u n ; 21 (1 + h)E E ; 21 E
#
1 1 E aehn 2
(6.21)
92
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
All three of these equations are subsets of the operational form of the representative OE P (E )un = Q(E ) aehn (6.22) which is produced by applying time-marching methods to the representative ODE, Eq. 4.45. We can express in terms of Eq. 6.22 all manner of standard time-marching methods having multiple time steps and various types of intermediate predictor-corrector families. The terms P (E ) and Q(E ) are polynomials in E referred to as the characteristic polynomial and the particular polynomial, respectively. The general solution of Eq. 6.22 can be expressed as K h X un = ck (k )n + aehn Q(eh) (6.23) P (e ) k=1 where k are the K roots of the characteristic polynomial, P () = 0. When determinants are involved in the construction of P (E ) and Q(E ), as would be the case for Eq. 6.21, the ratio Q(E )=P (E ) can be found by Kramer's rule. Keep in mind that for methods such as in Eq. 6.21 there are multiple (two in this case) solutions, one for un and u~n and we are usually only interested in the nal solution un. Notice also, the important subset of this solution which occurs when = 0, representing a time invariant particular solution, or a steady state. In such a case K X (1) un = ck (k )n + a PQ(1) k=1
6.4.2 Examples of Solutions to Time-Marching OE's
As examples of the use of Eqs. 6.22 and 6.23, we derive the solutions of Eqs. 6.19 to 6.21. For the explicit Euler method, Eq. 6.19, we have P (E ) = E ; 1 ; h Q(E ) = h (6.24) and the solution of its representative OE follows immediately from Eq. 6.23:
un = c1(1 + h)n + aehn
h
eh ; 1 ; h
For the implicit Euler method, Eq. 6.20, we have P (E ) = (1 ; h)E ; 1 Q(E ) = hE
(6.25)
6.5. THE ; RELATION so
93
1 n heh un = c1 1 ; h + aehn (1 ; h)eh ; 1
In the case of the coupled predictor-corrector equations, Eq. 6.21, one solves for the nal family un (one can also nd a solution for the intermediate family u~), and there results # " E ; (1 + h ) P (E ) = det ; 1 (1 + h)E E ; 1 = E E ; 1 ; h ; 12 2h2 2 2 1 E h Q(E ) = det ; 1 (1 + h)E 1 hE = 2 hE (E + 1 + h) 2 2 The -root is found from 1 2 2 P () = ; 1 ; h ; 2 h = 0 which has only one nontrivial root ( = 0 is simply a shift in the reference index). The complete solution can therefore be written 1 heh + 1 + h n un = c1 1 + h + 21 2h2 + aehn 2 (6.26) eh ; 1 ; h ; 12 2h2
6.5 The ; Relation
6.5.1 Establishing the Relation
We have now been introduced to two basic kinds of roots, the -roots and the -roots. The former are the eigenvalues of the A matrix in the ODE's found by space dierencing the original PDE, and the latter are the roots of the characteristic polynomial in a representative OE found by applying a time-marching method to the representative ODE. There is a fundamental relation between the two which can be used to identify many of the essential properties of a time-march method. This relation is rst demonstrated by developing it for the explicit Euler method. First we make use of the semi-discrete approach to nd a system of ODE's and then express its solution in the form of Eq. 4.27. Remembering that t = nh, one can write
n n n u(t) = c1 e1 h ~x1 + + cm em h ~xm + + cM eM h ~xM + P:S: (6.27)
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
94
where for the present we are not interested in the form of the particular solution (P:S:). Now the explicit Euler method produces for each -root, one -root, which is given by = 1 + h. So if we use the Euler method for the time advance of the ODE's, the solution2 of the resulting OE is
un = c1(1 )n ~x1 + + cm (m )n ~xm + + cM (M )n ~xM + P:S:
(6.28)
where the cm and the ~xm in the two equations are identical and m = (1 + m h). Comparing Eq. 6.27 and Eq. 6.28, we see a correspondence between m and em h. Since the value of eh can be expressed in terms of the series
eh = 1 + h + 21 2h2 + 16 3h3 + + n1! nhn + the truncated expansion = 1 + h is a reasonable3 approximation for small enough h. Suppose, instead of the Euler method, we use the leapfrog method for the time advance, which is de ned by
un+1 = un;1 + 2hu0n
(6.29)
Applying Eq. 6.8 to Eq. 6.29, we have the characteristic polynomial P (E ) = E 2 ; 2hE ; 1, so that for every the must satisfy the relation
m2 ; 2m hm ; 1 = 0
(6.30)
Now we notice that each produces two -roots. For one of these we nd
q m = mh + 1 + 2mh2 = 1 + mh + 21 2m h2 ; 18 4mh4 +
(6.31) (6.32)
h 3 3 This q is 2an2 approximation to e m with an error O( h ). The other root, mh ; 1 + mh , will be discussed in Section 6.5.3. 2 Based on Section 4.4. 3 The error is O(2 h2 ).
6.5. THE ; RELATION
95
6.5.2 The Principal -Root
Based on the above we make the following observation: Application of the same time-marching method to all of the equations in a coupled system linear ODE's in the form of Eq. 4.6, always produces one -root for every -root that satis es the relation (6.33) k+1 1 1 2 2 k k = 1 + h + 2 h + + k! h + O h where k is the order of the time-marching method.
We refer to the root that has the above property as the principal -root, and designate it (m )1 . The above property can be stated regardless of kthe details of the time+1 marching method, knowing only that its leading error is O h . Thus the principal root is an approximation to eh up to O hk . Note that a second-order approximation to a derivative written in the form (t u)n = 1 (un+1 ; un;1) (6.34) 2h has a leading truncation error which is O(h2), while the second-order time-marching method which results from this approximation, which is the leapfrog method:
un+1 = un;1 + 2hu0n
(6.35)
has a leading truncation error O(h3). This arises simply because of our notation for the time-marching method in which we have multiplied through by h to get an approximation for the function un+1 rather than the derivative as in Eq. 6.34. The following example makes this clear. Consider a solution obtained at a given time T using a second-order time-marching method with a time step h. Now consider the solution obtained using the same method with a time step h=2. Since the error per time step is O(h3), this is reduced by a factor of eight (considering the leading term only). However, twice as many time steps are required to reach the time T . Therefore the error at the end of the simulation is reduced by a factor of four, consistent with a second-order approximation.
6.5.3 Spurious -Roots
We saw from Eq. 6.30 that the ; relation for the leapfrog method produces two -roots for each . One of these we identi ed as the principal root which always
96
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
has the property given in 6.33. The other is referred to as a spurious -root and designated (m )2 . In general, the ; relation produced by a time-marching scheme can result in multiple -roots all of which, except for the principal one, are spurious. All spurious roots are designated (m )k where k = 2; 3; . No matter whether a -root is principal or spurious, it is always some algebraic function of the product h. To express this fact we use the notation = (h). If a time-marching method produces spurious -roots, the solution for the OE in the form shown in Eq. 6.28 must be modi ed. Following again the message of Section 4.4, we have un = c11 (1 )n1 ~x1 + + cm1(m )n1 ~xm + + cM 1 (M )n1 ~xM + P:S: +c12 (1)n2 ~x1 + + cm2 (m )n2 ~xm + + cM 2 (M )n2 ~xM +c13 (1)n3 ~x1 + + cm3 (m )n3 ~xm + + cM 3 (M )n3 ~xM +etc., if there are more spurious roots (6.36) Spurious roots arise if a method uses data from time level n ; 1 or earlier to advance the solution from time level n to n + 1. Such roots originate entirely from the numerical approximation of the time-marching method and have nothing to do with the ODE being solved. However, generation of spurious roots does not, in itself, make a method inferior. In fact, many very accurate methods in practical use for integrating some forms of ODE's have spurious roots. It should be mentioned that methods with spurious roots are not self starting. For example, if there is one spurious root to a method, all of the coecients (cm )2 in Eq. 6.36 must be initialized by some starting procedure. The initial vector ~u0 does not provide enough data to initialize all of the coecients. This results because methods which produce spurious roots require data from time level n ; 1 or earlier. For example, the leapfrog method requires ~un;1 and thus cannot be started using only ~un. Presumably (i.e., if one starts the method properly) the spurious coecients are all initialized with very small magnitudes, and presumably the magnitudes of the spurious roots themselves are all less than one (see Chapter 7). Then the presence of spurious roots does not contaminate the answer. That is, after some nite time the amplitude of the error associated with the spurious roots is even smaller then when it was initialized. Thus while spurious roots must be considered in stability analysis, they play virtually no role in accuracy analysis.
6.5.4 One-Root Time-Marching Methods
There are a number of time-marching methods that produce only one -root for each -root. We refer to them as one-root methods. They are also called one-step methods.
6.6. ACCURACY MEASURES OF TIME-MARCHING METHODS
97
They have the signi cant advantage of being self-starting which carries with it the very useful property that the time-step interval can be changed at will throughout the marching process. Three one-root methods were analyzed in Section 6.4.2. A popular method having this property, the so-called -method, is given by the formula h i un+1 = un + h (1 ; )u0n + u0n+1
The -method represents the explicit Euler ( = 0), the trapezoidal ( = 21 ), and the implicit Euler methods ( = 1), respectively. Its ; relation is )h = 1 +1(1; ;h It is instructive to compare the exact solution to a set of ODE's (with a complete eigensystem) having time-invariant forcing terms with the exact solution to the OE's for one-root methods. These are ~u(t) = c1e1 hn ~x1 + + cm em hn ~xm + + cM eM hn ~xM + A;1~f ~un = c1(1 )n ~x1 + + cm(m )n ~xm + + cM (M )n ~xM + A;1~f (6.37) respectively. Notice that when t and n = 0, these equations are identical, so that all the constants, vectors, and matrices are identical except the ~u and the terms inside the parentheses on the right hand sides. The only error made by introducing the time marching is the error that makes in approximating eh.
6.6 Accuracy Measures of Time-Marching Methods 6.6.1 Local and Global Error Measures
There are two broad categories of errors that can be used to derive and evaluate timemarching methods. One is the error made in each time step. This is a local error such as that found from a Taylor table analysis, see Section 3.4. It is usually used as the basis for establishing the order of a method. The other is the error determined at the end of a given event which has covered a speci c interval of time composed of many time steps. This is a global error. It is useful for comparing methods, as we shall see in Chapter 8. It is quite common to judge a time-marching method on the basis of results found from a Taylor table. However, a Taylor series analysis is a very limited tool for nding the more subtle properties of a numerical time-marching method. For example, it is of no use in:
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
98
nding spurious roots. evaluating numerical stability and separating the errors in phase and amplitude. analyzing the particular solution of predictor-corrector combinations. nding the global error. The latter three of these are of concern to us here, and to study them we make use of the material developed in the previous sections of this chapter. Our error measures are based on the dierence between the exact solution to the representative ODE, given by t u(t) = cet + ae;
(6.38)
and the solution to the representative OE's, including only the contribution from the principal root, which can be written as h
un = c1 (1)n + aehn Q(eh ) P (e )
(6.39)
6.6.2 Local Accuracy of the Transient Solution (er; j
Transient error
j
; er! )
The particular choice of an error measure, either local or global, is to some extent arbitrary. However, a necessary condition for the choice should be that the measure can be used consistently for all methods. In the discussion of the - relation we saw that all time-marching methods produce a principal -root for every -root that exists in a set of linear ODE's. Therefore, a very natural local error measure for the transient solution is the value of the dierence between solutions based on these two roots. We designate this by er and make the following de nition
er eh ; 1 The leading error term can be found by expanding in a Taylor series and choosing the rst nonvanishing term. This is similar to the error found from a Taylor table. The order of the method is the last power of h matched exactly.
6.6. ACCURACY MEASURES OF TIME-MARCHING METHODS
99
Amplitude and Phase Error
Suppose a eigenvalue is imaginary. Such can indeed be the case when we study the equations governing periodic convection which produces harmonic motion. For such cases it is more meaningful to express the error in terms of amplitude and phase. Let = i! where ! is a real number representing a frequency. Then the numerical method must produce a principal -root that is complex and expressible in the form 1 = r + ii ei!h (6.40) From this it follows that the local error in amplitude is measured by the deviation of j1 j from unity, that is
q era = 1 ; j1 j = 1 ; (1)2r + (1 )2i
and the local error in phase can be de ned as
er! !h ; tan;1 [(1 )i=(1 )r )]
(6.41) Amplitude and phase errors are important measures of the suitability of time-marching methods for convection and wave propagation phenomena. The approach to error analysis described in Section 3.5 can be extended to the combination of a spatial discretization and a time-marching method applied to the linear convection equation. The principal root, 1(h), is found using = ;ia , where is the modi ed wavenumber of the spatial discretization. Introducing the Courant number, Cn = ah=x, we have h = ;iCn x. Thus one can obtain values of the principal root over the range 0 x for a given value of the Courant number. The above expression for er! can be normalized to give the error in the phase speed, as follows ;1 ! = 1 + tan [(1)i =(1)r )] (6.42) erp = er !h Cnx where ! = ;a. A positive value of erp corresponds to phase lag (the numerical phase speed is too small), while a negative value corresponds to phase lead (the numerical phase speed is too large).
6.6.3 Local Accuracy of the Particular Solution (er)
The numerical error in the particular solution is found by comparing the particular solution of the ODE with that for the OE. We have found these to be given by P:S:(ODE) = aet ( ;1 )
100 and
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S h
P:S:(OE) = aet Q(eh) P (e )
respectively. For a measure of the local error in the particular solution we introduce the de nition
(
)
P:S:(OE) ; 1 er h P:S: (ODE )
(6.43)
The multiplication by h converts the error from a global measure to a local one, so that the order of er and er are consistent. In order to determine the leading error term, Eq. 6.43 can be written in terms of the characteristic and particular polynomials as
n o er = c;o ( ; )Q eh ; P eh
where
(6.44)
h( ; ) co = hlim !0 P eh
The value of co is a method-dependent constant that is often equal to one. If the forcing function is independent of time, is equal to zero, and for this case, many numerical methods generate an er that is also zero. The algebra involved in nding the order of er can be quite tedious. However, this order is quite important in determining the true order of a time-marching method by the process that has been outlined. An illustration of this is given in the section on Runge-Kutta methods.
6.6.4 Time Accuracy For Nonlinear Applications
In practice, time-marching methods are usually applied to nonlinear ODE's, and it is necessary that the advertised order of accuracy be valid for the nonlinear cases as well as for the linear ones. A necessary condition for this to occur is that the local accuracies of both the transient and the particular solutions be of the same order. More precisely, a time-marching method is said to be of order k if
er = c1 (h)k1+1 er = c2 (h)k2+1 where k = smallest of(k1; k2)
(6.45) (6.46) (6.47)
6.6. ACCURACY MEASURES OF TIME-MARCHING METHODS
101
The reader should be aware that this is not sucient. For example, to derive all of the necessary conditions for the fourth-order Runge-Kutta method presented later in this chapter the derivation must be performed for a nonlinear ODE. However, the analysis based on a linear nonhomogeneous ODE produces the appropriate conditions for the majority of time-marching methods used in CFD.
6.6.5 Global Accuracy In contrast to the local error measures which have just been discussed, we can also de ne global error measures. These are useful when we come to the evaluation of time-marching methods for speci c purposes. This subject is covered in Chapter 8 after our introduction to stability in Chapter 7. Suppose we wish to compute some time-accurate phenomenon over a xed interval of time using a constant time step. We refer to such a computation as an \event". Let T be the xed time of the event and h be the chosen step size. Then the required number of time steps, is N, given by the relation
T = Nh
Global error in the transient A natural extension of er to cover the error in an entire event is given by
Er eT ; (1 (h))N
(6.48)
Global error in amplitude and phase If the event is periodic, we are more concerned with the global error in amplitude and phase. These are given by
Era = 1 ; and
q
(1 )2r + (1)2i
"
N
(6.49)
!#
Er! N !h ; tan;1 ((1))i 1r ; 1 = !T ; N tan [(1)i =(1)r ]
(6.50)
102
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
Global error in the particular solution Finally, the global error in the particular solution follows naturally by comparing the solutions to the ODE and the OE. It can be measured by
Q eh Er ( ; ) h ; 1 P e
6.7 Linear Multistep Methods In the previous sections, we have developed the framework of error analysis for time advance methods and have randomly introduced a few methods without addressing motivational, developmental or design issues. In the subsequent sections, we introduce classes of methods along with their associated error analysis. We shall not spend much time on development or design of these methods, since most of them have historic origins from a wide variety of disciplines and applications. The Linear Multistep Methods (LMM's) are probably the most natural extension to time marching of the space dierencing schemes introduced in Chapter 3 and can be analyzed for accuracy or designed using the Taylor table approach of Section 3.4.
6.7.1 The General Formulation When applied to the nonlinear ODE
du = u0 = F(u; t) dt
all linear multistep methods can be expressed in the general form 1 X k=1;K
k un+k = h
1 X k=1;K
k Fn+k
(6.51)
where the notation for F is de ned in Section 6.1. The methods are said to be linear because the 's and 's are independent of u and n, and they are said to be K -step because K time-levels of data are required to marching the solution one time-step, h. They are explicit if 1 = 0 and implicit otherwise. When Eq. 6.51 is applied to the representative equation, Eq. 6.8, and the result is expressed in operational form, one nds
0 1 1 0 1 1 X X @ k E k Aun = h@ k E k A(un + aehn ) k=1;K
k=1;K
(6.52)
6.7. LINEAR MULTISTEP METHODS
103
We recall from Section 6.5.2 that a time-marching method when applied to the representative equation must provide a -root, labeled 1, that approximates eh through the order of the method. The condition referred to as consistency simply means that ! 1 as h ! 0, and it is certainly a necessary condition for the accuracy of any time marching method. We can also agree that, to be of any value in time accuracy, a method should at least be rst-order accurate, that is ! (1 + h) as h ! 0. One can show that these conditions are met by any method represented by Eq. 6.51 if X X X k = 0 and k = (K + k ; 1)k k
k
k
Since both sides of Eq. 6.51 can be multiplied by an arbitrary constant, these methods are often \normalized" by requiring X k = 1 k
Under this condition co = 1 in Eq. 6.44.
6.7.2 Examples
There are many special explicit and implicit forms of linear multistep methods. Two well-known families of them, referred to as Adams-Bashforth (explicit) and AdamsMoulton (implicit), can be designed using the Taylor table approach of Section 3.4. The Adams-Moulton family is obtained from Eq. 6.51 with 1 = 1; 0 = ;1; k = 0; k = ;1; ;2; (6.53) The Adams-Bashforth family has the same 's with the additional constraint that 1 = 0. The three-step Adams-Moulton method can be written in the following form un+1 = un + h( 1u0n+1 + 0 u0n + ;1 u0n;1 + ;2u0n;2) (6.54) A Taylor table for Eq. 6.54 can be generated as
un
h u0n
h2 u00n
h3 u000n
h4 u0000 n
1 1 1 un+1 1 1 2 6 24 ;un ;1 ;h 1 u0n+1 ; 1 ; 1 ; 1 21 ; 1 16 ;h 0 u0n ; 0 0 ;1 61 ;h ;1 un;1 ; ;1 ;1 ; ;1 21 ;h ;2 u0n;2 ;(;2)0 ;2 ;(;2)1 ;2 ;(;2)2 ;2 21 ;(;2)3 ;2 16 Table 6.1. Taylor table for the Adams-Moulton three-step linear multistep method.
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
104
This leads to the linear system 2 1 1 1 1 32 3 2 1 3 66 2 0 ;2 ;4 77 66 10 77 66 1 77 64 3 0 3 12 75 64 75 = 64 1 75 (6.55) ;1 4 0 ;4 ;32 ;2 1 to solve for the 's, resulting in 1 = 9=24; 0 = 19=24; ;1 = ;5=24; ;2 = 1=24 (6.56) which produces a method which is fourth-order accurate.4 With 1 = 0 one obtains 2 32 3 2 3 1 1 1 0 64 0 ;2 ;4 75 64 ;1 75 = 64 11 75 (6.57) 0 3 12 ;2 1 giving 0 = 23=12; ;1 = ;16=12; ;2 = 5=12 (6.58) This is the third-order Adams-Bashforth method. A list of simple methods, some of which are very common in CFD applications, is given below together with identifying names that are sometimes associated with them. In the following material AB(n) and AM(n) are used as abbreviations for the (n)th order Adams-Bashforth and (n)th order Adams-Moulton methods. One can verify that the Adams type schemes given below satisfy Eqs. 6.55 and 6.57 up to the order of the method.
Explicit Methods
un+1 un+1 un+1 un+1
= un + hu0n Euler 0 = un;1 + 2hhun Leapfrog i 1 0 0 = un + 2 h 3un ; un;1 AB2 h i h 23u0n ; 16u0n;1 + 5u0n;2 = un + 12 AB3
Implicit Methods un+1 un+1 un+1 un+1
= un + hu0nh+1 Implicit Euler i 1 = unh + 2 h u0n + u0n+1 i Trapezoidal (AM2) 1 0 = 3 4un ; un;1 + 2hun+1 h 0 i 2nd-order Backward h 0 0 = un + 12 5un+1 + 8un ; un;1 AM3
4 Recall from Section 6.5.2 that a kth-order time-marching method has a leading truncation error term which is O(hk+1 ).
6.7. LINEAR MULTISTEP METHODS
105
6.7.3 Two-Step Linear Multistep Methods
High resolution CFD problems usually require very large data sets to store the spatial information from which the time derivative is calculated. This limits the interest in multistep methods to about two time levels. The most general two-step linear multistep method (i.e., K=2 in Eq. 6.51), that is at least rst-order accurate, can be written as h i (1 + )un+1 = [(1 + 2 )un ; un;1] + h u0n+1 + (1 ; + ')u0n ; 'u0n;1 (6.59) Clearly the methods are explicit if = 0 and implicit otherwise. A list of methods contained in Eq. 6.59 is given in Table 6.2. Notice that the Adams methods have = 0, which corresponds to ;1 = 0 in Eq. 6.51. Methods with = ;1=2, which corresponds to 0 = 0 in Eq. 6.51, are known as Milne methods.
'
0 1
0 0 0 1=2 0 ;1=2 ;1=2 ;1=6 ;1=2 0 ;5=6 ;1=6 0 ;1=2
0 0 0 0 ;1=4 ;1=3 ;1=2 ;2=9 0 1=2 ;1=3 0 1=12 ;1=6
1=2 1 3=4 1=3 1=2 5=9 0 0 0 1=3 5=12 1=6
Method Euler Implicit Euler Trapezoidal or AM2 2nd Order Backward Adams type Lees Type Two{step trapezoidal A{contractive Leapfrog AB2 Most accurate explicit Third{order implicit AM3 Milne
Order 1 1 2 2 2 2 2 2 2 2 3 3 3 4
Table 6.2. Some linear one- and two-step methods, see Eq. 6.59. One can show after a little algebra that both er and er are reduced to 0(h3) (i.e., the methods are 2nd-order accurate) if ' = ; + 21 The class of all 3rd-order methods is determined by imposing the additional constraint = 2 ; 56 Finally a unique fourth-order method is found by setting = ;' = ;=3 = 61 .
106
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
6.8 Predictor-Corrector Methods
There are a wide variety of predictor-corrector schemes created and used for a variety of purposes. Their use in solving ODE's is relatively easy to illustrate and understand. Their use in solving PDE's can be much more subtle and demands concepts5 which have no counterpart in the analysis of ODE's. Predictor-corrector methods constructed to time-march linear or nonlinear ODE's are composed of sequences of linear multistep methods, each of which is referred to as a family in the solution process. There may be many families in the sequence, and usually the nal family has a higher Taylor-series order of accuracy than the intermediate ones. Their use is motivated by ease of application and increased eciency, where measures of eciency are discussed in the next two chapters. A simple one-predictor, one-corrector example is given by 0 u~n+ = un + hu h n0 i un+1 = un + h u~n+ + u0n (6.60) where the parameters ; and are arbitrary parameters to be determined. One
can analyze this sequence by applying it to the representative equation and using the operational techniques outlined in Section 6.4. It is easy to show, following the example leading to Eq. 6.26, that
h i P (E ) = E E ; 1 ; ( + )h ; 2h2 Q(E ) = E h [ E + + h]
(6.61) (6.62)
Considering only local accuracy, one is led, by following the discussion in Section 6.6, to the following observations. For the method to be second-order accurate both er and er must be O(h3). For this to hold for er, it is obvious from Eq. 6.61 that
+ = 1 ; = 21 which provides two equations for three unknowns. The situation for er requires some algebra, but it is not dicult to show using Eq. 6.44 that the same conditions also make it O(h3). One concludes, therefore, that the predictor-corrector sequence
u~n+ = un + hu0n 2 ; 1 1 1 0 un+1 = un + 2 h u~n+ + u0n
is a second-order accurate method for any .
5 Such as alternating direction, fractional-step, and hybrid methods.
(6.63)
6.9. RUNGE-KUTTA METHODS
107
A classical predictor-corrector sequence is formed by following an Adams-Bashforth predictor of any order with an Adams-Moulton corrector having an order one higher. The order of the combination is then equal to the order of the corrector. If the order of the corrector is (k), we refer to these as ABM(k) methods. The Adams-BashforthMoulton sequence for k = 3 is h i u~n+1 = un + 21 h 3u0n ; u0n;1 h h5~u0 + 8u0 ; u0 i un+1 = un + 12 (6.64) n+1 n n;1 Some simple, speci c, second-order accurate methods are given below. The Gazdag method, which we discuss in Chapter 8, is h i u~n+1 = un + 21 h 3~u0n ; u~0n;1 h i un+1 = un + 12 h u~0n + u~0n+1 (6.65) The Burstein method, obtained from Eq. 6.63 with = 1=2 is u~n+1=2 = un + 21 hu0n un+1 = un + hu~0n+1=2 and, nally, MacCormack's method, presented earlier in this chapter, is u~n+1 = un + hu0n un+1 = 21 [un + u~n+1 + hu~0n+1] Note that MacCormack's method can also be written as u~n+1 = un + hu0n un+1 = un + 12 h[u0n + u~0n+1]
(6.66)
(6.67)
(6.68)
from which it is clear that it is obtained from Eq. 6.63 with = 1.
6.9 Runge-Kutta Methods There is a special subset of predictor-corrector methods, referred to as Runge-Kutta methods,6 that produce just one -root for each -root such that (h) corresponds
6 Although implicit and multi-step Runge-Kutta methods exist, we will consider only single-step,
explicit Runge-Kutta methods here.
108
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
to the Taylor series expansion of eh out through the order of the method and then truncates. Thus for a Runge-Kutta method of order k (up to 4th order), the principal (and only) -root is given by (6.69) = 1 + h + 21 2h2 + + k1! k hk It is not particularly dicult to build this property into a method, but, as we pointed out in Section 6.6.4, it is not sucient to guarantee k'th order accuracy for the solution of u0 = F (u; t) or for the representative equation. To ensure k'th order accuracy, the method must further satisfy the constraint that er = O(hk+1) (6.70) and this is much more dicult. The most widely publicized Runge-Kutta process is the one that leads to the fourth-order method. We present it below in some detail. It is usually introduced in the form k1 = hF (un; tn) k2 = hF (un + k1; tn + h) k3 = hF (un + 1k1 + 1k2; tn + 1 h) k4 = hF (un + 2k1 + 2k2 + 2 k3; tn + 2h) followed by u(tn + h) ; u(tn) = 1 k1 + 2k2 + 3k3 + 4k4 (6.71) However, we prefer to present it using predictor-corrector notation. Thus, a scheme entirely equivalent to 6.71 is ubn+ = un + hu0n u~n+1 = un + 1 hu0n + 1hub0n+ un+2 = un + 2 hu0n + 2hub0n+ + 2hu~0n+1 (6.72) un+1 = un + 1hu0n + 2hub0n+ + 3hu~0n+1 + 4hu0n+2 Appearing in Eqs. 6.71 and 6.72 are a total of 13 parameters which are to be determined such that the method is fourth-order according to the requirements in Eqs. 6.69 and 6.70. First of all, the choices for the time samplings, , 1, and 2 , are not arbitrary. They must satisfy the relations = 1 = 1 + 1 2 = 2 + 2 + 2 (6.73)
6.9. RUNGE-KUTTA METHODS
109
The algebra involved in nding algebraic equations for the remaining 10 parameters is not trivial, but the equations follow directly from nding P (E ) and Q(E ) and then satisfying the conditions in Eqs. 6.69 and 6.70. Using Eq. 6.73 to eliminate the 's we nd from Eq. 6.69 the four conditions
1 + 2 + 3 + 4 2 + 31 + 42 3 1 + 4( 2 + 12 ) 4 12
= 1 = 1=2 = 1=6 = 1=24
(1) (2) (3) (4)
(6.74)
These four relations guarantee that the ve terms in exactly match the rst 5 terms in the expansion of eh . To satisfy the condition that er = O(k5), we have to ful ll four more conditions 22 + 3 12 + 422 = 1=3 (3) 23 + 3 13 + 423 = 1=4 (4) (6.75) 2 2 2 3 1 + 4( 2 + 1 2) = 1=12 (4) 31 1 + 42( 2 + 1 2 ) = 1=8 (4) The number in parentheses at the end of each equation indicates the order that is the basis for the equation. Thus if the rst 3 equations in 6.74 and the rst equation in 6.75 are all satis ed, the resulting method would be third-order accurate. As discussed in Section 6.6.4, the fourth condition in Eq. 6.75 cannot be derived using the methodology presented here, which is based on a linear nonhomogenous representative ODE. A more general derivation based on a nonlinear ODE can be found in several books.7 There are eight equations in 6.74 and 6.75 which must be satis ed by the 10 unknowns. Since the equations are overdetermined, two parameters can be set arbitrarily. Several choices for the parameters have been proposed, but the most popular one is due to Runge. It results in the \standard" fourth-order Runge-Kutta method expressed in predictor-corrector form as ubn+1=2 = un + 21 hu0n u~n+1=2 = un + 12 hub0n+1=2 un+1 = un + hu~0n+1=2 h i un+1 = un + 16 h u0n + 2 ub0n+1=2 + u~0n+1=2 + u0n+1 (6.76)
7 The present approach based on a linear inhomogeneous equation provides all of the necessary
conditions for Runge-Kutta methods of up to third order.
110
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
Notice that this represents the simple sequence of conventional linear multistep methods referred to, respectively, as Euler Predictor Euler Corrector Leapfrog Predictor Milne Corrector
9 > > = RK 4 > > ;
One can easily show that both the Burstein and the MacCormack methods given by Eqs. 6.66 and 6.67 are second-order Runge-Kutta methods, and third-order methods can be derived from Eqs. 6.72 by setting 4 = 0 and satisfying only Eqs. 6.74 and the rst equation in 6.75. It is clear that for orders one through four, RK methods of order k require k evaluations of the derivative function to advance the solution one time step. We shall discuss the consequences of this in Chapter 8. Higher-order RungeKutta methods can be developed, but they require more derivative evaluations than their order. For example, a fth-order method requires six evaluations to advance the solution one step. In any event, storage requirements reduce the usefulness of Runge-Kutta methods of order higher than four for CFD applications.
6.10 Implementation of Implicit Methods We have presented a wide variety of time-marching methods and shown how to derive their ; relations. In the next chapter, we will see that these methods can have widely dierent properties with respect to stability. This leads to various tradeos which must be considered in selecting a method for a speci c application. Our presentation of the time-marching methods in the context of a linear scalar equation obscures some of the issues involved in implementing an implicit method for systems of equations and nonlinear equations. These are covered in this Section.
6.10.1 Application to Systems of Equations Consider rst the numerical solution of our representative ODE
u0 = u + aet
(6.77)
using the implicit Euler method. Following the steps outlined in Section 6.2, we obtained (1 ; h)un+1 ; un = heh aehn
(6.78)
6.10. IMPLEMENTATION OF IMPLICIT METHODS
111
Solving for un+1 gives
un+1 = 1 ;1h (un + heh aehn )
(6.79)
~u0 = A~u ; f~(t)
(6.80)
This calculation does not seem particularly onerous in comparison with the application of an explicit method to this ODE, requiring only an additional division. Now let us apply the implicit Euler method to our generic system of equations given by where ~u and f~ are vectors and we still assume that A is not a function of ~u or t. Now the equivalent to Eq. 6.78 is (I ; hA)~un+1 ; ~un = ;hf~(t + h)
(6.81)
~un+1 = (I ; hA);1 [~un ; hf~(t + h)]
(6.82)
or The inverse is not actually performed, but rather we solve Eq. 6.81 as a linear system of equations. For our one-dimensional examples, the system of equations which must be solved is tridiagonal (e.g., for biconvection, A = ;aBp (;1; 0; 1)=2x), and hence its solution is inexpensive, but in multidimensions the bandwidth can be very large. In general, the cost per time step of an implicit method is larger than that of an explicit method. The primary area of application of implicit methods is in the solution of sti ODE's, as we shall see in Chapter 8.
6.10.2 Application to Nonlinear Equations Now consider the general nonlinear scalar ODE given by
du = F (u; t) dt
(6.83)
un+1 = un + hF (un+1; tn+1)
(6.84)
Application of the implicit Euler method gives
This is a nonlinear dierence equation. As an example, consider the nonlinear ODE du + 1 u2 = 0 (6.85) dt 2
112
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
solved using implicit Euler time marching, which gives un+1 + h 21 u2n+1 = un (6.86) which requires a nontrivial method to solve for un+1. There are several dierent approaches one can take to solving this nonlinear dierence equation. An iterative method, such as Newton's method (see below), can be used. In practice, the \initial guess" for this nonlinear problem can be quite close to the solution, since the \initial guess" is simply the solution at the previous time step, which implies that a linearization approach may be quite successful. Such an approach is described in the next Section.
6.10.3 Local Linearization for Scalar Equations General Development
Let us start the process of local linearization by considering Eq. 6.83. In order to implement the linearization, we expand F (u; t) about some reference point in time. Designate the reference value by tn and the corresponding value of the dependent variable by un. A Taylor series expansion about these reference quantities gives
! ! @F @F F (u; t) = F (un; tn) + @u (u ; un) + @t (t ; tn) n n 2F ! 2F ! 1 @ @ + 2 @u2 (u ; un)2 + @u@t (u ; un)(t ; tn) n !n 2 + 21 @@tF2 (t ; tn)2 + n
(6.87)
On the other hand, the expansion of u(t) in terms of the independent variable t is
! 2u ! @u 1 @ 2 u(t) = un + (t ; tn) @t + 2 (t ; tn) @t2 + n n
(6.88)
If t is within h of tn , both (t ; tn)k and (u ; un)k are O(hk ), and Eq. 6.87 can be written
! ! @F @F F (u; t) = Fn + @u (u ; un) + @t (t ; tn) + O(h2) n n
(6.89)
6.10. IMPLEMENTATION OF IMPLICIT METHODS
113
Notice that this is an expansion of the derivative of the function. Thus, relative to the order of expansion of the function, it represents a second-order-accurate, locally-linear approximation to F (u; t) that is valid in the vicinity of the reference station tn and the corresponding un = u(tn). With this we obtain the locally (in the neighborhood of tn) time-linear representation of Eq. 6.83, namely
! ! ! ! du = @F u + F ; @F u + @F (t ; t ) + O(h2) n n dt @u n @u n n @t n
(6.90)
Implementation of the Trapezoidal Method As an example of how such an expansion can be used, consider the mechanics of applying the trapezoidal method for the time integration of Eq. 6.83. The trapezoidal method is given by
un+1 = un + 21 h[Fn+1 + Fn] + hO(h2)
(6.91)
where we write hO(h2) to emphasize that the method is second order accurate. Using Eq. 6.89 to evaluate Fn+1 = F (un+1; tn+1), one nds
"
!
!
#
@F + O(h2) + F un+1 = un + 12 h Fn + @F ( u n+1 ; un ) + h n @u n @t n +hO(h2) (6.92) Note that the O(h2) term within the brackets (which is due to the local linearization) is multiplied by h and therefore is the same order as the hO(h2) error from the Trapezoidal Method. The use of local time linearization updated at the end of each time step, and the trapezoidal time march, combine to make a second-order-accurate numerical integration process. There are, of course, other second-order implicit timemarching methods that can be used. The important point to be made here is that local linearization updated at each time step has not reduced the order of accuracy of a second-order time-marching process. A very useful reordering of the terms in Eq. 6.92 results in the expression "
!#
!
1 2 @F u (6.93) 1 ; 21 h @F n = hFn + h @u n 2 @t n which is now in the delta form which will be formally introduced in Section 12.6. In many uid mechanic applications the nonlinear function F is not an explicit function
114
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
of t. In such cases the partial derivative of F (u) with respect to t is zero and Eq. 6.93 simpli es to the second-order accurate expression
"
1 ; 21 h @F @u
!# n
un = hFn
(6.94)
Notice that the RHS is extremely simple. It is the product of h and the RHS of the basic equation evaluated at the previous time step. In this example, the basic equation was the simple scalar equation 6.83, but for our applications, it is generally the space-dierenced form of the steady-state equation of some uid ow problem. A numerical time-marching procedure using Eq. 6.94 is usually implemented as follows: 1. Solve for the elements of hF~n, store them in an array say R~ , and save ~un. 2. Solve for the elements of the matrix multiplying ~un and store in some appropriate manner making use of sparseness or bandedness of the matrix if possible. Let this storage area be referred to as B . 3. Solve the coupled set of linear equations
B ~un = R~ for ~un. (Very seldom does one nd B ;1 in carrying out this step). 4. Find ~un+1 by adding ~un to ~un, thus ~un+1 = ~un + ~un The solution for ~un+1 is generally stored such that it overwrites the value of ~un and the process is repeated.
Implementation of the Implicit Euler Method We have seen that the rst-order implicit Euler method can be written
un+1 = un + hFn+1
(6.95)
if we introduce Eq. 6.90 into this method, rearrange terms, and remove the explicit dependence on time, we arrive at the form
"
1 ; h @F @u
!# n
un = hFn
(6.96)
6.10. IMPLEMENTATION OF IMPLICIT METHODS
115
We see that the only dierence between the implementation of the trapezoidal method and the implicit Euler method is the factor of 21 in the brackets of the left side of Eqs. 6.94 and 6.96. Omission of this factor degrades the method in time accuracy by one order of h. We shall see later that this method is an excellent choice for steady problems.
Newton's Method
Consider the limit h ! 1 of Eq. 6.96 obtained by dividing both sides by h and setting 1=h = 0. There results or
! @F ; @u un = Fn n
un+1 = un ;
"
@F @u
! #;1 n
(6.97)
Fn
(6.98)
This is the well-known Newton method for nding the roots of a nonlinear equation F (u) = 0. The fact that it has quadratic convergence is veri ed by a glance at Eqs. 6.87 and 6.88 (remember the dependence on t has been eliminated for this case). By quadratic convergence, we mean that the error after a given iteration is proportional to the square of the error at the previous iteration, where the error is the dierence between the current solution and the converged solution. Quadratic convergence is thus a very powerful property. Use of a nite value of h in Eq. 6.96 leads to linear convergence, i.e., the error at a given iteration is some multiple of the error at the previous iteration. The reader should ponder the meaning of letting h ! 1 for the trapezoidal method, given by Eq. 6.94.
6.10.4 Local Linearization for Coupled Sets of Nonlinear Equations In order to present this concept, let us consider an example involving some simple boundary-layer equations. We choose the Falkner-Skan equations from classical boundary-layer theory. Our task is to apply the implicit trapezoidal method to the equations
0
!21 df A = 0 (6.99) dt Here f represents a dimensionless stream function, and is a scaling factor. d3f + f d2f + @1 ; dt3 dt2
116
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
First of all we reduce Eq. 6.99 to a set of rst-order nonlinear equations by the transformations 2
u1 = ddtf2 ; u2 = df dt ; u3 = f
This gives the coupled set of three nonlinear equations u01 = F1 = ;u1 u3 ; 1 ; u22 u02 = F2 = u1 u03 = F3 = u2 and these can be represented in vector notation as
(6.100)
(6.101)
d~u = F~ (~u) dt
(6.102)
A = (aij ) = @Fi =@uj
(6.103)
Now we seek to make the same local expansion that derived Eq. 6.90, except that this time we are faced with a nonlinear vector function, rather than a simple nonlinear scalar function. The required extension requires the evaluation of a matrix, called the Jacobian matrix.8 Let us refer to this matrix as A. It is derived from Eq. 6.102 by the following process For the general case involving a third order matrix this is
2 66 66 A = 666 66 4
@F1 @u1 @F2 @u1 @F3 @u1
@F1 @u2 @F2 @u2 @F3 @u2
@F1 @u3 @F2 @u3 @F3 @u3
3 77 77 77 77 75
(6.104)
The expansion of F~ (~u) about some reference state ~un can be expressed in a way similar to the scalar expansion given by eq 6.87. Omitting the explicit dependency on the independent variable t, and de ning F~ n as F~ (~un), one has 9 2.2
8 Recall that we derived the Jacobian matrices for the two-dimensional Euler equations in Section 9 The Taylor series expansion of a vector contains a vector for the rst term, a matrix times a
vector for the second term, and tensor products for the terms of higher order.
6.11. PROBLEMS
117
F~ (~u) = F~ n + An ~u ; ~un + O(h2) (6.105) where t ; tn and the argument for O(h2) is the same as in the derivation of Eq. 6.88. Using this we can write the local linearization of Eq. 6.102 as
d~u = A ~u + F~ ; A ~u +O(h2) n n n n dt | {z }
(6.106)
\constant" which is a locally-linear, second-order-accurate approximation to a set of coupled nonlinear ordinary dierential equations that is valid for t tn + h. Any rst- or second-order time-marching method, explicit or implicit, could be used to integrate the equations without loss in accuracy with respect to order. The number of times, and the manner in which, the terms in the Jacobian matrix are updated as the solution proceeds depends, of course, on the nature of the problem. Returning to our simple boundary-layer example, which is given by Eq. 6.101, we nd the Jacobian matrix to be 2 3 ; u 2 u2 ;u1 3 0 0 75 A = 64 1 (6.107) 0 1 0 The student should be able to derive results for this example that are equivalent to those given for the scalar case in Eq. 6.93. Thus for the Falkner-Skan equations the trapezoidal method results in 2 h (u3)n ; h(u2)n h (u1)n 32 (u ) 3 2 ; (u u ) ; (1 ; u2) 3 1 + 1 3n 2 2 66 776 1 n 7 6 2n7 h (u1)n 64 ; 2 5 1 0 754 (u2)n 5 = h 4 ( u ) ( u ) h 3n 2n 0 ;2 1 We nd ~un+1 from ~un + ~un, and the solution is now advanced one step. Re-evaluate the elements using ~un+1 and continue. Without any iterating within a step advance, the solution will be second-order-accurate in time.
6.11 Problems 1. Find an expression for the nth term in the Fibonacci series, which is given by 1; 1; 2; 3; 5; 8; : : : Note that the series can be expressed as the solution to a dierence equation of the form un+1 = un + un;1. What is u25 ? (Let the rst term given above be u0.)
118
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
2. The trapezoidal method un+1 = un + 21 h(u0n+1 + u0n) is used to solve the representative ODE. (a) What is the resulting OE? (b) What is its exact solution? (c) How does the exact steady-state solution of the OE compare with the exact steady-state solution of the ODE if = 0? 3. The 2nd-order backward method is given by h i un+1 = 31 4un ; un;1 + 2hu0n+1 (a) Write the OE for the representative equation. Identify the polynomials P (E ) and Q(E ). (b) Derive the - relation. Solve for the -roots and identify them as principal or spurious. (c) Find er and the rst two nonvanishing terms in a Taylor series expansion of the spurious root. (d) Perform a -root trace relative to the unit circle for both diusion and convection. 4. Consider the time-marching scheme given by un+1 = un;1 + 23h (u0n+1 + u0n + u0n;1) (a) Write the OE for the representative equation. Identify the polynomials P (E ) and Q(E ). (b) Derive the ; relation. (c) Find er . 5. Find the dierence equation which results from applying the Gazdag predictorcorrector method (Eq. 6.65) to the representative equation. Find the - relation. 6. Consider the following time-marching method:
u~n+1=3 = un + hu0n=3 un+1=2 = un + hu~0n+1=3 =2 un+1 = un + hu0n+1=2
6.11. PROBLEMS
119
Find the dierence equation which results from applying this method to the representative equation. Find the - relation. Find the solution to the dierence equation, including the homogeneous and particular solutions. Find er and er . What order is the homogeneous solution? What order is the particular solution? Find the particular solution if the forcing term is xed. 7. Write a computer program to solve the one-dimensional linear convection equation with periodic boundary conditions and a = 1 on the domain 0 x 1. Use 2nd-order centered dierences in space and a grid of 50 points. For the initial condition, use
u(x; 0) = e;0:5[(x;0:5)=]2 with = 0:08. Use the explicit Euler, 2nd-order Adams-Bashforth (AB2), implicit Euler, trapezoidal, and 4th-order Runge-Kutta methods. For the explicit Euler and AB2 methods, use a Courant number, ah=x, of 0.1; for the other methods, use a Courant number of unity. Plot the solutions obtained at t = 1 compared to the exact solution (which is identical to the initial condition). 8. Repeat problem 7 using 4th-order (noncompact) dierences in space. Use only 4th-order Runge-Kutta time marching at a Courant number of unity. Show solutions at t = 1 and t = 10 compared to the exact solution. 9. Using the computer program written for problem 7, compute the solution at t = 1 using 2nd-order centered dierences in space coupled with the 4th-order Runge-Kutta method for grids of 100, 200, and 400 nodes. On a log-log scale, plot the error given by
v u M exact 2 u X u t (uj ;Muj ) j =1
where M is the number of grid nodes and uexact is the exact solution. Find the global order of accuracy from the plot. 10. Using the computer program written for problem 8, repeat problem 9 using 4th-order (noncompact) dierences in space. 11. Write a computer program to solve the one-dimensional linear convection equation with in ow-out ow boundary conditions and a = 1 on the domain 0 x 1. Let u(0; t) = sin !t with ! = 10. Run until a periodic steady state is reached which is independent of the initial condition and plot your solution
120
CHAPTER 6. TIME-MARCHING METHODS FOR ODE'S
compared with the exact solution. Use 2nd-order centered dierences in space with a 1st-order backward dierence at the out ow boundary (as in Eq. 3.69) together with 4th-order Runge-Kutta time marching. Use grids with 100, 200, and 400 nodes and plot the error vs. the number of grid nodes, as described in problem 9. Find the global order of accuracy. 12. Repeat problem 11 using 4th-order (noncompact) centered dierences. Use a third-order forward-biased operator at the in ow boundary (as in Eq. 3.67). At the last grid node, derive and use a 3rd-order backward operator (using nodes j ; 3, j ; 2, j ; 1, and j ) and at the second last node, use a 3rd-order backwardbiased operator (using nodes j ; 2, j ; 1, j , and j +1; see problem 1 in Chapter 3). 13. Using the approach described in Section 6.6.2, nd the phase speed error, erp, and the amplitude error, era , for the combination of second-order centered differences and 1st, 2nd, 3rd, and 4th-order Runge-Kutta time-marching at a Courant number of unity. Also plot the phase speed error obtained using exact integration in time, i.e., that obtained using the spatial discretization alone. Note that the required -roots for the various Runge-Kutta methods can be deduced from Eq. 6.69, without actually deriving the methods. Explain your results.
!"$#&%('*)",+-".0/&.21(3154768/&%(9".:'2.:/<;.26="$.:/&>?!#@6A.2BDC"':E"1#=F"".0G!#86&%('H%(?)I)"$CJ$")"6K1(/&>? C-%(#L/&.:M!F"'2%(#NC">"$"1BD!"1O9J$.2"PM$1"6A.:)"!#8!)RQS?M!%(6A31(4K/A>"3"1"':.2"!%(#UTWVWXZY[6\1(4 .2]/A!#A$68/^.:P_"F".2)`)?;a-%5Bb.:M!6!c*6L/d%(9".:'2.0/<;I.:6e1(4f/&$P)".268M!F"686A!)g.2h/A!#ABD6E1(4Z+?ij!)kCl1.2]/&6^%5") %5/8/&%5M$/&1(#A6!QmS</&>"$6AK/A!#8Bb6W%b68;a68/A!Bn.:6m6A%(.2)o/&1p9le68/&%(9"':K.2%qM!$#8/&%(.2)?1Bq%5.2U.:4rcs4t#A1B uCl1.:/A.2]/>"z.2\/Q|{}&>">"%5!/v68W)"%(1(#ABq~%(.2.:BDRc-Cl6A11(#8Bb/&%(w]/"1%5")#ABxq.:15/4yA!.:#8/A!6m6868/A1.2"'2F?K/AM!.211U."M$2!6mC?%(/A'6!u cj%z9";aF?6W/ %5/8v/&)"%51wM$/&"1$)o(//A)1b/&!>?'2K'l16&%5q/BbA>"@!+?Bij!.:) /&>?.26 u 1#AsQHTvF"#y9-%(68.2M}M$1"M!$#AD.26 u .0/&>E/&.:Bb
<)"$CJ$")"!]/TWVWX}u Y6*%(?)pTW^Xgu Y[6*.2 u >".2Md>^/&>? M!1a$DM$.2!]/@Bb%5/.2M!$6=%(#A^.:")"!Cl!?)"!]/w1(49l1(/A>I%(")
|6A$pa!M$/A.21"QjQE u .:'2'#8$4t$# /&1^68F"Md>Bb%5/.2M$!6Z%(6,(l(
Q>-%(C?/A!#A6~D%(")o E)"$G(!'21(CJ$)U/A>"=#A!C?#A!68!]/d%/&.:G(w4t1#8Bb6 1(4TWVWX}Y6e(!"$#&%5/A!)`4t#A1B¡/A>"N9-%(68.2MN¢*VWX}Y6K9;/&>"N68!BD.2)".:6AM$#A$/AN%(C"C?#A1]%(Md>£c*%(")h/&>?! /&>?vTW^X}Y6!"$#&%5/A!)D4t#A1B¤/A>"m#8!C"#8!68!]/d%5/A.:G(WTWVWX}Y6H9];q%5C"C"'2.:Mz%5/A.21E154£/&.:Bb
?.2" BD$/&>?1j)"6$Qy{}>"!68K$¥aF"%5/&.:1"6~%(#AW#8!C"#8!68!]/&$)9]; ¦y § b§ « ¬|§ 8® ¯ Q:°±® ¦ ©¨Oª %(") -§ ²z³J´ ¨Oµ -§ ²W« ¶ § ² ¯ Q·(® #A$6ACl!M,/&.:G(!'0;Q}¸-1#~%^1",¹68/A!CBD$/A>"1j)£c"/&>"@'º%5/8/&$#74t1#ABx.:6~1(9?/d%(.:"!)U9];U%(C"C"'0;a.2"b%^/A.2BD, Bb%(#AMd>".:"pBD$/A>"1j)/A1p/&>"E(!"$#A.2MET=VWX»4t1#AB¼.2%N4½%5.2#A'0;\68/A#&%(.:>]/A4t1# u %(#8)©Bq%5""!#$QK¸-1# ,i?%(BDC"':(c-/&>"@,ijC"':.2M$.:/mXyF"'2$#~BD$/A>"1a)'2!%()"6}/&1q¾ ¨À¿=ÁÃÂ-ª cl%(") ¶ § ² ¨ ħ¬ ½Å  ®
Q~Æo$/A>"1a)"6 .2]G(1':Ga.2?Z/ u 1~1#ÇBb1#8y68/A!C"6ÈMz%(w%(' u %z;a6Ç9J u #A.0/A/A[email protected]/&>"y4t1#8BÀ1(4?Xy¥lQ ¯ Q}9;v.2]/Qj)"F?M!.2? " u )?!Cl!")"$]/WG(%5#A.º%59"'2$6!Q~Ém1(/Ae%(':6A1D/&>-%5/m1"'0;UBb,/&>"1a)"6.: u >".:Md>/&>?w/&.:Bbw%(")6AC-%(M$ )".:6AM!#8$/A.2Êz%/&.21("67%(#8m/A#Az%/&!)N68!C-%5#&%5/A!':;bMz%5N9J u #8.:/8/&!q.2N%(q.2]/&$#ABD!)".2%5/&m6A!BD.0¹)".268M!#8$/& 4t1#8BË68F"Md>P%(6EXy¥sQ ¯ Q:°QU{}>"q4tF?'2':;]¹)".268M!#A,/&^4t1#ABUcXy¥sQ ¯ Q·%5")I/&>?N%(6A681jM$.º%5/A!)h6L/d%(9?.2'2.0/<; )",+-".:/A.21?6Z%(")o%(-%('0;j68.26Z%(#8=%(C"C"':.2M!%(9"'2m/&1D%('2'£Bb,/&>"1a)"6!Q °Ì(Í
°Ì5 ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ× ãpä±å æèçWéIçWê©ëçWê©ìZçîíDê ïðç ñÀò!ó^çWê©ôÄõUôÈïçWö TvF"#e)",+-".0/&.21("6e1(4~68/&%(9".:'2.:/<;%(#8p9-%(68!)P!]/A.2#A$':;1h/&>?N9J$>-%zGj.:1#e1(4Z/A>"N>"1BD1$"!1F?6 C-%(#L/&´ 6m1(4HXy¥a6$Q ¯ Q0°e%(?) ¯ Q·aQ{}>"e6L/d%(9?.2'2.0/<;N1(4HXy¥sQ ¯ Q0°e)"$CJ$")"6W$/A.2#8!':;U1o/&>"w!.2(!"6L;j6r /&$B 1(4 ª QD{}>"b6L/d%(9?.2'2.0/<;154}Xy¥sQ ¯ Q·NMz%(31(4f/A!%('2681U9lD#A!'2%5/&$)©/&1\/&>"D!.:!"6L;a68/&$B¡1(4 .:/A6KBb%5/.0iJQ÷~1 u ,G!#$c.:I/&>?.26KM!%(6Ap/A>"p68.:/&F"%5/&.:1I.:6K"1(/e¥aF?.:/&b6A1©68.2BDC"'2D6A.:"M!5cy.2h1F?# %(C"C?'2.2M!%5/&.:1"6Z/&1NC-%5#8/&.2%('È)".:øJ!#8!]/&.2%('Ä$¥F-%5/&.:1"6 !6ACl!M$.º%(':':;U>];aCJ$#A9l1'2.:Me1"$6d®,cÇ%p6L/d%(9?.2'2.0/<; )",+-".:/A.21Mz%()"$CJ$")1©9J15/&>/&>?e/&.2BDe%5")©6AC-%5M!^)".:øJ!#8!"M$.2"?Q@{}>?.26v.:6v)".268M!F"686A$).: j$M$/&.:1 ¯ Q?Qy-%('0;a6A.26Z1(4È/&>?!6A@!.:!?68;a68/A!BD6m>-%56~/A>"=.2BDCJ1#L/d%(]/Z%5)")"!)o%()?G5%(]/&%(W/&>-%/ .:/e.:G(!6D%(P!6L/&.2Bb%5/AN1(4m/A>"8(rùe%5/ u >".:Md>Ã%©6A1('2F?/A.21P%(C?C"#A1]%5Md>"!6D%68/&!%()?;]<6L/d%5/A\.:4m% 68;a6L/&!Bú.26w68/d%59"'25Q©1"68.2)"$#&%5/A.21 u .2':'H9lp.0G$I/&1Bb%5/A#A.2M$!6=/&>-%/e>-%zGN9l1(/A>hM!1BDC"':$/& %(")^)",4t!M,/&.:G(}!.:!"6L;a68/&$Bb6$cj68!~j$M$/A.21^"QjQÍ?c u .:/A>^%W#A!BD.2?)"!#È/&>-%5/H%vM$1BDC"'2,/&76L;j6L/&$B Mz%5I9lp%(#89".:/A#&%(#8.2':;oM!':16A^/&1%o)",4t!M,/&.:G(q1?(c|.: u >?.2Md>hM!%(6AbC"#&%(M,/&.:Mz%('H%(C"C?'2.2M!%5/&.:1"6WM!%( Bb%((W/&>?@C?#A1Cl!#L/&.2$6}1(4È/&>"='º%/A/&$#Z%(C"Clz%(#7/A1b)?1Bb.:-%5/A(Q S¹4 ª %(") µ %(#A=68/&%5/&.:1-%(#L;c u KM!%(Rcs.2N/&>?!1#L;U%5/~'2z%568/zc-$68/A.2Bb%5/&W/&>?!.2#}4tF"?)-%(BD!]/d%(' C"#81CJ$#8/A.2!6$Q¸-1#@,i?%(BDC"'25c|.:`j$M$/&.:1h"QÍ?Q q4t1F"")4t#A1Bè1F"#@BD1j)"$'7TWVWX}Y[6w4t1#@)".:4º 4tF"68.21o%(")oCJ$#A.21a)".:MWM!1]G$M$/A.21 u >"%5/M$1F"':)u 9lw
i?Cl!M,/&$)4t1#Z/&>"@!.:!]G5%('2F?@68CJ$M$/A#AF"BD6 1(4C"#&%5M$/&.:Mz%('|C">];j68.2M!%('*C"#A19?'2!BD6WM!1(/&%(.2?.2"p/A>"!68bC">?!"1BD!"%?cÄ68!D¸|.:"QR"Q0°QE{}>"$6Aq
i Cl!M$/&%5/&.:1"6%(#A~#A,4t!#8#A!)b/&1@Bq%(];E/A.2BD!6H.2^/&>"Z4t1'2':1 u .2"@%(-%5':;a6A.:6H154Û68/&%(9".2':.:/<;KC"#A1Cl!#L/&.:!6!Q {}>",;U%(#A=.2BDCl1#8/&%(]/7!?1F">\/&1^9l@68F"BDBq%(#8.2Ê$!)\9];p/&>"W4t1':'21 u .2?"û ü #8-¸ z 1%(#v'Ç)?%.:ijøJ.:F"6!Q 6A.:1©)"1BD.2-%/&!)_"1 u 6W/A>"bý"¹!.2(!]G5%('2F"$6/&$")/&1\'2.:E%('21("q/&>?D?!]%5/A.:G( ü .:-¸ qB 1#H%((CJ.2$-%#A(.:1j#L;b)".:%MmijM$.26!1Q]G$M$/&.:1j¹)"1BD.2-%5/A!)D_-1 u 6/&>"Wý"¹!.2(!]G5%('2F"$6H/A!")p/A1K':.2m%('21?w/&>? S<þBq%5;k.:/A!#8!68/A.2"`M!%(6A$6!cZ/&>"!.2(!]G5%('2F"$6q1(4W/A>"Bb%5/.2M$!6D.2þXy¥6!Q ¯ Q:°©%5") ¯ Q (% #8p6AF?DM$.2!]/e/A1©)"$/A!#8Bb.:"b/A>"p68/&%(9".:'2.:/<;(QS<`C"#8$Ga.21(F"6eMd>-%(Cj/&!#86!c u N)"!68.2-%/&!)h/A>"!68 !.:!]G5%(':F"!6o%(6ý-ÿ¼%(?)"ÿ 4t1#UXy¥a6$Q ¯ Q:°%(") ¯ Q·acW#A!68CJ$M$/A.:G$':;(cw%5") u u .:'2'v+-?) .:/ M!1(G(!".:!]/e/A1,i?%(BD.2?D/A>"q6L/d%(9".:'2.0/<;©1(47G5%(#8.21F"6@BD$/&>?1j)"[email protected]9J15/&>/A>"qM$1BDC"'2
iIýP%5") M!1(BbC"':,i C"'2%("$6!Q !"#$&%'($)+*-,/. 01%2. 3!4%657&84%693 3: % &4*&;
±Õ Ö × ãpä)A BÇê©ðçDC*çvêNïFEpïGIH©ò'Jzò$ïRõ íLKNMnæ ñPO8ô
°Ì1@
QSRUTSR&V WYXDZN[]\_^U`9Z3\_^acb
m÷ $#A u 36L/d%5/A/&>"6L/d%(")"%(#A)»68/&%(9".:'2.:/<;gM!#8.:/A!#A.:1 F"68!) 4t1#p1#8)".2-%5#8;g)".:øJ!#8!]/&.2%('v!¥F-%Ì /&.:1"6$Q ¸s1(#b%h,(l(
\Bq%/A. i c}Xy¥lQ ¯ Q0°o.:6\f9d-ù,dù,-e ©,¹f'e2ù^.04rc u >?! ¬ § .26 ¯ QÍ® M!1"6L/d%(]/!c o§ #A$Bq%(.:"679l1F"")ª ?!)%567g h Q Ém15/&W/&>-%/Z.2">"$#A$/~6L/d%(9".:'2.0/<;q)"$CJ$")"6~1"'0;p1\/&>"W/A#&%("68.2$/Z681'2Fj/&.21(U154Ä/A>"wT=VWX}Y[6!Q QSRUTSRUT [YaciPjlkZ`9Znmo^pqZrbDs tusv`9ZriPs
¹S 4-%ZBb%5/.0iW>"%(6|%ZM!1(BbC"':$/AH$.2$"68;a6L/&!BUc%5'2'1(4?.:/A6È$.2$]G!M,/&1#86%(#8*'2.2?z%(#8':;v.:")"$CJ$")"!]/!c %(")\/&>?wBb%5/.0iqMz%(U9lw)".2%(1"%('2.:Ê!!)q9;U%^6A.:Bb.:'º%(#8.:/<;^/A%("6L4t1#ABb%5/&.:1RQS%DM!%(6A@.:/ 4t1':'21 u 6=%5/@1"M$D4t#81B¡Xy¥sQÄ jQ· ¯ cÇ4t1(#@
i?%(BbC?'2(cÛ/A>-%5/=/&>"qTWVWX}Y6@%(#8b.:">"!#8!]/&'0;©68/&%(9"':D.04 %(")U1"'0;p.04 w ý"ÿ}y® x{z 4t1#Z%(':} ' | ¯ Q]® {}>".:6b6L/d%5/A!6b/A>-%5/!c4t1#D.2">"$#A$/q68/&%(9".2':.:/<;(c%(':'}1(4v/A>"ý $.2$G5%(':F"!6DBeF"6L/p':.2N1Rc1#D/A1 /&>?q'2,4f/K154rcÄ/&>?q.2Bb%(.:-%(#L;©%[email protected]/&>"bM!1BDC"':,iIý`C"'º%(?(Q\S<"6ACl!M,/&.:"©¸|.:"QÛ"Q0°c u p6A$ /&>"%5/w/A>".26@M!#8.:/A!#A.:13.26@6&%5/A.268+"!)I4t1#=/&>?qBD1j)"$'HTWVWXZY[6K#8!C"#8!68!]/&.:"9l1(/&>h)?.:øJF"6A.:1I%5") 9".:M!1]G$M$/A.21RQ}S¹/m6A>?1F"'2)o9J@!BDC">-%56A.2Ê$!) %(6~.:/~.26m%(U.2BDCJ1(#8/d%5/ZC?#&%(M,/&.2M!%('ÇM!1?6A.2)?!#&%/&.21( .2UM!1(G(!M,/&.21(j<)"1(Bb.:-%5/&$)o6L;a68/&$Bb6&®Z/A>-%5/~/&>"@6ACl!M$.º%('ÇMz%56A=4t1# u >?.2Md>©ý ¨~l .26=f 4e9
aù
.2D/&>"m)"1Bb%(.2D1(4Û6L/d%(9?.2'2.0/<;QÄS".:6M!%(6A.:/.26*/AF?m/&>"%5/ N§ )"1a!6"1(/)"!M!%z;N%(6H g h cj9"Fj/ "$.:/&>?!#~)"1j$6.0/m(#A1 u c£681b/&>?e%(9l1±GKM$1")".0/&.:1o.:6mBD$/!QZ¸|.2"%('2'0; u K"1(/Aw/A>-%5/~4t1#vTWVWX}Y[6 uM!#8.:.:/A/A>Ã!#A.:M$11RQBbC?'2$/A\!.2(!"6L;j6L/&$Bb6D/&>"o!.2(!]G$M$/&1(#A6qC?'º%z;P"1I#81'2\.:g/&>?o.:">"!#8!]/p6L/d%(9?.2'2.0/<; QSRUTSR Z3)Z3`^UyZnm^pcZrbDsvt/s`Zris
S<31#A)"$#W/&1\F"")"$#A6L/d%(")3/&>"D68/&%(9".:'2.:/<;o1(47TWVWXZY[6W/&>-%/w>"%±G(b)?$4t!M,/&.0GD!.2(!"6L;j6L/&$Bb6$c u .2?6ACl!M$//&>"-%5/&F?#A154Û/&>"$.2#H6A1':F?/&.:1"6H.2p$.2$"6AC-%5M!(Q*¸-1#*/&>?.26 u v)"#A% u 1(q/&>"m#A$6AF"'0/&67.: j$M$/&.:1"6="QjQÍU%5")$6ACl!M$.º%(':':;1(IXy¥6!QÇ"Q0° p/&1U"Q0° N.2©/&>-%/w68!M,/&.21(RQ^S"e4t1(#AB¼1(4*/&>"E#8!C"#8!6A$]/d%5/A.:GD!¥F-%/&.21(©Md>-%("$6W4t#A1B % 6A.:"':!¥F-%/&.21(p/&1^% (1#A)"%(N9"'21aMdsQ*¸-1#
i"%5BbC"':(cj.2"6L/&z%5)U154|Xy¥sQ""Q[ @e%K/<;aC".:Mz%('l4t1#AB1(4 /&>?@>?1Bb1(!"$1F"6ZC-%(#L/ZBb.:>]/}9l ´ - ý - R´ - ¨ ° ý ° ý
Ì° ( ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ× 4t1# u >".:Md>o1("W+-")"6Z/&>"=681'2F?/A.21 R´ 8® ¨ R´ z]®&¡"¢£ 8® ¨ ¤ z® Á R´ z®rU¥¦¡"¢)£ 8® ¨ § z]® Á z]®< Á ° R´ z]®< &¨ ¡"¢£ ¯ Q @(® S<"6ACl!M,/&.:"w/A>".26*6A1('2F?/A.21Rc u ~6A$m/&>"%5/*4t1#y6AF"Md>qMz%(68!6HM!1")?.:/&.:1 ¯ Q[wBeF?68/H9JZBD1j)?.:+-$) /&1E/A>"W4t1#AB w ý"ÿ7S® ©ªz 4t1#Z%5'2« ' | ¯ Q ® 6A.:"M!74t1(#C"F" #8}.2Bb%(.2"%(#8;@ýÛc] %(")E u 1(F"'2)E#81 ugu .0/&>"1Fj/9l1F"") ':.2"!%(#A'0;=1#¥F-%()?#&%5/L .2M!%('2'0;?®y.04Û z®¨ ¬ zK1#7R´ z]®l¨ ¬ zjQy{}>"!1#8$/A.2Mz%5'2':;E/A>".26M!1?)".:/A.21b.2668F?DM!.:!]/}4t1#6L/d%(9?.2'2.0/<; .2D/&>"6A!?6Av1(4Ä/d%5/A!BD!]/ ¯ QÍK68.2"M$m ®"¡°¯²± ³± £ g z@%(6y g h 4t1#7%5'2's"1j¹Ê!$#Aµ1 ´!Q*÷~1 u ,G!#$c .2`C?#&%(M,/&.2M!%('7%5C"C"'2.:Mz%5/A.21?6w/&>?NM!#A.0/&$#A.21(hBq%z;I9J u 1#8/A>"'2$6A6E68.2"M$p/&>"$#A\Bq%z;9J\%G(!#L; 'º%5#Am#A1 u /&>N154È/A>"vCl1':;a"1(Bb.2%('s9J,4t1#A/A>"v
i?Cl1"$]/&.º%5·' ¶L/d%5(!6}1±G(!# ¸D%(?)N9"#A.:"67%59J1Fj/ /&>?N)"!M!%±;(QP¸-F"#8/A>"!#8Bb1#8(c*1k%©M!1BDC"F?/A!#E68F"Md>Ã%©#81 u /&>PBb.:>]/E)"$68/Q±;h/&>"N681'2Fj/&.21( C"#81jM$!6A6~9l$4t1#8W.:/ZM!1(F"'2)\9l=/A!#8Bb.:-%5/&$)RQ Ém1(/A/&>"%5//&>?768/&%(9".2':.:/<;=M$1")".0/&.21( ¯ Q b&ù ¹ 4e
aùdR/&>"}.:Bq%((.2-%(#L;=%ij.26 u >".2Md>E/A!")"6Ä/&1W9l 1aM!M!F?C".2$)b9];e/A>"Z!.2(!]G5%('2F"$6*#A!'2%5/&$)E/&1=9".2M$1]G$M$/&.:1DC"#A19?'2!BD6!Q|÷m1 u $G$#!cjM!1")?.:/&.:1 ¯ Q .26*1(4£'2.0/A/&':71#*"1@C"#&%5M$/&.:Mz%('-.:BbCl1#L/d%("M$}.:4£6A.2(".:+-M!%(]/%(Bb1(F"]/&6*1(4R)?.26A68.2C-%/&.21(b%5#AZC"#A$6A$/!Q ãpä º »«¼©ö lç C*òz·ì GIJ½Epï G?H©"ò Jzò$ïRõ Lí KnM¿¾ ñ O8ô QSR$R&V WYXDZN[]\_^U`9Z3\_^acb
{}>"KTWDXgM!1BDC-%(".:1p/&1ba/&%5/&$Bb$]/ ¯ QÍE.26 ¸s1(#w%©,¹(½l(
^Bq%5/A#A. i cXy¥sQ ¯ Q·\.26^ Àqù,
A1eÁe N,¹f'e2ùW.:4rc u >"! ¶ § .26 ¯ Q ¯ ® M!1"6L/d%(]/!c "§ ²^#8!Bb%(.2?679J1(F"µ ")"$)%(6 Å g h Q ~68!Z/&>-%/F"BD!#8.2M!%('"68/&%(9".:'2.:/<;K)"!Cl!?)"61("':;E1(^/A>"Z/&%5"6A.:!]/H6A1':F?/&.:1E1(4£/A>"mTWDXgY6$Q {}>".:6~)?$+-".0/&.:1N1(4Ä68/d%59".2':.:/<;b.26}6A1(Bb,/&.2BD!6}#8$4t$#A#A$)U/A1q%56Z%(68;aBDC?/&1(/A.2MW1#7/A.2BDW68/&%(9".2':.:/<;(Q 6 v6L/d%5/A!)N%//A>"9l!.:"".:"w154R/&>".:6Md>"%(C?/&$#!c"6L/d%(9?.2'2.0/<;E)",+-".:/A.21?6%5#A?1(/F?".2¥F"5Q )?$+-".u 0/&.:1h1(4f/A!hF"68!)P.2h7¸V '2.0/&$#&%5/AF"#AD68/A!BD6K4t#A1B¡/A>"p)",G!':1C"BD!]/E1(4~¢*VWXÞ6A1 '2Fj/&.21("6p/&>-%/o)?1g"15/o?!M!$6A6A%(#A.:':; 4t1':'21 u /&>"36A$Bb.:)".268M!#8$/QF?/&5Q S< 6AF?Md>ÀMz%(68!6U.:/\.:6 %(C"C?#A1C"#8.º%5/AN/&13M!1"68.2)"$#b68.2BeF?':/d%5"!1F?6A':;/&>"U$øJ!M,/&6b1(4v9l1(/&>P/&>?U/A.2BD\%(")Ã68C-%(M$%(Cj C"#81±ij.:Bq%5/A.21?6!QÀ/A.2BD,<68C-%(M$v)"1Bb%(.2N.:67+?ij!)o%(")\68/&%(9".:'2.:/<;b.26})?$+-"$)o.:N/&!#8Bb6}154 u >-%/ >-%(C?CJ$"6/&1K6A1BD"1(#AB1(4R/&>?v6A1':F?/&.:1 u .0/&>".:b/A>".26)"1Bb%(.2b%(6/A>"vBD!6A>q.2]/&$#8G5%('261w/A1 Ê!$#A1b%5/Z6A1(Bb=M!1("68/&%(]/m#A%5/&.:1"Q|=)".268M!F"686~/A>".26}Cl1.2]/Z1(4ÈGa.2 u .2oj$M$/A.21 ¯ Q["Q
Õ±ÖÂaÖáÒÈÙLâoÓqÃ×?ÑJÐ@ÎÓ ×ÇÒ?ÐvØÙrÚÇÙ!ÒZÜgÐvà/=Î}Ý}àÄÓ*ÔlÅZÓHàKÎÓ ÝZß Ý}^Ó?> ×
QSR$RUT [YaciPjlkZ`9Znmo^pqZrbDs tusv`9ZriPs
°Ì ¯
1"68.2)"$#y%68$/y1(4JTW^XPY6(1ÌG(!#8"!)D9];e%M$1BDC"'2,/&$.2$"68;a6L/&!BUQ{}>"68/d%59".2':.:/<;=M!#8.:/A!#A.:1Rc %(M$M!1#8)".2"U/&1U/&>"bM!1")?.:/&.:136A$/e.2X*¥sQ ¯ Q ¯ cÄ4t1':'21 u 6@%5/K1("M!q4t#81Bè%o6L/&F")j;I1(4}X*¥sQ| ?Q·° %(").0/&6WM!1(BbC-%5".214t1(#vBeF"'0/&.2C?'2?l<#A1a1(/A6!cÛXy¥sQÇ ?QÍ ?Q^':z%(#8':;cJ4t1#W6AF"Md>368;a6L/&!BD6w%N/A.2BD, Bb%(#AMd>".:"EBD$/&>?1j)\.26}F"BD!#8.2M!%('2'0;q6L/d%(9"':=.:4Ä%(")U1"'0;p.:4 Æ "ÿ}® ® Æ xÞ° 4t1#Z%(':' |%(?)oÇ ¯ Q ® {}>".:6UM$1")".0/&.:1»68/d%/&!6N/A>-%5/zcm4t1#NF"Bb$#A.:Mz%('W6L/d%(9".:'2.0/<;cm%('2'v154w/A>"È $.2$G5%(':F"!6 9J1(/A> C"#8.2"M$.2C-%('%(")36AC"F"#8.21F?6!cÇ.:4H/&>"$#Ab%(#A^%5;?®WBeF"6L/w':.2e1(1#=.:"6A.:)"e/&>"^F"?.:/=M!.:#AM$'2E.2/&>? M!1(BbC"':,i J".26*)",+-".0/&.21(E1(4£6L/d%(9?.2'2.0/<;=4t1#HTWDXgY6*.26yM$1"68.268/A!]/ .:/A>^/A>"Z68/&%(9".2':.:/<;@)",+-".:/A.21e4t1(# TWVWX}Y6$Q|%(.2v/A>"68!"68.:/A.:GHMz%56A*1jM$M!F"#86È4t1(#Ç/A>"*CJ$#A.:1j)".:M,¹u M!1]G$M$/A.21=BD1j)"$' u >".:Md>KC"'2%(M!$6 /&>?ɶ8M!1#8#A$M$/ʸ\':1jM!%5/&.:11(4*/&>?EC"#A.:"M!.:C-%('Ë_Ìa#A1a1(/WC"#8!M$.26A$':;1©/&>"EF"?.:/WM$.2#AM$'2 u >?!#A^/&>? 6A1('2F?/A.21=.26È1"'0;W"$F?/A%('2'0;W68/&%(9"'25Q|¸-F"#L/&>"$#!c4t1#È%mM!1(BbC"':$/AH$.2$"68;a6L/&!BUc5/A>"H!.2(!]G$M$/&1(#A6 C"'2%±;q"1D#A1':W.2p/&>?@F"BD!#8.2M!%('R68/&%(9".:'2.:/<;q%(686A!686ABD!]/zQ QSR$R Z3)Z3`^UyZnm^pcZrbDsvt/s`Zris
{}>"*)".:6AM!F?6A6A.:1=4t1#£/&>?!6AH68;a6L/&!BD6ÈC-%(#&%5'2'2$'26l/&>"y)".:6AM$F"6A68.21=4t1#Û)",4t!M$/A.:G(TWVWX}Y[6!QÄXi?%(BD.2? Xy¥sQÄ jQ:° U%(")3"1(/Ab.0/&6=6A.:Bb.:'º%(#8.:/<; u .:/A>IXy¥sQ ¯ Q @jQDD6A!D/&>-%/@4t1(#@)?$4t!M,/&.0GqT=^X}Y[6w/&>? #A$¥F".2#8!)UBb1a)".:+"Mz%5/A.21q/A1 ¯ Q E.:6 Æ "ÿ7® ® Æ © ° 4t1#Z%(':' |%5")Ç ¯ Q ® 6A.:"M!)"$4t$M$/&.0Gv6L;a68/&$Bb6})?1e "1(/F-%(#A%(]/&!9J1F?")"!)?"!686Z4t1(# Æ Æ ¨ °ca4t1#
i"%5BbC"':m.:NXy¥sQ ¯ Q @e.:4 Æ Æ ¨ °w%5")o$.:/A>"!#Z z]®71#}R´ z]®D¨ ¬ z u @$/Z':.2"!%(#71#}¥F-%()?#&%5/A.2M=#A1 u /A>RQ ãpä Í Î òzö /ç Ï E\é GeìZÐ ç Epï G?H©"ò Jzò$ïRÑ õ Geê©ë ÒíDÔê ÓDlç Cyó^çWê©ìZçáí KoM¿¾ Pñ O8ô Õ $/UF"6U"1 u
i"%5Bb.:"©/&>"M!1("M!$C?/154K6L/d%(9".:'2.0/<; .2 %`)".0ø£$#A!]/ u %±;(QS<»/&>"C"#8$Ga.21(F"6 )".:6AM!F?6A6A.:1 u =M!1("6A.:)"!#8!).:\6A1BDW)"$/&%(.2'J/&>"W4t1':'21 u .2"e%(C"C"#81]%(Md>Rû °QZ{}>"w¢*VWX}Y6m%(#A@M!1(G(!#L/&!)o/&1qT=VWX}Y[6m9];U%(C?C"#A1zij.2Bb%5/&.:"e/&>?w68C-%(M!w)"!#8.:G5%5/A.:G$6Z1 %e+-".0/&WBD!68>RQ jQZS<">?!#A$]/6L/d%(9".:'2.0/<;q1(4È/&>?KTWVWX}Y[6~.:6}!6L/d%(9"':.268>"!)U9];NF-%(#A%(]/&$!.2?^/A>-%5// w ýly® x{z?Q Í?QZ{}.:Bb
pBD$/A>"1a)"6Z%(#AW)?$G$'21Cl!) u >".:Md>oF"%(#&%(]/A!v/&>"%5/ Æ ý Â ® Æ xÞ°w%5")N/&>".:6 .:67/d%(5!o/A1^9JW/&>?@M$1")".0/&.:1p4t1#}F"BD!#A.:Mz%('£68/d%59".2':.:/<;Q
Ì° 1 ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ× {}>".:6L
a±ùdmF-%(#A%(]/&!w/&>-%5/W%p68/d%/&.21(-%(#8;U6L;j6L/&$BocÛ$"!#A%5/&$)©4t#A1B %N¢*VWX 1©681BD6Ör¹jù
6AC"%(M!bBb$6A>Rc u .2'2'|>-%zGp%UF"Bb$#A.:Mz%('y681'2F?/A.21/&>"%5/@.26@9J1F?")"!)I%(6= ¨ Å Â g h Qp{}>".:6
a±ùdw£Ä(F-%(#&%5/A!K/A>-%5/)"!68.2#&%59"'2@6A1':F?/&.:1"6m%(#AK!"$#&%5/A!).:/&>?w/&.:Bb@Bb%(#AMd>C?#A1aM!!686 %(6Z9l1(/&>N/&>?=/A.2BDW%(")U6AC"%(M!@Bb$6A>\.2]/A!#8G5%(':6Z%(C"C"#81]%(Md>UÊ!$#A1"Q Ém1 '2,/F"6m)"$+""e68/&%(9".:'2.:/<;p.2o/A>"w/A.2BD,¹6AC-%(M$w68!"68(Q¸|.2#868/mM!1"6L/F"M$/=%^+-".0/&w/A.2BD, 6AC"%(M!@)"u 1Bb%(.2N'0;a.2" u .:/A>".2×zLxªØx½Ùþ%(")Úzxþyx{Û@Q1±G$#m/&>?.26})"1Bb%(.: u .0/&>U%^ #A.:) /&>"%5/Z.26}$¥aF?.26AC"%(M!$).2\9l1(/&>\/&.:Bbv%(")\6AC-%5M!w%(")\+?iN/&>?@BD!68>8(½v9];N/A>"=!¥F-%5/A.21 Ü ² ¨ µ EØ Ém
ia/*#A!)?F"M!}1F?#*TWDX3%(C"C?#A1zij.2Bb%5/&.:1K1(4-/A>"}¢*VWX©/&1=%/ u 15<':$G$' .Q[(Q0c(/ u 1W/A.2BD,"W4t1#8B 1(4|Xy¥lQ ¯ Q·jQy{}>?w>"1(Bb1(!"$1F"6ZC-%(#L/Z1(4Ä/A>".2674t1(#ABeF"'2%e.26 -§ ²z³J´ ¨ µ -§ ² ¯ Q0° z]® Xy¥sQ ¯ Q0° z\.26=6&%5.2)/A1o9lq6L/d%(9?'2^.:47%(];9l1F"?)"!).2".0/&.º%5'ÄG$M$/A1#!c _ ÝzcÄC"#A1a)"F"M$!6K%U9l1F"")?!) 6A1('2F?/A.21G(!M$/A1#!c -§ ²?cÈ%(6W/A>"^Bb$6A>36A>"#8.2"6W/&1UÊ!$#A1\4t1#=%\+ji?$) ܧ ²jQD{}>?.26=.26v/A>"^M!'º%56A6A.:Mz%(' )",+-".:/A.21@1(4-6L/d%(9?.2'2.0/<;QÇS¹/Ä.26È1(4f/&$K#A,4t!#8#A!)e/A1%56 Õ %i@1# Õ %iÞZ.2Md>]/&BK;(!#Ä68/d%59".2':.:/<;QÄ':z%(#8':; %(6}/&>?@BD!68>o.:]/&!#LG5%('26}1^/&1^Ê$!#A1?cs/A>"=F"Be9l!#Z1(4È/&.2BDW68/A!C"6$²c ßcsBeF"6L/m(1^/A1^.2?+-?.:/<;N.: 1#8)"!#H/&1eM$1ÌG(!#7/A>"v!]/A.2#A~+?ij!)\)"1Bb%(.:Rc6A1e/&>?M!#8.:/A!#A.:1q.: ¯ Q ¯ .26%K"$M!!686&%(#L;pM$1")".0/&.21( 4t1#7/A>".26}6L/d%(9".:'2.0/<;qM$#A.:/A!#8.21RQ {}>"~6A.2(".:+-M!%("M$}1(4J/A>".26y)?$+-".0/&.:1^1(4£6L/d%(9?.2'2.0/<;w%(#A.:6A!6y/A>"#A1F?> àÛ" ¹âá L ãd-ùd&4ù ÀEc >?.2Md> 68/&%5/&$6~/A>-%5/!c".:4|%EaF?Bb$#A.2M!%('RBD$/A>"1j)\.:6,¹ f'e2ù .:\/A>"=6A$"6Aw1(4 Õ %i"®}%(")Yd?,2,<ù,-£u /&>?! .:/.2L6 d ä(ù, åaù,-½Q Bb,/&>"1a).2L6 d?,2,rù,-È.:4*.0/C?#A1a)"F"M!$6W"1N!#8#A1# .:/&>"K{|%z;a'21#m6A$#A.2$6 6A$"6Az®.2D/&>"m'2.:Bb.0/*%(6*/&>"mBb$6A>p68C-%(M!.:"e%5")q/&>?m/&.:BbZ6L/&!Cq1w/A1KÊ!$#A1 u .:/A> Ü ²@+ji?$)Rc".: /&>?~>];aCl!#A9l1':.2M}Mz%56A±®
Qy{}>".26*.:64tF"#8/A>"!#*)".:6AM!F?6A6A$)p.2bj$M$/A.21 ¯ Q ?Q»BD$/&>?1j)^.266 d ä(ù,+ åaù,- .:4|.:/~M!1(G(!#8!6/A1D/A>"K
i?%(M$/m6A1':F?/&.:1o%(6~/A>"@Bb$6A>68C-%(M$.2"q%(")o/A.2BD=68/&$C1D/&1DÊ!$#A1p.: /&>?.26}Bb%(""$#!Q '2!%(#A'0;c?/A>".26}.:6Z%(\.2BDCJ1(#8/d%5/7C"#A1Cl!#L/<;Q C"C?':;a.2"^68.2BDC"'2v#8!M$F"#A68.21\/&1DXy¥sQ ¯ Q:° zjc u W+-?) -§ ² ¨Àµ ² _ § Ý %(")^F"68.2"vG(!M,/&1#H%(")^Bb%5/.0ui æ?¹"1#ABD6 6A$~mC"Cl!")". iEv®%(")E/&>"$.2#.:"!¥F-%5'2.:/<;@#8!'º%/&.21("6!c u w>-%zG( Æ¦Æ -§ ² Æ¦Æ ¨ Æ¦Æ µ ² _ § Ý Æ¦Æ x ÆçÆ µ ² ÆçÆèÆ¦Æ ² § Ý Æ¦Æ x ÆçÆ µ Æ¦Æ ² èÆ¦Æ ² § Ý Æ¦Æ ¯ Q0°°Ì® 0 *!4éñì ò: %6 ($+ q* +)ï2ó+ ô!cDõö4 : )-+0 202**+!(y+ï20 !*+*+.÷"&:v+r .ê!î1ø*ï°!4' * ë"!4.ú01%Dù*&ì°ð'°!ï2ûÊ:)üË+ýçþ' !40 ü%* !4; ì ï°: ($.u &í"ø S+.6îÿø*!c%'& %*)*+ : !cë·($.Êî1ë$&*+ì1&%'3% (y.)&% .u %ê!4' *;0234*&4*+ì°Ë!ø: *%"ï ê(S**!S &)c:%" +ï !4(S: ï+* !4 &%µ):ù +!4°: ûÊïü+ýç þ !4%I'þËù)!·2ûyüý¦ þ +"4þâ.+ë/!y ÿ+ + +,!4: Uï + !4!%v:ï ; + !4%u!4v ² õ 3; v)+*øâø : :*+ê*+!y+2
±Õ ÖÂaÖáÒÈÙLâoÓqÃ×?ÑJÐ@ÎÓ ×ÇÒ?ÐvØÙrÚÇÙ!ÒZÜgÐvà/=Î}Ý}àÄÓ*ÔlÅZÓHàKÎÓ ÝZß Ý}^Ó?> × °Ì° j.:"M!W/&>?@.:".:/A.º%('l)-%5/&%eG!M,/&1#Z.:6}9J1F?")"!)£cs/A>"=6A1':F?/&.:1pG$M$/A1#m.:6}9J1(F"")"$)o.04 Æ¦Æ µ Æ¦Æ xÞ° ¯ Q0°Ì® u4t1>"#}$6L#A/d %(9"ƦÆ.:µ '2.0/<Æç;Æ Q #A$C"#A$6A$/A6K%5; æ?<"1(#AB¼1(4 µ Qw{}>".26W.:6v1(4f/&$F"6A$)I%(6=%o4 ª,ù,-|M$1")".0/&.21( Ém1 u»u "!$)p/&1K#8!'2%5/&~/&>"m68/d%59".2':.:/<;E)",+-".0/&.21("6.0G$p.2qX*¥6$Q ¯ Q e%(") ¯ Q u .:/&>D/&>-%/ .0G!I.2hXy¥sQ ¯ Q:°ÌaQoS"U-ù,½81e8
(Á]=1(4 cÈ.Q5Q:cÈ.:/A6W!.:!]G5%('2F?D154Bb%ij.2BeF?BnBb%(".0/&F")"5Q^S-%5/eÿ d-ù ,
f<ù,
½(&ùEÁ d-ùK!1 Àqù Ëd-ù,IÁ d-ùK -ù ,½A1 eÄ8
(Á e2D ½4 -ù <£) À { u 1©4½%(M,/&6E%59J1Fj/e/&>"q#A!'2%5/&.:1I9l$/ u !$g68CJ$M$/A#&%('7#A%()".:.%(?)`Bq%5/A#A. i3"1#ABD6E%(#8 u !'2' "1 u Rû °QZ{}>"@6ACl!M,/A%('Ç#&%()".:F"6Z1(4y%^Bb%5/.0iN.:6Z.:/&u6 Ù ?1#AB u >"$o/A>"wBb%5/A#A.0ip.26Z"1#8Bq%5'c?.Q5Q:c .0/}M!1BDBeF?/A!6 u .:/A>\.:/&67/A#&%(?6ACl16A5Q jQZ{}>"=68CJ$M$/A%('Ç#&%()?.2F"6}.:67/&>"L e2 ù, f,2 a²
=1(4%('2'J"1#8Bb6$Q ¸-F"#8/A>"!#8Bb1(#A(c u >"$N¾ .:6?1#ABb%('c/A>"68!M$1")N.2?!¥F-%(':.:/<;E.:pXy¥sQ ¯ Q:°(°9l!M!1(Bb$67%(p$¥F-%('0 .:/<;(QS</A>".26mMz%(68(cÛXy¥sQ ¯ Q0°Ìb9l!M$1Bb$69l1(/&>©?!M!$6A6A%(#8;%(")©6AFjbM$.2$/4t1#6L/d%(9".:'2.0/<;Q~¸-#A1B /&>?!6AD#A$'º%5/A.21?6 u D)"#&% u / u 1.:BbCl1#L/d%(]/WM$1"M!':F"6A.:1"6@%(9l1F?/=/&>?DF"BD!#8.2M!%('y68/&%(9".2':.:/<;o1(4 BD$/&>?1j)"6}F?6A!)U/&1^6A1(':G@¢*VWX}Y6$Q ü {}>">"^$`/6L/d&%(>"9"p.:'2(.0/<1Ì;G(!M$#8#A"..:/A2!"#8©.º%pBb.23X%5/Ay#A.0¥i36!Q.:6K¯ "1Q \(#A%(Bb") %('Qo¯ Q0°Ì{}N>".2%(6w#A^.2"M.2$)?'2!F"]/)"&$.:6eMz%(68'|;a4tBD1(#WBb68,/d/&%#8/&.2.2M(1(c-%%((68#8;a;oBD68Bb;a6L,/&/&!#ABD.:M(6 c u%(?) M$.2#8M!F"'2%(]/NBq%/A.:M!$6!Q¤{}>"$6A3M!#8.:/&$#A.2%h%(#A9l1(/&>þ?!M!$6A6A%(#8;O%(")»68F?DM!.2$]/U4t1(# BD$/A>"1j)?6*/A>-%5/!?!#&%/&~6AF"Md>pBb%5/A#A.2M$!6*%(?)q)"$CJ$")p6A1('2!'0;eF"Cl1D/&>"~!.:!]G5%('2F?!6*1(4 /A>"=Bq%5/A#A.:M!!6$Q ü S¹.:6q4/AF">""6KL/d68%(CJ9?$'2M$/A#&9]%(;þ'È#&%5%(;)?g.2F"6~M!#81(.:/A4~!#A(.:-1=RQÀ1±G{}$>#AF"".6p:"4tp1(#qBb%5$/&"#8.0!i\#A%(.:6m'(Bb#Az%5%//&.2!M$#Z!6!/&c}>"%(/A1>""6ACl5cl!M,/A/&>"#AK%('BD#A$%(/A)">".21aF?) 6 M$1")".0/&.21(N.26}"$M!!686&%(#L; W9"F?/~"1(/~68F?DM!.2$]/~4t1(#}68/d%59".2':.:/<;Q r'5 &÷2+ì ï2ï4: : ël +2 3$.% ÿ&%2& ++4 !4*+%Dël !% %2!).3+ !4*+%?+ â4:2ê!4* !4ï2 * $0 01ï &*0°+!'* ): * .* 4ï2; Ë!) ì1y: & â+24%ú!*&ð'ï2):! !#"%$
°±Íz ãpä( QSR.SR&V
ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ× »«¼©ö çlC*òzì·GIJ½EpïG?H©"ò Jzò$ïRõ ÒíDê©ì~çWéïôxòzê ïyðç Òíbö öé J$*ç ) + Ï-,NJ'Geêç ªaua` W \4 Z3s52ªZrk64Ë`^UyZ `a `XDZ87bl^U` [ ^\3kZ
/1032
»>",/&>"$#1#*"1(/*/A>"m68!BD.0¹)".268M!#A,/&~%(C"C?#A1]%(Md> u %56H/&%(($q/&1=+-")D/&>"~)".:øJ!#8!"M$.2"w%(C"C?#A1zi .2Bb%5/A.21p154%E6A,/~1(4¢*VWX}Y[6!c-/&>"W+-"%('Û)".:øJ!#8!"M$=!¥F-%5/A.21"6ZM!%(o9lW#A$C"#A$6A$/A!)9]; -§ ²z³J´ ¨ µ -§ ²W« ¶ § ² ¸-F"#8/A>"!#8Bb1(#A~.:4 µ >-%(6%wM!1(BbC"':$/A: 97$.2$"68;a68/A!BUcj/A>"681'2F?/A.21D/&1@/&>"m>"1BD1!?!1F"6C-%(#L/ Mz%5%(' u %z;a6Z9J=
i?C?#A!686A$)©%(6 -§ ² ¨ Ü ´ ²´ ØR§ ´ Á èèè Á Ü qÿ ÿ² Ø-§ ÿ Á èèè Á Ü<; ;² Ø § ; u+-")>"\$#A%w=#A/&!>"'2 %5/&"ÿ.:1»q9%(l#8$W/ /&>"!W$N/$.2&>"$DG5%%(':5F"")!q6Z1(/&>?4 =µ ý\QyS¹$4|.2/&$>?]G@(68%5!'2F"BD$.06!¹Qy)".2{}68M!>"#A.:,67/&6AW$%5#8GC"$C"6Z#A1%(%(6}Md%w>G(2!#LF";p68M!!1()RGc (u !w".:M!!%(]/ F".:)"W%(67/A1 u >"!#8 u u =Bb.:>]/7
i?Cl!M,/Z/&>"J¹#A1a1(/&6/A1E'2.:#A$'º%5/A.:G(v/&1e/&>?WF"".:/7M!.2#8M!':v.2N/&>? M!1(BbC"':,Éi J¹C"'º%5"(Q\¸-1#W/&>?.26@#Az%56A1 u u .:'2'yC"#81jM$!$)I/&1U/&%5M!b/A>"D'21aM!F"6@1(47/A>" J¹#A1a1(/&6 %(6%D4tF""M,/&.:11(4/A>"KC"%(#&%(BD$/A!#ý Â 4t1#Z/&>?K!¥F-%/&.21("6BD1j)?!'2.:"^)".:øJF"68.21%(")Cl!#8.21a)".2M M!1(G(!M,/&.21(>=ÌQ ?A@CBEDGFH@JILKMONPNQRBSKTKVUR>BWN
|¸ .:F"#A ¯ Q:°E68>"1 u 6W/&>"E
i"%5M$/W/A%(M!E154H/A>"µJ¹#A1a1(/v.04.0/v.:6v!?!#&%/&!)39];ö¡ ¢X #A!C?#A!68!]/&.:" !.0/&>"$#^)".:øJF"6A.:1k1#^9".2M$1]G!M,/&.:1RQ SgM!%(6A$6b/A>" ü #A!C?#A!68!]/&6b/&>"U68/&%(#8/A.2"G5%('2F" uBb>"%($#A". 0/&Â`F")"¨ *1(z4Jý %5")].2?M!#A!¨ %(6A°($6!Q\c¸s/A>"1(#@/A/A#&>"%(qM$)"#A.0ø£$C"F?#A6A$.21(6A$B/AD.2"1jm)?/&!>"'c|ý )" [email protected]"#A%5z/&%5.:1'wB%(?)DI1a)""!$']>"%5!/&%(.0G)"56|Qo/A1 m6w%(/>?)"6 /&>?@1(#A.2(.2p%56ý Âp ¨ g «Dh QHTvN/&>"=1(/A>"!#}>"%(")Rc"4t1#/&>"=9".:M!1]G$M$/A.21\BD1j)"$'c"ý Âp{¨ u 'Y .26K%(' u %z;a6e.2Bb%(.:-%(#8;(Q\6K/A>"pBb%(".0/&F")"D1(4 Y .:"M!#8z%(68!6!cy/A>"b/A#&%(M$p#A$C"#A$6A!]/A.2"©/&>? 9".:M!1]G$M$/A.21bBb1a)"!'"/A#&%zG$'26%(#A1(F"")^/&>"~M!.:#AM!F?BD4t$#A!?M!~1(4£/A>"mF?".:/HM!.:#AM$'2(c u >".:Md>q.0/*"$G(!# '2!%zG!6$QD^BeF"6L/w9l^Mz%(#8$4tF"'y.:.2]/&$#AC"#8$/&.:" u >"!.:/=.26W#8!C"#8!68!]/&.:"o¡:Z\[ X Q^{}>"E4½%(M,/ /&>"%5/.0?/ e ùd^p/A>"KF"?.:/mM!.2#8M!':@BDz%5"61?':;N/&>"%5//A>"N1 À]²e f
aù}1(4/&>?K#A$C"#A$6A$/&%5/&.:1.:6 M!1(#A#A$M$/!c£.:/Z/A!'2':6mF?6"1(/A>".2?q1(4/A>"^ d?±ù7!#8#A1# 6A$eXy¥sQR ?Q["°Ì®
QZ{}>"KC">"%(6Ae$#A#81#m#8!'2%5/&$6 /&1E/A>"_ -±,f^/&>?@F?".:/ZM$.2#AM$'25Q
. +`ceï2d *& ÷·!4%6 + ï ë4!)ì !4aÿïµ&+ : b 3f4!)4 +0°÷ . +2êu)&:v02+& 4484* +S44(y; b 4+&&%2*h +ë"gI +ê&!($*A i ,2&4.I Ë8ì14:ï %µ . !4.k*j& & ð'.ï2;c4:_ô2*+!m!({ln·% 4!%2øÉ.!oâ%úê!4ø*y ø /: :_. -!4î(Sï2 + !4êï %L*4 %2. * ì !%'8&+ !4%/&4 +& &÷*+ 01&+ 84&:ë;
Õ±ÖqpÖÃàsr|âÓ*ÔZÙ,Î|ÐvÚP×ÇÒ?ÐvØÙrÚÇÙ!ÒZÜÀÎ}Ý}àeÎÓ*ÑÒ|×oÙrà ÒÄÏÓáÎ}ÝZâÑ*ÚÇÓutNÃÑ*ÚÛÐvàÓ °±Íj° v]QCR>wyx z{N|F}@ILF:@wyN~wyNEKMO@GF
mÉ 1 u '2,/vF"6WM$1BbC"%(#AK/A>"E,i?%(M,/J<#81j15//A%(M!$6 u .:/A>©6A1BDK/&>"%5/=%(#8EC"#A1a)"F"M$!)9];©%(M,/&F-%(' /&.:Bb
?.2"EBD$/A>"1j)?6!Q7{Ä%(9"': ¯ Q0°@6A>"1 u 6/A>"eý?U3#A$'º%5/A.21?6Z4t1(#m%^G5%(#A.:$/<;\1(4|Bb,/&>"1a)"6!Q ¸|.:F"#A$6 ¯ Q·K%5") ¯ QÍK.2':'2F"6L/A%5/&}/&>?#A$6AF"'0/&67C?#A1a)"F"M!$)N9];bG5%(#8.21F"6HBD$/&>?1j)"6 u >"!p/A>"$;q%(#8 %(C"C?'2.2$)/&1b/&>"eBD1a)"!'|TWVWXZY[64t1#)".:øJF"6A.:1%5")©CJ$#A.:1j)".:M,¹M!1]G$M$/A.21Rc£Xy¥a6$QR"Q[N%(")©?Q@jQ S¹/W.:6v.2BDC"'2.:!)U/&>-%5//&>"E9l!>-%zGa.21(#v6A>"1 u .26m/<;jC?.2Mz%5'1(4 u >-%5/ u .:'2'È>-%(C"Cl!.04y/&>"EBD$/A>"1j)?6 %(#87%(C"C?'2.2$)@/A1v)".0ø£F"68.21a 1#È)".2686A.2C"%5/&.:1jL®R)"1(Bb.:-%5/&$)w1(#ÄCl!#8.21a)".2MHM!1]G(!M$/A.21a<)"1BD.2"%5/&$) C"#819"'2$Bb6K%(6 u !':'%(6 u >-%5/E)"1a!6K>-%(C"Cl!`.:I/&>"qBb1a)"!'HMz%56A!6$QÆo168/e1(4}/&>"q.2BDCJ1#L/d%(]/ Cl16A68.29".:'2.:/A.2$67%(#8WM!1±G$#A!)9;q/&>"=.2':'2F"6L/A%5/&.:1"6!Q ° ©« þ°Z«Pý ¨ z |X ijC"'2.:M!.0/~X*F?'2!# « ký  ©« þ° ¨ z ´ Õ z%(C?4t#81 Í « ° Á U ý  ® Á ý ´ ¨ z } _ « ° Á ´ ý  ® Á ´ = ý  ©« ´ 9 ý Âo¨ z 7Í _ @ G°Z«ký ´  ®|«þ° ¨ z ´ S z ÞLW °±Í °~« ´ ý   ®|« ý   « = ° Á ´ ý  ® ¨  z ¨ Æo.:'2"W(/A> {Ä%(9"': ¯ Q0°QHj1BD@ýb« ÉÞ~$'º%5/A.21?6
Rv]QCxGz'BEK}vmDOz'NUTNKMO@C
|¸ .:F"#A ¯ QN6A>"1 u 6K#8!68F"':/A6@4t1#W/A>"b
ijC"'2.:M!.:/@XyF"':!#@Bb,/&>"1a)RQD»>"!F"6A$)I4t1#=)".2686A.:C-%5/&.:1j )"1BD.2"%5/&$)KMz%56A!6y.0/.:6Ä6L/d%(9"':4t1#È/&>"7#A%("*L xþý Â x/z?Q ' 68F-%('2'0;W/&>"Bq%((".:/AF")"H1(4JýD>-%56 /&1K9Jm!68/A.2Bb%5/&$)p%(?)p1(4f/&$p.:/.26*4t1F"?)p9];b/A#A.º%5'J%5")p!#8#A1#&®,Q|»>?!NF"68!)p4t1#9".2M$1]G!M,/&.:1 /&>?l J*/A%(M!v4½%(':'261F?/&68.2)"v/A>"=F"".0/}M!.:#AM!':4t1#Z%(':'J+-?.:/& Â cs%5")N/&>"WBD$/A>"1j)\>-%56}"1^#&%("( 1(4Ä68/&%(9".2':.:/<;b.2N/&>?.26}Mz%56A(Q ?ANR>xOIU@NEKMk@C
{}>".:6N.26\%I/ u 15<#81j1(/pBb,/&>"1a)Rc~6A.2?M!©/&>"$#A%(#8/ u 1 Y[6NC"#A1a)"F"M$!) 9];þ$G(!#8;OýÛQ »>?! %(C"C?'2.2$)h/&1©)".:6A68.2C-%5/A.21I)"1BD.2-%5/A!)hC?#A19"':!BD6 u U68!N4t#A1(B ¸|.:"Q ¯ Q·/A>-%5/e/A>"NC"#A.:"M!.:C-%('
°±Í]
ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ× Ι(σ)
Ι(σ)
λ h= 0
R (σ)
λ h= οο
σ = e λ h , λh
ωh= 0
- oo
a) Diffusion
R (σ)
σ=e
i ωh , ωh
oo
b) Convection
|¸ .2F?#A ¯ Q0°û*X|i?%(M$/Z/A%(M!$6m154ËJ¹#A1a1(/&64t1#}Bb1a)"$'R!¥F-%5/A.21?6!Q #A1a1(/@.26=6L/d%(9"':E4t1#@%o#&%5"^1(4Zý Â c|9"Fj/@/A>"D6AC"F"#8.21F?6w#81j1(/@.:6@?1(/zQpS<34½%(M$/!cÈ/A>"D6AC"F"#8.21F?6 #A1a1(/W6L/d%(#L/&6W1/A>"EF"".0/WM!.:#AM$'2E%(?)4½%('2':61F?/A6A.:)"E1(4H.:/m4t1#^1eÁe7w ý Â ®l©z?Qe÷~1 u $G(!#$cÇ4t1(# 9".:M!1]G$M$/A.21Mz%56A!6$c u >"!Iý3.:*6 ²j&ù^ÁÀDå(fl(
cJ/A>"EBb,/&>"1a)©.26"1(/=1"'0;6L/d%(9?'2(c£9"F?/=.:/ %(':6A1©C"#81j)"F?M!!6^%þ/A>-%5/e4½%(':'26wC"#A$M!.268!'0;h1h/A>"NF"".0/EM!.:#AM!':q.:h/&>"N#A%(" z x x¡°Q 6 u %(6^CJ1(.2]/&$)k1(F?/D%(9l1ÌG((c*/&>".:6E)"1a!6^"1(/^BDz%(£c*/A>-%5/E/A>"\Bb,/&>"1a)`.26 u .0/&>"1FjY/^Â !#A#81#!Q '0/&>"1(F">o/A>"=+-F"#8K6A>?1 u 6m/&>-%5/~/&>?!#Aw.26m%b#A%("@1(4 YÂ .: u >".:Md>/&>?K'2!%(C?4t#81bBD$/A>"1a) C"#81j)"F?M!!6H"1=!#8#A1#*.:b%5BbC"':.:/AF")"(c5.:/*6A%±;a6H"1(/A>".2"@%(9l1F?/y/A>"Z!#8#A1#*.2d?±ù,QÆo1#8~.:6y6&%(.:) %(9l1F?/}/A>".26}.:>"%(C?/&$u# ?Q B>N|BW@OC HUONUkRwFRF:MOI@JUKMNEKMO@
{}>".:6E.26^%(':6A13%/ u 15¹#A1a1(/EBD$/A>"1j)P9"Fj/zcHF""'2.:(p/A>"\'2z%5C?4t#A1©68Md>"!BD(cH/&>"N68C"F"#8.21F"6^#81j1(/ 68/&%(#8/A6@%5/W/&>"D1#8.2.:Rc£#A%5/&>"$#W/&>-%(31©/&>?DF?".:/=M$.2#AM$'25cÈ68!D¸|.:"Q ¯ QjQE{}>"$#A$4t1(#A(cÇ/&>?!#A^.:6 %o#A%("D1(4}#8z%('H"$]%5/&.0Gqý Â 4t1(# u >".:Md>I/&>?qBD$/&>?1j) u .2':'y9Jb68/d%59"'25QN{}>"q+-F?#AD6A>"1 u 6 /&>"%5/}/&>"=#A%(" W$")"6 u >"!ý Â © «@W° z^6A.:"M!@%5/}/A>-%5/ZCl1.2]/7/A>"=6AC"F?#A.21(F"6Z#A1a1(/}'2!%zG!6Z/&>? M!.:#AM$'2^%(") Æ Æ 9l!M$1Bb$6=#A!%5/&$#=/A>-%(31"5Qq{}>"D6A.0/&F-%5/A.21©.:6=¥aF?.:/&^)".0ø£$#A$/ u >"$I/&>? ý?<#A1a1(/W.:6vC"F"#8^.2Bb%(.2"%(#8;(Q@S</&>"%5/=Mz%(68D%(6 YÂ .:"M!#8z%(68!6@% u %z;©4t#81BnÊ$!#A1N/A>"^6AC"F"#8.21F?6 #A1a1(/K#A!Bb%(.:"6K.:"6A.:)"q/&>?pM!.:#AM!':N%(")`#8!Bb%(.2?6K68/&%(9"':q4t1#E%#A%("N154 YÂ Q3÷~1 u $G(!#$c/&>? C"#8.2"M$.2C-%('H#A1a1(/@4½%('2':6w1(F?/&68.2)"q/A>"pF"?.:/eM$.2#8M!'2D4t1#E%(':' YÂ z?cy%(")h4t1(#w/&>?N9".2M$1]G!M,/&.:1
Õ±ÖqpÖÃàsr|âÓ*ÔZÙ,Î|ÐvÚP×ÇÒ?ÐvØÙrÚÇÙ!ÒZÜÀÎ}Ý}àeÎÓ*ÑÒ|×oÙrà ÒÄÏÓáÎ}ÝZâÑ*ÚÇÓutNÃÑ*ÚÛÐvàÓ °±Í(Í σ1 σ1 λ h=-2
a) Euler Explicit ωh = 1
σ2
σ1
σ2
σ1
b) Leapfrog
σ2
σ1
σ2
σ1
λ h=-1 c) AB2
Diffusion
|¸ .:F"#A ¯ Q·jûy{È#&%5M!!6Z1(4âJ¹#A1a1(/&674t1#7G5%(#8.21F?6}Bb,/&>"1a)"6!Q BD1j)"$'R!¥F-%/&.21(\/A>"=Bb,/&>"1a)\.26}F"?68/d%59"'2W4t1#Z%(':' Â Q A¡hUR¢xN|£E@'OR>z#NKMO@C
Convection
}{ >"7/A#&%(Cl!Ê$1.2)-%5'jBD$/A>"1j)K.26%G(!#L;eCl1C"F"'2%(#|1?4t1#|#8z%(681"6/A>-%5/*%(#87C-%(#L/&.2%('2'0;W.2':'2F"6L/&%/&!) .23¸|.:"Q ¯ QÍ?QES¹/A6J<#81j1(/A6v4½%('2'Ä131#W.2"68.2)"e/A>"^F"".0/=M!.2#8M!':e4t1#W9J15/&>©/&>"^)".:6A68.2C-%5/A.2"\%5") /&>?qCl!#A.:1j)?.2MEM!1(G(!M,/&.2?Mz%(68N%(")£c|.24½%(M,/zcfm2^,¹f'e2ùL¤zb1eÁeä1esùdN6¤Ký  ¤zËdad ýÀft±4ù e ¤q2\f9 d-ù,&ù,-+ e , f'e2ù,Q (F"6L/D'2.25q/&>?U':z%(Cj4t#A1©BD$/A>"1j)P.0/E>-%(6e/A>"\Mz%(C-%59".2':.:/<;31(4 C"#81j)"F?M!.2?I1"'0;`C">-%56A$#A#81#b4t1#E/A>"Cl!#8.21a)".2MNM$1]G!M,/&.:"`Mz%(68(c}9"Fj/b/A>"!#8.26b%Bb% ¥81# )".0ø£$#A!?M!~9J,/ $!p/&>?Z/ 1e68.2"M$Z/A>"Z/&%5CJ$Ê!1.:)-%('-BD$/&>?1j)DC"#A1a)"F"M$!6H"1e%5BbC"':.:/AF")"7$#A#A1(# 4t1#@(- Ys ¦ u "1( / ¥8F"6L/%Eu ':.2BD.:/&$)p#&%5"W9l$/ u !!zLx Y xÞ°Q
°±Í(
ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
NJ§R>£kR>NEKMO@
{}>"*
=%(Ê!)-%5WBb,/&>"1a) u %56H)?!6A.:"$)D/A1WC"#A1a)"F"M$~':1 u C?>-%(6AZ$#A#A1(#!Q*j.:"M!}.0/&6Md>"%(#&%(M,/&$#A.26L/&.:M Cl1':;a"1BD.º%5'|4t1# .26@%UM!F"9".:M {|%(9?'2 ¯ Q:°(cÄ"1?Q°z®,cÈ.:/@BeF"6L/e>-%zGD/ u 16AC"F"#8.21F?6K#A1a1(/A6w.: %()")?.:/&.:1/A1\/A>"EC"#8.2"M$.2C-%('Ä1"5Qe{}>"!68q%5#AE6A>?1 u 3.2¸Ä.2"Q ¯ QÍjQKS<39J1(/A>/&>"^)".:6A68.2C-%5/A.21 %(")o9".2M$1]G$M$/&.:1M!%(6A$6!c£%b6AC?F"#A.:1F"6~#A1a1(/~'2.2BD.:/A6/&>?w6L/d´ %(9".:'2.0/<;Q7¸-1#}/A>"K)".:6A68.2C-%5/A.2"^M!%(6A5c %p6AC?F"#A.:1F"6v#81j 1(/'2!%±G(!6v/A>"eF"".0/WM!.:#AM$'2 u >?!ý  ©¤« cÛ%5")4t1#m/A>"E9".:M!1]G$M$/A.2"NM!%(6A5c u >"$ Y¨Â Q*Ém1(/A=/A>-%5/Z9l1(/&>\68C"F"#A.:1F"6Z#A1a1(/A6Z%(#A='21aMz%/&!)U%5/}/A>"=1#A.:.2 u >"!ý ¨ z?Q Ie©ªkN|BW@GRO¬«k@DkUKMC HUkN|UsDGkJNW®PDkKVKVRyNEKMk@CGF3©u®~¯°RO±®P²
{È#&%(M$!6\1(4=/&>"öl<#A1a1(/A6q4t1#q/A>"6A!M$1")jb%5")þ4t1F"#8/A>j<1(#A)"$#ÔÞ~F?",WF?/A/&%hBb,/&>"1a)"6\%(#8 6A>?1 u Ã.2g¸|.2"Q ¯ QÍjQ {}>"o+"F"#A$6b68>"1 u /&>-%/q9l1(/&>kBD$/&>?1j)"6b%(#8o6L/d%(9"':N4t1#D%#&%5"\1(4 ý >"$3ý .26m#A!%('%(?)"!%5/&.0G(c£9"F?/v/A>-%5//A>"e#A%("e154*68/d%59".2':.:/<;N4t16# Þ*Wp.:6#8z%5/A!#!c 1 .:"u w%('2BD1Â68/H%5'2'"/&>? u %±;^/A1@LaQ ?c u >"$#A!%(6SÞL@@.26H'2.:Bb.0/&$)e/&1@rjQyTvD/&>"m1(/&>"$#>"%(")b4t1(# 9".:M!1]G$M$/A.21öÞL@^.:6mF?"68/&%(9"'2=4t1#m%('2' Y c u >"$#Az%5l6 Þ*Wb#A!Bb%(.:"6Z.2"68.2)"=/&>"@F"".0/M$.2#8M!'2 4t1c# zx Y x ³ aQ*Tv"vMz%5p6A>"1 u /&>"%5//A>"l ÞLWK68/&%(9".:'2.:/<;e'2.2BD.:/*.:6%59J1Fj/ Æ ý Â Æ ©»´ @4t1(# %(':'£M!1(BbC"':,ioý  4t1(# u >".2MdÚ> w ýJS® x{z?Q QSR.SRUT $µ `>4A¶l^k^U`1tF)ac\·µ/i¸4kkT¹»º
¹S /H.26*.2]/A!#A$68/A.2"=/&1@C"F"#86AF"~/&>"~¥F"!6L/&.21(q1(4£68/d%59".2':.:/<; u >?!b/A>"Z/&.2BD}68/A!Cb6A.2Ê$(c  ca.:6*6ABb%('2' 6A1b/&>-%5/%(M$M!F"#A%(M$;o1(4*%(':'Û/&>"eý"¹#A1a1(/&6~.26~1(4y.:BbCl1#8/&%("M$(Qmj.:/AF-%5/A.21"6}4t1# u >".:Md>/&>".:6m.:6m"15/ /&>?@M!%(6A@%(#8=M!1"68.2)"$#A$).2U>"%(C?/&$#6jQ 8z'5'OF
':'|M$1]G!]/A.21-%5'|/&.:Bb
".:"qBD$/A>"1a)"6vC"#81j)"F?M!^%NC"#A.:"M!.:C-%('È#A1a1(/v/A>-%5/W.:6G$#8;©M$'2168 /&1 ¡ ¢X 4t1(#p6ABb%('2'~G5%('2F"$6\1(4Eý Â Q {}>"!#8$4t1#8(cv1(»/A>"9-%(68.26N1(4@/&>"C"#8.2"M$.2C-%5'#A1a1(/!cm/&>? 68/&%(9".:'2.:/<;b1(4|%EBb,/&>"1a)N/&>-%5/Z.:6}#A$¥aF?.2#A$)U/A1^#A!681':G(K%e/A#&%("68.2$/Z681'2Fj/&.21(N1ÌG(!#m%E#A!'2%5/&.0G$':; 6A>?1#8/m/&.2BD@6AC-%(Bq%z;U9JK%qBD1j1(/~.:6A6AF?(QWaF"Md>©Mz%(68!6W%5#Aw/<;aC".0+-!)©9];\/&>?e_ }b%(")öÞL@ BD$/&>?1j)"6 >"$/&>",;%5#Aw%(C"C"':.2!)\/&1q%b9".:M!1]G(!M$/A.21C"#A19?'2!BUQ}¸|.:6!Q ¯ Q5Mw%(") ¯ QÍ4y6A>"1 /&>"%5/m4t1(#~9lu 1(/A>BD$/&>?1j)"6}/A>"KC"#8.2"M$.2C-%5'R#A1a1(/Z4½%('2':6}1F?/A6A.2)?@/A>"wF?".:/~M!.:#AM$'2@%(")o.26~F""68/&%(9"u': 4t1#m%('2' YÂ QZ÷~1 u $G(!#$cR.:4Ä/&>"=/A%("6A.:!]/v681'2Fj/&.21(U154y.2]/&$#A$68/vM!%(9l@#A!681':G(!)©.:%D'2.2BD.:/A!) F"Be9l!#*1(4l/&.:Bb76L/&$C"6H/A>-%5/H%(#8}6ABb%('2'j.2E/&>?~68!"68m154J/A>"}+-F"#8(c]/&>"Z$#A#A1(#yMz%(F"68!)b9;K/&>".:6 .2?68/d%59".2':.:/<;DBq%z;N9lW#A$'º%5/A.:G(!':;qF"".:BbCl1#8/&%(]/zQS¹4È/&>?w#81j1(/7>-%()\4½%('2':!N.2?6A.2)?v/&>"=M!.:#AM$'2v/&>? BD$/&>?1j) u 1F"':)>-%zGE9l!$)"!M$'º%(#8!)6L/d%(9"':e9"F?/W%(!#8#A1#1(4y/&>"K6&%(BD ÀD å(-f
aù u 1F"':) >-%zG~9l!!bM!1BDBD.:/A/A!)Rc¥8F"68/H.2E/A>"Z1C"Cl16A.0/&})".:#A!M,/&.:1RQ¸-1#/A>".26y#8z%(681b/A>"Z_}=%(")^/&>? ÞLweBD$/A>"1j)?6~>"%±G(w9l1(/A>U9l!$F"68!)o.2\6A$#A.21(F"6Z¥aF"%(]/&.:/&%5/&.0G=68/AF")".:!6Z.2]G1(':Ga.2"^Cl!#8.21a)".2M M!1(G(!M,/&.21(RQþ{}>".26D.2")k1(4.2"6L/d%(9".:'2.0/<;h.26^#8$4t!#8#A$)g/&1%(6DBb.:'2)P.2?68/d%59".2':.:/<;I%(")Ã.:6^"1(/b% 6A$#A.:1F"6ZC"#A1(9"'2$BF"")?!#Z/&>"=M!.:#AM$F"Bb6L/d%(?M!!6Z)".:6AM$F"6A68!)RQ
Õ±ÖqpÖÃàsr|âÓ*ÔZÙ,Î|ÐvÚP×ÇÒ?ÐvØÙrÚÇÙ!ÒZÜÀÎ}Ý}àeÎÓ*ÑÒ|×oÙrà ÒÄÏÓáÎ}ÝZâÑ*ÚÇÓutNÃÑ*ÚÛÐvàÓ °±Í@
σ1
σ1
λ h=- οο
d) Trapezoidal
ω h = 2/3
σ2
σ1
σ3
σ3
σ2
σ1
e) Gazdag
σ1
λ h=-2
σ1
f) RK2
σ1
σ1
g) RK4
λ h=-2.8 Diffusion
ωh= 2
Convection
¸|.:F"#8 ¯ QÍjûy{Ä#A%(M!$6m1(4âJ¹#A1a1(/&64t1(#ZG5%(#8.21F?67Bb,/&>"1a)"6 M$1]/zY[)s®,Q
2
°±Í
ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
½ R¢KRF KU@xGMOB¨OF
{}>"$#A~.26*%WBeF"Md>bBb1#8}6A$#A.21(F"6*68/d%59".2':.:/<;wC"#A19?'2!B 4t1#y6ABb%(':'  /A>-%5/HMz%(D9l~9?#A1F"(>/H%59J1Fj/ 9];K/A>"7,ij.:68/&$"M!Z1(4sM$!#L/d%(.:e/<;jCl!6y154s6AC"F"#8.21F?6#A1a1(/&6$QyTv"}1(4-/A>"79l!6L/*.2'2':F"68/A#&%5/A.21?6È154-/&>".:6 .2")o1(4yC"#819"':!B 6L/&!BD6m4t#81B %bM$#A.0/&.2M!%('R6L/&F")?;o1(4Ä/&>"wBb16L/m%(M!M$F"#&%5/A(cJ,ijC"'2.:M!.0/zc"/ u 15<6L/&!C£c '2.:"z%5#7BeF"'0/&.26L/&$CNBb,/&>"1a) 6A$w{Ä%(9"': ¯ Q0°Ì®,û -²±³J´ ¨ «~-² Á @s² ¯ ´ Á A ¾ 5 ² Á ² ¯ 6´ ¿ ¯ Q0°±Í]® Tv"NMz%5g68>"1 u cF"68.2"©/A>"NBb,/&>"1a)"6E.0G$k.:gj!M,/&.21(g jQ ?cy/A>-%5/e/A>".26EBD$/A>"1j)P.:6K/&>".:#A)j 1#8)"!#%(M!M$F"#&%5/AK9l1(/&>o.2U/&!#8Bb6~1(4 ¡VÀ ¢ %(")ö¡VÀ:Áacl6A1q4t#81B %(©%5M!M!F?#&%(M,;oCl1.:/m1(4Ga.: u .:/~.:6 %5/8/&%5M$/&.0G5Qy÷m1 u $G$#!c-':$/F"67.2?6ACl!M$/.:/A66L/d%(9".:'2.0/<;E$G(!N4t1#*G!#L;p68Bq%(':'"G5%('2F"$61(4Çý  Qy{}>".:6 Mz%53!%(6A.:':;U9l^%(M!M$1BbC?'2.268>"!)9;68/AF")?;a.2"\.0/&6vMd>-%5#&%(M,/&!#8 .26L/&.2MKCJ1'0;a"1BD.º%(' u >"$Iý  g z?Q ¸-#A1B X*¥sQ ¯ Q0°±Íb.0/~4t1('2'21 u 6}/&>"%5/Z4t1#vý Â\¨ z?c 'à ® ¨ à Á à « @jQ7¸l%5M$/&1(#A.2?s Ǯ ¨ z u!¥qF-%5+-'R")/&»1U °c- Û®%(")ר «c-%^À6AC"°Ì®F? #A.21(Á F"6}@(1® "¨ 5c-!z?¥QUF-{}%('Û>"/&!1e#8N @´%(Ä%#AÄ D/ u o1 J<#81j1(/A6! £´,c|/A>"qC?#A.2?M!.2C"%('*1"(c S"NM!1("6A$¥aF?!"M$!6p1(4~/&>?.26e#8!6AF?':/zcH1"NBKF"68/DF"")?!#A6L/d%(?)g>"1 u BD$/&>?1j)"6 u .0/&>\6AC?F"#A.:1F"6Z#A1a1(/&6 u 1#8p.2\C"#A%(M$/A.2M!5QyIW"1 u /A>-%5/}/&>?$;U%(#8W"1(/Z6A$':4Ä68/&%(#8/L .2?"cl%(")/A>"K68CJ$M!.º%5'ÈC?#A1aM!!)?F"#A$6vMd>"168!/&1b68/&%(#8/m/&>"$B¼.:".:/A.º%(':.2Ê$/&>"wM!1a$DM!.:!]/&6m1(4y/&>? 6AC?F"#A.:1F"6Z#A1a1(/&6$c-/&>" Ü ÿ ® 4t1/# Ç °w.:Xy¥sQl ?QÍ( ?QS¹4Ä/&>"=6L/d%(#L/&.2?bC"#81jM$!686m.:6 u !':'Û)"!68.2?!) /&>?!6AbM!1a$DM!.:!]/&6K%(#A^4t1#8M!!)3/&1U9J^G$#8;6ABb%('2'cÇ%(").:4H/&>"bBb,/&>"1a).:6=68/d%59"'25cÈ/A>"$;3,/ 6ABb%(':'2!# u .0/&>g.2"M$#Az%56A.2? Å Q»÷m1 u ,G$#!cZ.:4m/&>"UBq%5".:/AF")"\´ 1(ÝL4Å 1"U1(4v/&>?o68C"F"#A.:1F"6 .:6 !¥F-%5'Ä/&1 @jcl1"KM!%(68!e)".:6&%(6L/&$#.26~.2BDBD.2"$/~9l!M!%(F"6A @® ° zWÆ!QmXG$%^G$#8;o6ABb%('2' .2?.:/&.2%('"G5%('2F?m1(4 Ü ÿ ® .26¥aF?.2Md':;b1±G!# u >"!':Bb$)RQHjF"Md>\BD$/A>"1j)?67%(#8vMz%(':'2$)qMz%/d%(6L/A1(C">".2M!%('2'0; F""6L/d%(9?'2@%(")U%(#8 u 1#L/&>"':!6A6Z4t1#}BD168/!c".:4È"15/~%('2'c?M!1(BbC"Fj/d%5/A.21"6$Q 8z'kNPROOR>wFK ¼xNÇwyNEKMk@CGF
¹S 4 u w.:"6ACl!M,/m/A>" J<#81j1(/Z/A#&%(M$!6~1(4|/A>"wBKF"':/A.2C"':v#A1a1(/~Bb,/&>"1a)"6~.2o¸|.2(6!Q ¯ Qb%5") ¯ QÍ?c u +-")/&>?!B /A1\9JE1(4H/ u 1U/<;aCl!6!QDTv"e/<;aCl^.26v/<;aC".:+"!)9];/&>"^':z%(C?4t#81NBD$/&>?1j)RQwS<©/&>".:6 Mz%56AZ%v6AC?F"#A.:1F"6y#A1a1(/4½%5'2'26}pÁd-ù·a-f,fÊ4e2ù u >"$ Â g z?QÄ{}>"Z1(/&>"$#|/<;aCJ}.:6,ij$BbC"':.:+-$) 9];/&>"p5")j¹1#A)"$#Km)-%(BD6L6 %(6A>?4t1(#8/&>I%(")
@%(Ê$)-%(oBb,/&>"1a)"6!QUS".26@Mz%(68p%(':'*6AC"F"#8.21F?6 #A1a1(/A674½%('2'*©ÿ d-ùE
å(f u >"! Â g z?Q {}>"m4t1(#ABD!#y/<;aCJ~.26*#A,4t!#8#A!)b/&1w%(6%ÈÁe £ùLÈ3ù,Ád-'
(QHj.2"M$~%5/':z%(6L/H1"~6AC"F"#8.21F?6#81j1(/ 4t1#%\Æo.2':"KBD$/A>"1j)%(' u %z;j6W6L/d%(#L/&6v1(/&>"eF?".:/WM$.2#8M!'25cJ/A>"eBD$/&>?1j).:6v'2.:($':;N/&1N9l!M$1BD F""6L/d%(9?'2v4t1#7681BDvM!1BDC"':,iNýo%(6 Â C"#A1aM!$!)"6~% u %±;q4t#A1BÊ!$#A1"QHTvN/&>"W9"%(6A.:671(4Ä%e{|%z;a'21(# 6A$#A.:!6v
i?C"%("6A.:1RcR>?1 u $G(!#$cÇ/A>"!68EBb,/&>"1a)"6%(#Ae(!"$#&%(':':;\/&>"KBb16L/W%(M$M!F"#A%5/&K.2"681(4½%(#v%56 /&>?$;NBD.2".:Bb.:Ê!wÿ d-µù d±{ù ª,ù,-£.:N/&>"='2!%()".:"e/&$#AB4t1·# ¡VÀ £ Q {}>"3'º%5/8/&!#b/<;jCl.26N#8$4t!#8#A$) /A1g%56\%(ÊÉu
]1 ÀKË È3ù,Á d-'
(Qj.2?M!©4t1#p/&>?!6ABD$/A>"1j)?6 %(':'|6AC?F"#A.:1F"6WBD$/&>?1j)"668/d%5#8/@%5/v/A>"E1#8.2.:4t1# ©¨ z?c£/A>"$;>-%zGD%pF-%(#A%(]/&$!)3#&%("(e1(4
±Õ ÖªÌ]ÖkàÍr|âoÓHÔZÙ,Î|ÐvÚP×ÛÒ"ÐØÙrÚÛÙ!ÒZÜÞÎ}Ý}àeÎÓ*ÑÒ|×UÙràÒÄÏmÓÞÎ}ÝZâÑ*ÚÈÓut¤ýÎèÑ*ÚÛÐvàmÓZ°zÍ ¯ 68/&%(9".:'2.:/<;=4t1#y68Bq%5'2'?$"1F"(>  Qy÷~1 u ,G!#$cj1(^/A>"Z9-%(68.26y1(4s/&>?~Bb%(?.:/&F?)"1(4l/&>?}M!1a$DM!.:!]/ .2e/A>"}'2!%()".:"v{Ä%±;a':1#6A$#A.:!6y!#8#A1#/A!#8Boc(/A>"$;K6AF?øJ!#$c#A!'2%5/&.0G$':;w6AClz%(.2?"c(4t#A1(B¤%(M$M!F"#A%(M$;(Q ¸-1#\%`.:G(!O%(Bb1(F"]/\1(4KM$1BDC"F?/d%/&.21(-%(' 1#8lcm/&>"1#8)"!#\1(4K%(M!M$F"#&%5M$;þ1(4@/&>?/ 1 /<;aCJ$6|.:6È(!"$#&%(':':;v$¥F".:G5%(':!]/zc5%(")@68/&%(9".2':.:/<;#A!u¥F".:#A$Bb$/A6Ä.:e7¸|VÃ%(C"C?'2.2M!%5/&.:1"6R(!"$#&%(u ':':; 1±G$#A#A.:)"W/&>" F"6AF"%('2'0;q68Bq%(':'f®y.2"M$#A!%(6A=.2\%5M!M!F?#&%(M,;NC"#A1±Ga.2)?!)\9];\%EM!1a$DM!.:!]/ u .:/A>U':1 u $# Bb%(".0/&F")"5Q ãpäÏ
»«¼©ö lç C*òzì·GIJ½EpïG?H©ò"Jzò$ïRõ ÒíDê©ì~çWéïôxòzê ïyðç Òíbö éöJ$ç*) ÐÑ ,NJ'GKêç QSRÒ$R&V µ$>` 4A¶l^k^U`1tF)ac¬\ ÓH4\pqÕ Z Ô$R
}{ >"#A!%(6A1( /A1k6L/&F")j;þ68/&%(9".2':.:/<;P4t1#N68Bq%(':'mG5%(':F"!6N1(4 Â .:6p4½%(.2#8':;kz%568; /A1kM$1BDC"#A$>"!")£Q ¢y#A$6AF"Bb%(9"'0; u ^%(#Ae68!$a.:"\/&1N#A$6A1'0GE681Bbw/&%5"6A.:!]/@%(")Rc£6A.2?M!e/&>?^%(M!M$F"#&%(M,;©1(4*/&>? /A%("68.2!]/W681'2Fj/&.21(4t1#v%5'2'È1(4H1F"#vBD$/A>"1j)?6v)"!Cl!?)"6=1/&>"K6ABb%('2':"!686v1(4y/&>?e/&.2BD,¹68/A!CRc uM!1(q68/~6A$1(!4È©/&>"/&1oWM$Bq1Bb%5(C?^F?/&/d>"%5D/A.216AN.:Ê!D(!1("47$/&>?%(':.2':6=;b68)"/A!!C`Cl!%(")6@?6m6ABb1\/%(':'*&>?%(W6waFCl?1Be686A9J.29?$'2#Z(1(Qp4|Tv6L/&/$C"&6~>?q/&%(1((/A$>"U/!#@A1^>-M!%(1")BD£cÄC"/&F?>?/A %p6A1('2F?/A.21RcR%(")©/&1NBD.2".:Bb.:Ê!W/&>?.26 .26A>©/A1UBb%(5K/&>"^6L/&!C68.2Ê!^%56W'º%(#8E%(6WCl16A68.29"':(Q S"@M!1BDC"#A1(Bb.:6A(c-6L/d%(9?.2'2.0/<;pM!%(Cu"'2%z;\u %DC"%(#8/!Q768.2)"=4t#A1B#AF"':.2"^1F?/mMz%/d%(6L/A1(C">".2M!%('2'0; F""6L/d%(9?'2Bb,/&>"1a)"6$cv>"1 u ,G$#!c=/&>"6A.0/&F-%/&.21( .: u >".2Md> %('2'v154w/A>"3/A#&%(?6A.2$]/U/A!#8Bb6U%(#8 #A$6A1'0G$)oM$1"68/A.:/AF?/&$6%E#&%/&>"$#~BD.2?1##81'2W.:U6L/d%(9?.2'2.0/<;qM$1"68.2)"$#&%5/A.21"6$Q ;U4½%(#m/A>"eBD168/.2BDCJ1#L/d%(]/%(6ACl!M,/W1(4*F"BD!#8.2Mz%5'Ä6L/d%(9".:'2.0/<;\1jM$M!F"#86WF"")"$#vM!1?)".:/A.21"6 u >"$Rû ü 68Tv!"C-b%(#A>-%5%(/&$6K)o.:">Bb"%($#A!?.]/:/&AF?':;3)"!686$/&Q%(9"'25c|M$1F"C"':!)h6L;j6L/&$Bb6 u .0/&>h9ý Ìa$.2$]G(%5'2F"$6K>-%zGa.2" u .2)"$':;
ü "F %(6A$]/!&g$)1/&"'#A:%(;P"6A/A.:1I!]/+-z")Q »%h6L/&z%5)?;]<68/&%5/&6A1':F?/&.:1 F"68.2"`%C-%5/&> /A>-%5/q.2"M$'2F")"$6q/&>? u S`1(4m/A>"!68\Mz%(68!6E/&>"$#A\,ij.:68/^.2h/A>"\!.:!"6L;a68/&$Bb6^#8!'º%/&.:G(!'0;I'2%(#AbG(%5'2F"$6e1(4 Æ ý Â Æ %(6A681jM$.º%5/A!) u .0/&>U!.:!]G$M$/A1#A6~/&>-%5/ u u .268>U/A1q)"#8.:G(@/A>"#A1F?>U/A>"K681'2Fj/&.21(UC?#A1aM!!686 u/&>?.:e/A>"Bq1F?% /N¥81%(#];BD1(#A/&$.0G5]%5%(/.:)»1N44t1(t#q1#m/&>"/A>"$.2e#b68.2/A")F"")?.0;Ga.2)"1(4*F-%5F'"Bb%(M$$M!#AF".:Mz#A%(%('ÈM$; 68/&%(.2þ9".2':!.:.:/<;(!Q?6S¹A/vC-%(':zM$%(()?Q 6{}/&1q>".2/A6N>"e68.:/&68F"F"|9%5/&¥8.:!1M,Ã./=1(:6 4 68/A.:øJ"!686Z)".268M!F"686A!).2N/&>"="
ia/mMd>"%(C?/&$#!Q
°±Í
QSRÒ$RUT
7
ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ×
bD acb_Ö^U`^ayb_4kµ$`>4A¶l^k&^`tØ×Ù±0µ$`¢4A¶lkZ8Ú Z `XDaÛÖls
S<">"$#A$/=6L/d%(9?.2'2.0/<;\1(4*%q68$/W154T=VWX}Y[6 u %(6v)",+-"!).:©j$M$/&.:1 ¯ Qq%(?)Rc£4t1#~M!1F?C"'2$)©6A$/A6 uýq.:!/A.:>E!%v]GM!51(%(Bb':F"C"!':6*$Be/AF"!6L.:/H!'2.2?681;aRc68/A!1BU#yc]/&.:1=/|/&%(>"BbZ1(':F"$4f]//*&1(!)e4rc]/A/&1>?~/&>?.:Bq7#A%5$¥a.2F?-%.25#A#8$;KBb%$ij]/.26y/&.2^/>-%&/>?/&~>"M$1#ABDz%5C"'?'2
C-iD%(#Lýq/&6C"15'2%(4l"%(('2'Q {}>".:6}6A!#LG$6%(67%(\,ijM!$'2'2$]/Z#A$4t$#A$"M!W4t#&%5Bb~/&1^)".268M!F"686Z%(")\)",+-"W/&>"W(!"$#&%('R6L/d%(9?.2'2.0/<; 4tz%/&F"#8!6Z1(4È/&.2BD,¹Bq%5#AMd>".:"eBD$/&>?1j)"6$Q*¸-1#},i?%(BDC"'25c u w6L/d%(#L/ u .0/&>N/&>?@)?$+-".0/&.:1Rû ÃF"BD!#8.2M!%('Bb,/&>"1a)K.:c6 a d²
(fl1 eÁe ~,¹ f'e2ùÇ.04-.:/È.:6|68/&%(9"':H4t1#Ä%(':'?TWVWX}Y[6 /&>"%5/~%(#A=.:">"!#8!]/&'0;N68/&%(9"':(Q nBD$/A>"1j) .:/A>g/A>".26DC"#A1(CJ$#8/<;k.26^6&%5.2)g/A1I9l~ Ém, f'e2ù,Q ¼BD$/&>?1j)k.26 ,¹ f'e2ù^.04 /&>?D#8!.:11(468/du %59".2':.:/<;oM!1]/d%5.2"6v/A>"^"!]%/&.:G(^#Az%5'*%ij.26W.2©/A>"^M!1BDC"'2
i3ý Â ]ª C"Ü '2%("5cÄ%5") f'e2ù~.:4*.0/vM$1]/d%(.:"6/&>?e!]/&.:#Ae.:Bq%5.2-%5#8;U%ij.26$Q ;©%5C"C"':;a.:"N%b4½%(.:#A'0;\6A.2BDC"':w/&$68/v4t1(# Ý , ~¹68/&%(9".2':.:/<;K.2b/A!#8Bb6H1(4ÛCl16A.0/&.0G~#Az%5's4tF?"M$/A.21"6H/&1@/&>"mM!'º%56A6H1(4R/ u 15<6L/&!C Õ ÆÆ3Y6.:G(!p.: j$M$/&.:1U ? Q @1?c"1?=+"")"6Z/&>"$6A@Bb,/&>"1a)"67/&1^9l=~<6L/d%(9?'2W.:4|%(")\1?':;p.04 ° Þ}ßáà ¯ Q0°z® Á ° ¯ Q0 ° @® â ß « ° ¯ Q0°± ]® â x Þ Á à« á6A,/m154|Z<68/&%(9"':W.2BDC"'2.:M!.:/BD$/&>?1j)"6}.:6}6A>"1 u o.2\{|%59"'2 ¯ QjQ Æo,/&>"1a) Tv#8)"!# Þ à â ° zz zz S?1j)"6$Q Ém15/&.2M$v/&>-%/Z"1"=1(4È/&>"$6A=BD$/&>?1j)"6}>"%(6~%(U%(M!M$F"#&%(M,;\>".2(>"!#7/A>-%(\6A$M!1")a<1#8)"!#$QHS¹/~M!%( 9lDC?#A1±G$)/&>"%5/=/&>"^1#8)"!#=1(4%(3~<6L/d%(9?'2 Õ ÆÆ A(-£W&ù ¹ dùdù
U cÈ%(")£cÇ4tF?#8/&>?!#ABD1#8 /&>"%5/U1(4E%(':'=5")a<1#8)"!#$cv~¹68/d%59"'2©BD$/A>"1j)?6\/A>"/&%5CJ$Ê!1.:)-%('vBD$/A>"1j)»>-%56U/A>"6ABb%('2':!68/ /F""M!%5/&.:1\!#A#81#!Q
Õ±ÖªÌ]ÖkàÍr|âoÓHÔZÙ,Î|ÐvÚP×ÛÒ"ÐØÙrÚÛÙ!ÒZÜÞÎ}Ý}àeÎÓ*ÑÒ|×UÙràÒÄÏmÓÞÎ}ÝZâÑ*ÚÈÓut¤ýÎèÑ*ÚÛÐvàmÓZ°zÍ Þ~,/&F"#8".2?p/&1p/&>?E68/d%59".2':.:/<;N/&$68/=F"68.2"NCl168.:/&.0Ge#8z%('È4tF""M,/&.21("6W1"eM!%(6A>"1 u /&>-%/=% / u 15<6L/&!C Õ ÆÆè.:6 ]ª Ü <68/&%(9"':W.:4|%(")\1"'0;p.:4 ° Þ}ßáà ¯ Q0° ¯ ® Á ° ¯ Q0° ]® â ß « zLx Þ « à ¯ Q0° ]® ¸-1#+-#868/L<1#8)"!#@%(M$M!F"#A%(M$;(cÈ/A>"E.2"$¥F-%('2.0/&.:!6 ¯ Q0° ¯ /A1 ¯ Q:° \%(#8E'2$6A6=68/A#A.2?!]/W/&>"%( ¯ Q:°zp/A1 ¯ Q0°± ?Q*¸-1#}68!M!1(")j<1(#A)"$#%(M$M!F"#A%(M$;(cs>"1 u ,G!#$cl/A>"=C-%(#A%(Bb,/&$#A6 Þ|å â åà ®%(#A=#8!'º%/&!)\9];N/&>? M!1(")".:/A.21 ° à â « Þ ¨ Á %(")\/&>?=/ u 1D6A$/A6m154|.:"!¥F-%(':.:/A.2!6#A$)"F"M!=/&1^/&>?@6A%(BDW6A$/ u >".:Md>o.:6 ¯ Q1 z]® â x Þ «þ° ° ¯ Qj°Ì® â ß « ÷m$"M!5cj/ u 15<6L/&$CRc?68!M!1(")j<1(#A)"$#7%(M$M!F"#A%5/& Õ ÆÆY6/&>-%5/%(#8mZ<68/&%(9"':m%5") *ª Ü <6L/d%(9"':Z6A>-%(#8 /&>?q6&%5Bb n àhå â åÞ ®=C-%5#&%(BD$/A!#@6AC-%(M$(QU'0/&>"1F?>/A>"q1#8)"!#@1(4Z%5M!M!F?#&%(M,;I1(4}%(h~¹68/&%(9"'2 BD$/&>?1j)DMz%(?"1(/7
ijM!!$)p/ u 1?c *ª Ü <6L/d%(9?'2 Õ ÆƼBD$/&>?1j)"6H,ij.:68/ u >?.2Md>q>"%±G(v%(q%(M!M$F"#&%5M$;D1(4 %(#89".:/A#&%(#8.2':;D>".:>\1#A)?!#!Q S¹/N>-%(6q9J$!»6A>"1 þ/&>"%5/p4t1#q%hBb,/&>"1a)Ã/&1I9JS¹68/&%(9"'2.:/pBKF"68/p%('2681h9J~<6L/d%(9?'2(Q {}>"$#A$4t1(#A(cs"1E4tF"#L/&>"$u #Z)".268M!F"686A.21(o.:6}"!M$!6A6A%(#8;\4t1#7/A>"=6ACl!M$.º%('ÛM!%(6A=1(4ÄS<6L/d%(9".:'2.0/<;Q S¹/D.26e"15/b)?.:DM!F"'0/e/&1C"#81±GN/&>-%/bBD$/A>"1a)"6E>-%zGa.2"3%©Md>-%(#A%(M$/A!#A.:68/A.2MNCl1':;a"1BD.º%5'*4t1(# u/&.:1>"-%.:Md(>':':;/&>"68E/d%5M$9"1j'2,5bQNM${}.2$>"/.2v6w1(.24*"M$/&'2>"F"e)"$>?6K.2%5>"'2$'y68,/Wij1(C"#A':)".2M$$.:#/@/&Bb$#A,B¼/&>"1a.2©X)"6K»%(.2")6mIF"C?".#A:/<!´; )?ÆW.2M$Mz/A%51©#L¹M!"1$#8G(#A!$#WM$/&9l1(e#wF"BD"M$$/A1>"")1j")?. 6 Bb%()"vF"CN154Ç,ijC"'2.:M!.0/76A$¥F"!"M$!6$Q}jF"Md>\BD$/A>"1j)?6}%(#A#A$4t$#A#8!)N/&1"ca/&>"$#A,4t1#A5c-%(ú6 d²
(f½ 1 eÁe E,¹ f'e2ùBb,/&>"1a)"6$Q QSRÒ$R $µ `>4A¶l^k^U`1tÑ[]ayby`9a1æD\s ^&b¿`XDZ [Yaci jlkZçéè1ÔÕê k64bDZcR
OG(!#L;pM!1(G(!".:!]/ u %±;b/&1eC?#A!68!]/}/&>?68/&%(9".:'2.:/<;^C?#A1Cl!#L/&.2$61(4È%@/&.2BD,¹Bq%5#AMd>".:"wBD$/A>"1a) .26E/A1IC"':1(/^/&>"U'21aM!F"6^1(4/&>"UM!1BDC"':,igý Â 4t1# u >".2Md> Æ Æ ¨ °c768F"Md>Ã/A>-%5/D/&>"U#A$6AF"'0/&.2? M!1(/A1F"#e(1j$6K/&>"#81F">/&>"pCl1.:/Eý Âk¨ zjQ©÷m$#A Æ Æ #8$4t!#86e/&1/A>"pBb%ij.2BeF?Bè%(9"6A1('2F?/A G5%('2F?1(4l%5;úc5C"#A.:"M!.:C-%('1#|68C"F"#8.21F"6$c5/A>-%5/.:6%~#A1a1(/Ä/A1/&>?Md>-%(#A%(M$/A!#8.268/A.2MCJ1'0;a"1BD.º%('(4t1(#
ë d *7&)%$ì1r($4.r&ð'ï2):2+!ï2% -ÿëyì"ë$Ë+*8"):2%2!4*(S4:bì&)+ !4% " . 8" !4%$ì"ëS!%2 ÿ)%'² %2.&0°&%2.%'!) !(q;3ì %2 )+ !40 %2*!" !)!49 ê0 !4*: :!!.ø3ï2 Uê* !4!)( )+: 2:- 4*r!'!4+° &; 3 q!"#$&%' 3!4_ ï2l$01!4: ë"% !4(S):v4*+ +ï ($ 3!48Ê4*+ !4ï°
jSg3&
°zz
ÎÏmÐÑvÒÄÓ*ÔxÕ±ÖÃ×ÇÒ"ÐØÙrÚÛÙ!ÒZÜÞÝ}ßPÚÛÙràÓyÐvÔá×ÇÜ*×ÇÒÄÓHâ× ï I( λ h)
í I(λ h)
î I(λ h)
Stable Unstable
1
Stable
ï R(λ h)
Stable
a) Euler Explicit
1
Unstable
î R(λ h)
ð θ=0
b) Trapezoid Implicit
ñò θ = 1/2
Unstable
c) Euler Implicit
í R( λ h) θ=1
ó ôöõW÷¢øùú´ûýü>þhÿ>ô%ô S÷>ø Wø¢ù ù ! û
õWô#"Wù%$'&û)(* +,{ø ÿ´ù-ô ú|û/.01 2 >ù3ô¢ù3 4>ô5-6 S÷>ø¢ù3÷ù:øô-7 ù8 !ô9:% ù +> ô% ù ;>ù2 >ù:ø ùøù@{ù:øA Çô6ù<øù@ Wøù1<51C D6EGFHE JILK=MON PMOQR û ST > U ô-7VW=> ôö ô# 9-6 X W÷>ø:TW ø,Y ù@Z!U% ô<- ôTô[U% ô:- ô#\ù !853 øùÛôö ÷WeøOeù6Hô ó ô%õ>ûú´ûýü<8+¢ ô-=Ë ô]>ù:ø ôS" ù6%{ø ^>ù_ > ù` ø: ! a ù ! õWô#W" ù¨ ôP ÿ´ù6-@eô c´ b ûe´ d ûýü>û
, f -
fgYh'igYjlkOmCn*gVk2op4qsrJtvutGixwyoi{z|g4}sm ó ô%õ>ûú´ûýü~: +3>ù:>ôöô 2-6 S÷>ø Wø¢ùù@Z!U%ô-<ô÷öù<øù ! û]( >ù +Ûô>õ
+5 [+7 !*ô ô U>ô -64 BW=¢ô ö#ô [-6 S÷>ø Wø@ù Z!U%ô -<ô ]ù !8:þ
ûS]>ù_- W÷>øÛù-6 ù39
0>ô#eù_UY Wø:ô L l¢ù%ùGW 0#|-6 [U%ù@Z$Y&! U>ù3û
?
ûS]>ùø ù:õWô % BW=¢ôöô# sô EGN @Ev >ù_' S÷0SøW ù:ø ù Wø ù<Jô#ô]-6 >ôô nû +hù"Sù:ø6<>ôTù@ ~ô-6%÷>ù6 2U03ø: 1)>ùô~SõWôSø: %{Z¢ôC{ù@Z!-:ùU8 Wø>ùA SøôöõSôV ?:
ômô_ ÷W=% ù9W ø3>ùC~ >ùB> ô-6 W" ù-ô ?> U ø: ö ùP û_8W ÷>õ ùW" ù<ø ù`Z!Uö ô:- ô ù8 !]:0S ø ù_>ô>ù
0<- ôöù- { ùSûýõ>û<8 < `< ù@W" ù:ø4 >ù:ø:a8 [8 'ù3û\õ>û#<% ù7U8{ ø:W õ< 603õ<a_.8<am üX@ùA>ôöø:!1 W ÷>øW!*W ø¢ù:ø]Û ÷> õWù`Pm ÷8:=9 ù8 ! < ó ô%õ>û>ú|û/b8¢ < ô-ö ÷>ù9U'W øWeô 2 |¢ùmô~S õWôS ø: [O´ Z ô
÷8] 2 c X O W < øù U ù6-ôS" ù6S û fgYh'igYjlkOmCn*gVkLjlhsugYhl}stGi{tgYhl0rvrG mi¡sro¢tvwyqBrvtvutiAwyoi{z|g4}sm ó ô%õ>ûkú´ûýü-C8 {+>ùxW=>ôöô# ¢-6 X W÷>ø Wø>ùTô~U8öô-<ô3÷öù<øù ûx(*ô U>ô-6) ~ 2:>ô öô ~-6 X W÷>:ø Sø ÷ -6 >ôô # x:=1öùmô ~U%ô -<ô TT@ù <5 û a eô-: ù 01]¢ù ù 8 !°ôW=8ö9 ù W ø >ùH6ù eô%øù}ø 1>õWx ù 5-6 [Uö`ù Z£$Y&?01v MOQ¤¥@Ev >x ù Y W ÷ 03:ø Wû
¦§©¨§«ª2¬Bc®T¯°@±B²³ ´4µ²3¶°P³4°6µ·¸±]¹]ª9±\®,º3µB´°Pª»µs¼®¸±]¹º,³l®\½
$Y¾
óGôöõW÷>ø ùú´û/d´þØÿ>ô%ô 2 W÷¢ø Wø] ùmù@Z!U%ô-<ô]ù !8:û
I( λh)
3.0
RK4
Stable Regions
RK3 2.0
RK2 1.0
RK1 R(λ h) -3.0
-2.0
-1.0
ó ôöõS÷>øù^ú´ûb¢þØÿ>ôöô W÷>ø WøÛ÷>õWù`Pm÷8:=CTù@ <û
º,³4²ª® ü
±\¼²3ºµs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²¯Â´|·,´|µs®T¢´
ü I(λh)
I(λh)
Stable Outside 2.0
Stable Outside
2.0
1.0
1.0
Unstable
2.0
1.0
3.0
R(λ h)
4.0
a) 2nd Order Backward Implicit
Unstable
1.0
2.0
R( λh)
b) Adams Type
ó ôöõW÷¢øùú´ûbú´þhÿ>ô%ô S÷>ø Wø¢ù ÷8-6 ¢ôeô 0 [:%ùmô[Uöô-:ô5ù8 !<û
S]>ô9Tù69019>ùLTù@ ô9÷Tù<øô-7 £:öù @Ã@NÅÄBÆ0@N«¤Æ0Ç5ÈÉxÊ ¥2¤GÆ8ˤEG¤E¥ D@@EGNÌQ¥c¤ M%EGN0¤ ÍÌRˤ ~ËRxEGN8Æ0@R@N0¤vFHIQN8¥@¤ÍËD6F û}ÿ! ùC >ù:ømô~U%ô-<ô*÷-6 >ôô # :% ù[ ù Û + ô?¢ù[ ù[¢ U ø U ù:øW £S øùx8 {+ ô ó ôöõ¢ûCú´ûbú´û[( ;\ T>ù ù -6 ù ¢ù^ô 3 õWô03 ø: ~O´ Z ô ô]U0S ø:a l¢ù ¥@¤ÍËD6F øù:õSô û BW ÷- >ô#eô 0# 3W=8ö ùTT ù@ lS øùT:% ùØô: ùhø ù:õWô 4+> ù:ø ù5>ùÎÏ]ÐÑ ¢ù ?S ø ù}ôeù<õWøOeô¢ õLS øù}ô> ù<øù6~ ÷8:ö ù3û9S]> ùx-6 ô} - ù`Z1~U% ù9 LT ù@ ¢0O ô :=1ö ù MON0FHI +> ù6Ò¢ùÇõWù6> ù<ø1ô> õ«ÎÏ]ÐÑ%S øù¢>ù6[ ùW" ù ô¢ ù:øù À:ö ùËô2¢ù eø U ù66S ô0 ù !Ó<#ônûýùSû#<>ùc U ù6<- ôÔa-7 ù¢ >ù¢ ù !«W øx+> ô-=Õ«Ö × ûÙS]> ù Ø :> ôö ô A'S ÷0SøW CW ø)>ô5-6 ùLô,: +Í ôT ó ôöõ¢û|ú´û\ü û\S]> ùa'S ÷0SøWH ô)¢ù]ô~S õWô0S øW O´ Z ô>ù~| ÷8T ù<øô-6,T ù@ yôW=8ö ùxW ø9$Y&;| ô¢ õc yW ø c>ù % ùG ¢ôO´ Z ô: û S+5 ~ >ù:ø ù !80107S" ù>ô]> U ø: U ù:ø: LS øù¢ù_ +5 1*:eùUcø U ù6W ô01T ù@ cCTù@ %>÷>ù [âCù:ù
Ú0ÛÜ × Ö Ú0Û1Ý ×Þ &,ß Ú0Ûà Ü × Þ Ú0Û1à Ý ×Pá
& ß Ú àÛ7Ü × Þ Ú àÛ Þ Ú àÛOÝ ×Pá . 1eô-<ù0OY 1s>ù6 ùù !8Søù_ l>ùãPô>ù UùSû Ú0ÛÜ × Ö Ú0Û1Ý ×Þ
fgYh'igYjlkOmCn*gVkLugYhl}stGi{tg'h|0rvrämi¡srvotJwqBrvtJutGiAwyoi{zlg}sm å ÷WC-ù-7S ÷8 ù%¢ S ù8 !ô ô~U% ô<- ô_ |ù698 9ù7;01ôô÷8-6 ¢ôeô 0 W=8öùSû S+5 ¨ô%÷:ø1ô )>ôSøù9: +°ôÇó ô%õ>û ú´û/æ´û΢ù9 )¢ù6ù}ô3¢ù9301~PWãc W÷8 . ø:! W ø:>ù:ø3T S ù@ Åv>
ûAæ8<Ss% ùú´û ûA >ù:ømô3>ù}ü1!* Wø>ù<øãPô>ù9ù !ÇõSô"Wù 2¢ùUYW ôX U ù<ø1 Wø Ú0ÛÜ × Ö Ú0Û1Ý ×Þ .
& ß Ú à7Û Ü ü × Þ Ú àÛ Þ Ú àOÛ Ý × á
+° ô¢Ss% ù}ú´û >
û ¢ . û3(*mô3W=% ù MON0FHI W ø$Öç vè +> ù6?é%ê è ê ¢ . û (*W=>ôöô# ~Y W÷80Sø: sô"Sù:ø: 2ôôSø, C0O Wø¢ùöù71U8{ø WõCù £vù<ùóGôöõ>û¢ú´û/d1V û
ü.
¦§¦§ÀÁT¹x¬s¯°P®,¯¸´|µ8²¶°P³4°6µ·Å²ªa²³l·)´!°W´ I(λh)
I(λh)
3.0 3.0
2.0
Stable only on Imag Axis
Stable
2.0
1.0 1.0
-3.0
-2.0
R(λ h)
-1.0
R(λ h)
b) Milne 4th Order
a) AM3
ó ôöõS÷>øù^ú´ûæ¢þØÿ>ôöô W÷>ø Wø>ù - >ô#eô 0 [:öùmô~U8öô-<ô5Tù@ <û
ë2ì@ë
íLî[ïðTñòðôó2õ\öA÷ñ7ø7ñõÓù
úüû¢öAøùý\ñ7ý
5 vSøs>ù[ :BU' U>÷Ô3øs Wø:þ 1V:=1>ô%ô 01 ôs Wøs|÷8Tù<øô-68:-=>ù6ù6ôs>ùó0 W÷>ø ôöù:ø
Wø|" 9* ù:÷8 89U¢ U ø -= û\S]> ôs01 ôG ôO ÷8 ÷0 _-6S øø ôöù6 W÷8s AUYW ôXs U ù:ø1 Wø:B1 ô |ù6 >ù6 U ù6ä ; ôeù:ø:T ù>ôÔOeùx:SõWù 1aÎÏÐÑ: û?ÿ ¤vR@EÍK@¤vFHIc¥ 0Ë OEGNÌ ôAUU% ôöù6
# y >ô ù<øù:- ùU¢ U ø 7´ Z ô~1eô 9 ,ÏÐÑC0O~U¢ø >÷:- ùc Î x]Ð ÄBÆEÍK=ÆÅËR%FHEGNÓË R Æ8ËÃ[NÓML¥ 8ËK=LMOR[¤JE [ÃOËR`IOEGNÌ£K=M ÕK@EÍ@N0¤G¥ ËNYÆ8ËÃm 0@R`EÍM6EÍK D@MOQ!NYËR`I£K=MONYEG¤vEÍMON8¥ û ( ;> U ø-ô-6,UU% ô-61eô ° ô^ô Geùy ÷ ù6ä19P õS÷>ô>ùxW øù6Weô 1ô> õL>ù~+5W ø:>ô¢ ù6 xT ù@ S ø[W øùmõSù6> ù<øl> U ø ö ù~< û(*aù<ø:W" ùxv3 ôöø#Í ø ù6ö ô% ù NÓ=K==¥=¥6ËR@I W=¢ ôö ô# -6 >ôô Ó<8> ÷8Lô#Ûô] L [T ù6 ¥@Q ÒK@EÍ@N0¤ > ùSû
!#"%$&('*)+$,.-0/'*
Î >ùc21Sù 0O=£{ø: 43P !U¢ô-7165£U' WôTô«>ù87 {+¿
>ù6À ÷ù >ô 1~- : ¢ø W÷>õ W÷8~eôùcÒU-:ù1-6-6 Sø>ô>õy >ù1÷8~U8ô 8ÍõWô"Sù6Ò1' "Wù3û¸S]>ù6Õ ¢ù ô[UY ù9¢U1eô5S ø[ > ô- x1 ô> ô#eô\"1ö ÷>ù ;>ù T ù 19 1X9>ù;:|÷¢ù6:ô þ >ôk ô[Uö ô#e÷¢ùõWø: +ÂW ø3>ù-77~ ôcô ù=<äS]> ùCW1 + ù<ømôa>ùù:ø:T ô> ù6¢ c
0>ô> õ ¢ù -6 >ôô 8 ÷>ù<ø+¢ ô-= Ú >.?9@:)ÖBADCDEGFHAJILKM
nú´û
N @R@NÓK= ùJ:÷01ô Ó<,+¢ù:øù8O»ôø ù7PO*Q>Åöô%ù6ô;¢ùø>õSù ô9¢ %÷8eô y ¢>ù E éCêROST > êVUûhÿ´ô -<ù<8 Sø>ùõWù6¢ù:ø1eù:ø:c<
Û7ÜZY\[ ÜZYa` E [ HF A LI K M Ü_^b` M [ R Ö A C aY ` E FHA ILK ^c` M F ÚX] W ÛD[ ÚX] W Ü_^ ÖBA C W E W de.fHgh\iHjkmlXn opgqsrDtujvl,tufHwh\ituxmtuxyh\g0z%g{fx\tu|=jkyt}h~nx~nfTt}fthtunrnuHj+Hkg
}jgfnfTt}f=fHthjx\nzvj |=g{nt}fZ
±\¼²3ºµs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²¯Â´|·,´|µs®T¢´
üWü
¢ù:÷0eô# Ú,] W Û=[ ô5- [~ x ù"Sù:ø: [eù<ø 82-7~-ùav- Wøù W÷!Vû\( >ùLøù6~Sô>ô>õ ù@Z!U>ø ù6:ô 6<0+hù
08>ùeù:ø:A C ` E +>ô-=%+1ùø ù6U>ø ù6ù \<|÷8:þ 84ADC ` E
S]>ù
Û ßA C ` E Ö Û <>ô#Ûô]-6%ù7Sø01 R á óV Sø]|÷8Tù<øô-6W=>ôöô# ( Xê
nú´û .
Å>ùU>ø öù ôC ;: "Sù Wøx¢ù\ÐÑ U>ø: !¢÷-:ù õWô#"Wù6ÅTù@ 1<~ >ù:- ù6:S øW £-6 ¢ôeô ¢ WøW=>ôöô# <~21Sùx ÷>øùC17ùC+ Wø::UY ô%ùC-6 9¢ô01ô
sU0S øT ù@eù<ø6<0- >ô#eô ¨ ú´û } . ô]OeôW
ù6_û
)y ¡v.
S >ùxU>ø: !-<ù6>÷>ø ùx-7£-ù:ù}ù@Z!UÔ3ô>ù£ Çù`Z8~U8öù6<ûx ô>ù<ø_2
øWù`Z8~U8öù9¢ù ]
0>ô#eù5>ô¢-ù:ø ù6-<ù]UU>ø: 7Z¢ô Oeô _ 3¢ù~ >ù¢ô¢-÷ô ù{:|÷1eô T1X +x\Ûô-=Sø: ÐÑ ù8 !; 1 {S" ù:ø:ÔU¢ U ô> õ¢WeùU: û£S]> ô+AT ùXô ¢ ù6»ô» ÿ´ù6-@eô ü>û »õWô#W" ù C! :Jû ü>û þ Ú ]W
T@ ÛÜ × [ Ö ÛOÝ [ ÛD[ ß Û=[ Û=[ Ú ]W × ¤ Þ £ T> Ø Ú ] W Ü ×c¥ Ú ] W Þ Ú ] W Ý × á
nú´û üX
ÿ´÷8:eô#e÷8ô % B!:Jûú´û ô [!:û-ú´û ü}õWô#"Wù>ùøùÔ1ô
Ö Ý ×
T@ ß A ILK ` M Þ A Ý ILK ` M ÞP£ T> Ø ¥ á
Wø Ø
ü
£
T@
Þ§¦ Q> Ø ©
¥
- O*T>'%¨ ª%«
¬
¥
Ö
é
nú´û d
S]÷y:JûGú´û ô_% %÷8eô y:JûOú´û ü ô~ ô_ ø y:JûOú´û d´ûxS]>ùx +5 Pø: ! ú´û dCS øù Ø Ö Ø × ¥® ® Þ {ø +> ô-= ô#ôC-6ö ù6S øA01C ¢ ù Côx+7 ¯ û£>yù2
<,>ù<øù Søù<)01x ;¢ù ó0W
÷>ø ôöù:ø]W=¢ ôö ô# ~ù6W7ô>õxWeù6U8*ôL÷8:öù Wø1 < £ O88T@û v° ±²q³
2gHf|Hj|=fHj9x\x~t´xmkjµJHtuk\j9|Tt}f¶n·S¸¹Lº²»yh\tuj|=g{¼ntuf¾½#h\iHjz%g{f|=t}h\tugft´xmgqLh\jf¿Hkjx\jvfJh\j9|QnxÀ ÁSÀG ÃGĶÅÆ¢Ç~ÈaÉ
¦§´Ê§
üd
±]¹]ª3´!°W´|µs®,ª9±·
L1 ¢ù:øsù`Z8~U8öù-6 ô>ù<ø ¢ùc
0>ô#eù` >ô ù<øù68-:ù¢1UU>ø 7Z´ô~1ô Wøx>ù¢[ >ù6 3 >ô-6 "Wù-ô ¨ùJ:÷01ô Ú ]W
@ T ÛÜ × [ Ö ÛD[ ÛD[ ÛD[ Ú ] W ¥§ Ë T> ß Ú ] W Ü ×³¥ Ú ] W Ý × á
( %>ô]-7 ù cÖ
¥
nú´û b
T@ F F ôO*T> Ë T>
{ø +>ô-= ô^ô_-6%ù7Sø_1Ì ³¯ Wø) :ù<ø 8ÍOû2S]÷A+hù 07"Sù2 1>ù<ø
0> ô#eù` >ô ù<øù68-:ù_UU¢ø 7Z´ô~1eô 20O7< 2>ù^óV S÷>øô%ù:øË W=>ôöô# ~ù6:6<ô÷8:=1öù Wø1X -=W ô:- ù_ l>ù{ø ù:ù_U0SøTù@eù<ø:û ÏÎ
Ðѳ¡vbÒ#"v)~ÓÔÒ#)ÕÍ"%'*$./¡%yÓÒVÖ
bÒ_'S"v$,.
S]>ùL÷>ù<ø# ´ô>õ ÷[U8eô Hô[ó0 W÷¢øôöù<ø\:>ôöô A01 ôØô\0O)>ù× ~1eø ô#Z'<>ùù:øP ô> ù+> ù¢ù>ô ù<øù-:ô>õ :-=>ù6ùôaU¢÷8]ôc>ù Sø¿ \y:Jû ú´û <Jô-:ô%ø-:÷8ÔVûÿ´÷-= ù:ô¢ õ~¢ùA-71 ùùØA ILKM ô¢!:Jûú´û øù6U¢øù6 ù6_1 @E#Ì@N0Ã=K@¤ MOR \¢ùA: Weù6<1¢ù
+5}
ù@Z8[Uö ù. Ù ÷W]U>øù ùXù6 W÷8öô¢ ù3A ô[Uö ùa> U ø: !<- ù6>÷>ø ù3W øT
0>ô> õA¢ù @E#Ì@N0ÃOËFHQ0=¥ ¢ù<- ôöø<- ÷Ô1X~1øô<- ù6W ø:T ùc U8Uö ô-71ô L s>ù +5 ù !8 [>ù~ >ù6Ó> U ø ö ù~< ûAS]> ùx-=S ô:- ùC 1~ äW ø>ùC:> ôö ô U03 ø ùù:ømô¢>ùHó0W ÷>ø ôöù:ø0# ! ô<Ó>ù<øù@W øù1< ô a-:- ô¢ù6Vû)(*Ûô# ù@Z8-@ >ùT ù?h + ù_07W" ù_ ù:ù6 ÷ ô> õHô%' lW ÷>ø> U ø ù|" ôS ÷ >ô:- ÷8 ô <0> ÷8Søø ôS" ù6c1]{ø »[¢ô¢-ù:øùU-ù<ø U ù6-@eô#W" ùSû (*1 + ùÍù`Z8T ô> ù~>ù ¢ U øù6<- ù6>ô> õÇù@Z8[U% ù6{ ø: >ù~´ " ô%ù+UYW ôA ]:- ô%ø<- ÷ÔA 1øô:- ù6 ¢>ùA ù6 ô#*>ô::- øù@eùAU> U ø: -=<Ó>ùø ù6 ÷83> U øù ù6ø1>ù<ø3 |" ôS ÷-6 -6% ÷ ô : û3S]> ù U:- ù>ô ù<øù:- ô> õô2L ô-=0S ø8 ÐÑ] ù8 !2U¢ø >÷:- ù>ù~1øô#; Z ÚFÛÜ ? ? )+> ù:ø ù ¥ ÚLô)UY ô#eôS " ù-6Ô3 ø\-6| ù{Ý[:- ô%ù6VûuóJø: þ3U U ù6¢ô#Zx;h + ù]
0C0O\>ùÛù<ôöõWùX"1% ÷>ù6B V>ô ~1eø ô#Z~S ø ù_øù6Ó> ù<õ1ôW" ù ÷9 ù:ø< û5ö ù73 ø <>ù3ô ù@ ~S ø:-=> ô> õ^ô5 ù<ô> õA-7S ø øôöùL W÷8X ¢ùT% ù7U!{ øW õ] ù !8<{ ø · ó ôöõ>ûVú´û/d!<>ô4T ù@ ôC ÷W=8ö ù\W ø ËFGF ù:ô%õWù6"1ö ÷¢ù6Û + ô ù<õ1eô#W" ù^øù64U0S øW:ûÎ>ù 1>ù<ø01<0>ù_:U0:- ù Oeøô© > Z ôc! :Jû-ú´û b ô ÛÜ ?=_ é ? @< ¥ %1-6-6S ø>ô> õ9 9U U ù6>ô©Z%3ô~1eø ô#Z~0¢ U ÷>øùmô S õSô0S øWH ù:ô%õWù6"1ö ÷¢ù6: û,a 1 + ù@W" ù:ø< ô9>ôB-7 ù>ùù@Z!U% ô<- ô)÷% ù:ø) ù !}ô\ ù:ô¢ õm÷ ù[W ø\>ùeôT ù` ~S ø-=A<--6W ø:>ô¢ õ ó ô%õ>ûú|û\ü<>ô] ù ¨ô+7 L ÷8:ö ùW ø] ÷-=- >ô#eô : û ë2ìÞ
ß^î[ûý\ñ7ýsõBòûáà]ù
ô>ù<ø]>ù_[ !>ùùJ:÷0Oeô % Sø]>ô¢-÷ô 0# ô â Ú Ö â @
â Ø Ú £ â > Ø
nú´û ú
üb
±\¼²3ºµs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²¯Â´|·,´|µs®T¢´
ã Wù6Søù SøùA- [U>÷8eù<ø-ù-7ù97"1Sô%ù[ 8 é8<Jôcv1-``<ÓâCù@+Ûô_óhûÓÛô-=03ø: U>ø: U' ù6¢ T ù@ cS ø*ôXù:õWø1eô> õùJ:÷01ô a )>ô U-ù3ûa> ùAU>ø ù6 ù6eù£¢ô3ù ô! :Jûü>û 110 < ù6¨ô]W=¢ ôö ô# 2>ù^ó0W ÷>øô%ù:ø] ù ! ô¨ÿ´ù6-@eô ~ú´ûbú´û ( ?L ô-=0S ø: ÓÐaeô ù ô% ô ~+8 1X + û_a + ùS " ù:ø<>ù5-6 <- ù6U8uô³ :|÷¢ôeù5-6% ù7S ø| 07 A+hù + 1X + ô[T ù>ôÔ1ù6# 31B¢ô\1U> U ø -= +5W ÷~-ùL÷W=8ö ùSû) ù6 ô#*>ô::- ø ùeù ù !TôT-71 ù*ù`Z8¢ U øù6: ù¨ô ~1eø ô#Z9 =Oeô ]¢ùW :eù¿ \Î_Ï]ÐÑ: þáã!ä ã
ä
ä
Ú Ö @
£ ÛL ? ? Ú Þ ¥ T> Ø
®å
nú´û æ
+ÛôÅ>ùc%ù7U!{ø Wõ?ù8 ! ÷ùÀ WøC>ùeôTùL~Sø-= ûÕÎ_÷>ø 10 ôHô«>ô U8eù<ø øù@W " ù6ö ùy0O>ô ô ÷ ù:øô-7 Ë÷:%ù~ ô-<ù~¢ù2$8ø: ! _ < < Søù~ø ù7 c>ù:õ1eô#W" ù>ù> U ÷¢øôS ÷ Y ø Ûô%>ùöù71U8{ø Wõ[ù8 ! ôÛ÷8:=1öù_ WøaÓ÷-= -71 ù6ûú´û/d1 û S]> ùT ù@ ä+H ÷ ù6ÅX «Û ô-=S ø: äW ø9h + ù71>ù:ø[> U øù>ô-@eô ô9v-[-6 + ùa:W ÷>ø::- ùa Ó: ù]ö ù|" ô# Wû\( ~8> U ø > ô% ô < h + ùW" ù<ø6<8>ù0[-71:- ÷8Ô1ô ]¢ù
# ¢1U> U ø -=£"1S ôÔ8ö ù1¢ùxô ù]1 + ù<øùx -6S øø ôöù¢vS ø_ù68W ÷>õ ù`Z8¢ ô> ô#:ø> õSù U> ù ù60´ ûs> ù]-6W ÷< 1V-6W ÷>ø: ù1|< ÷8 ù>ù W ø:>ù:ø)Û ÷> õSù@Pm ÷8:=3 ù A _ôeù:õSø1ù :Jûú´û æc ô<- ùsô#ôW=% ù~W ø^øù6T> ! ù:õOeôS" ùL$4Ð< ûc(*ôôô # ¢:% ù cW øa>ôa-71 ùh + ùCS ø ùø1¢ù:ø3 ùS" ù:øù cö ôT ô#eù6ôcô ùWeùU ô< ù >ùøù{:|÷¢ôöøùT ù T@æ ê T> {Ø ç û £ S]> ù:ø ùS ø ù3~ [+7 ¢ ô> U ÷1eù]>ù3 ÷ ù:ø ô-71YW=¢ ôö ô# C l% õW ø ô8~< ûBÎ> ù ¢ù6 ô5 ôø >÷:- ùT ô©´ Z ù6 ô ù38LU0<- ù>ô ù<øù68:- ô¢ õ<8U' : ô> ô% ô Ch + ù07W" ù 1 Wù@ -6 ô>ù:ø ù6ûØó0W øù@Z8[U% ù<8h + ùôeø >÷<- ù6%>ù_ Ï ÷ó0W øW:óJø# 13ù6Ó ù ¨ôc0U8ù:øÛü>þ ÛÜ [ Û1Ý [ ÚX] W × Ö X Ú ]W × Þ
Û7Ü [ Û1Ý [ T@ Ú X W × Þ X Ú W × ÛD[ Û=[ ] ] £ êë Ø èé ÚX] W Ý × ¥ Q> Í íì Þ ÚX] W Ü ×aîï
ô%+>ô-=c¢ù-<ù6eølù:ø: ô%>ùU01-:ùA¢ù:øô#"11eô#"Wùôc!:ûJü>û ù:ùËø ù6U-:ù ô 7"Wù<ø SõW_ ù "1ö÷¢_ ù 1] + [>ô ù<øù6eôTù3öù"Sù6:ûT + %ù
ð
£ T@ Q> Ø
nú´û
¨øù6Søø>õWùù:ø:~ Û=[ ÛÜ × [ ç Ö Ú ] W ÛOÝ × [ ðpñeÚ ] W ÛDÝ [ W ð Ú Ü ×ò ] Þ ð Ú ]W Þ Þ ¥ × S]>ù<øù}ô 2 "|ô S÷ÎÏÕ ù@ +1ù<ù6>ùA0ô-T,ÏÙ>ôa
00\Î0xûLù6-<ù<Ó>ù:ø ù ôa Íôeù:ø:Tù>ôÔOeùA$ ø a:eø ÷-÷>øù sô U ù6-@Vû( :ù7¢ > ù9> U ø: !<- ù:ù68_ô[T ù>ôÔOeù6# ~ ¢ùpYø :û
¦§´Ê§
±]¹]ª3´!°W´|µs®,ª9±·
üEú
S >ù[ô[U%ù6:+7 ? %-7Sø ø: >ô_ W÷8^ôX ?ù71_ >ùóV S÷>øô%ù:ø:>ôöô ¢0# ô ] ôø >÷-:ùPôPÿ´ù6-@eô Ëú|û ú´û)S]¢ôöù61 8-:ù_ %Öç % Ý × ß9A ILK ` M A Ý ILK ` M Þ ð Þ ð Þ ¥ ð á
Wø
% Ø )Ö é ð - {\ó_T>' Þ ð ¥ ¥ ¥ ð S]>ù %÷8eô L l>ù0:÷0¢ø1ô-mô Ö
ð - GO*Q>C
ð Ø ô Ø O*T> ¥
Þ ð S]>ù<øù[Søù ãôYø B ,+>ô-=ySø ù2ê Sø Çøù6 ð ô¢>ù}ø>õWùxéê ð êöõ·û S]>ôaù710Oa>ù_Tù@ ô QNÓK=MONYEG¤JEÍMONYËFGFHI9¥@¤ÍËD6F ÷ S]>ù5' "SùØø ù6 ÷| ù:ù6[4 Ûõ ! ù\eø ÷>ùôô # :%ùTù@ }÷ ô>õ_ ø{ùYFHEÍK@EG¤ -6 A>ô0Oeô A 'â|S õWø> õWô ôXù:ø:U' 1eô AUY # !8 T ô< û S]>ù_U>ø ô-:ù+hù_07"WùU0Sô2 Wø¢ôô>ù ] K=MON*ú ¥@E¥@¤ @NÓK@I +Ûô%>ù_ Wøô%õWôX,Ïû Ss x> U ø: W" ù¢ô6ùù:ø:~#ô%!:ûú´û 1 ôL9Ss7 ! Wø ù:øô%ù68¨ø ù6- :ø÷-@ ¢ùaUSø:ôÔ!>ô¢-ù:ø ù6eô>ùJ:÷0Oeô x+hùSøù-@e÷01 "|ô>õ_1,>ùTù[ô:ù-ù-6 ù6\"Sù:øW ~nûuó0 Wø>ùeôTù¢ù:øô#"11eô#"Wù+hù07"Sù
T@ ñ Ú ] W
ÛÜ × [
¥ Ú ]W
Û1Ý × [ ç Ö â Ú W Û=[ E ] Þ ò b
T@ Ø â
Û=[ ELELE Ú ] W Þ
F=F=F
% Wø>ù_Tô©Z¢ùLeôù8c:U0-:ù_>ô ù<øù-:ù Û=[ ÛÜ [ Û1Ý [ Û=[ ÚX] W Ý b Ú ]W × ¥ , Ú ]W × Þ X Ú ]W Ü × × ¥ , Q> Ø
Ûù6U-:ù£>ùyù:ø:~~ô¸!:Jûmú´û +Ûô# T@?~T>Ìý ¢ é û\y > ù
08 â Ú Ö â @
T@ Ø W Û=[ â Ú Ú M M ] ¥öû T ELE >yü T> Ø â W Û=[ Ú ] ¥ M M M M T@ Ø T@ Ø â Û=[ ELELELE Ú ] W û T>!ü
Ö
>ùäY "Wùù`Z8Uô ?8
â Ø Ú £ â > Ø ¥
+>ù<øù þ
W Û=[
â
£ÿþ @ T T>
Ø
â Ø Ú â @Ø
Þ
]
Þ
F=F=F
nú´û.é
=213ù;>ùyöôô1 nú´û.
üæ
±\¼²3ºµs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²¯Â´|·,´|µs®T¢´
:û-ú´û úô ù8ËR:ËD@MOFHEÍK û,!:Jû ú|û/. ô ÆI ù0@RD@MOFHEÍK û,S]|÷8*ô# T@mý é~8T>ý éHô%÷-= ! c+7 y1 ` ` E ø ù6~Sô-6 :7<)>ùsùJ:÷01ô y+hù%-@e÷0 ?: "Sù2 y¢ù2Tù@ ô M 7"Wùù{:|÷1eô ô:>ô¢õ ~ :ù6U ô: ù6< û,S]> ù_ ô÷01ô Í ô] ÷[~S øô: ù6ôLSB1ö ù^ú´û¢ . û)(*b T@yý é[1Q>ý é ôL ÷-= c+7 y1 ` ` E øù6~S ôA- :7<\>ù6 Ø ô 2a Q@:`<)>ù2 ù ô-6 ôWeù6:û þ h + ùS" ù:ø6ôM ö ù6 L-6 :øS ôX >ùCeô ù9Weù6U?+> ô-= ô~ Ù ÷:_ ùW" ù<øù 0O ô[UY ùX >ùx:> ôö ô c-6 >ôô 1T>ùx ù-6 W ø:>ù:øÛ ÷> õWù`Pm ÷8LT ù@ ? + ôL>ù=% ùSû !* Wø>ù<øL÷8>õWù@ m÷8 Q@ê
Ï_÷ó0 Wø:´óø_1Sù6
ó0 WøLÿ>ôöô
` M Ø
T@êõ
>ô#eô 0 sÿ=1öù
8-6 ¢ôeô 0 Tÿ%ù
ó0 Wøa ô:ù6-@
a>ô Sø[ ô:ù6
¢ôeô 0 ~ 8ôWeùX6<
+Ûô# Ö E
3U8U>ø 7Z´ô~1eù Ö E
s ô Ø ß ` E £ ` M á S]¢ ù:øù@W øù
£ M
T@
Q>
£ M
SB1öù^ú´û.¢þØÿ´÷8~~Sø: B-6-<÷>ø-@ -6 8ôWeù- %- >ô#eô Wøa 1 Ï ÷Pó0W øW:óJø# _ 13ù6 ù !8:û ÖçS ø¢ ôeøS ø:s ù:ø øW ø]YW ÷ û ë2ì!
"çð)î[÷ø6ò$#
ý ã
û 8ô¢ù:ø]>ùÎÏ
ã
Ú0à Ö +Ûô# %ÙÖ
é
è)
¥
é é
¥
é # ¥
Ú Ö&% Ú ( Þ ' @
¥
é # ¥
+î * ï ?
'
Ö é
è)
¥
é +î * é ï
¦§-,X§Àº,¯¹]¶³|®T¢´
ü
J G ó ô2>ùmù:ô%õWù6"1ö÷¢ù6] .%÷ ô>õx9÷ù:ø ô-71U0-1OSõWù3û\>Õ01Ûô>ùWeù68 W=1ù_ %÷8eô SùÎÏÅ: ö÷!eô L-ù07"Wù^ôLeôTùD< v02> ø ô#eùC~-6 >ùA ôeù:õSø1ù{ø >ùô¢ôeô4-6 >ôô Ú Jé]Ö0/ ? ? 2143 {ø ô ù~@)Ö é]÷ ô>õ>ù#ù@Z!U%ô-<ô)÷%ù:ø<Wô[Uöô-:ô#lA÷8öù:ø<X[ã1- Wø: -1Tù@!
<û ( B>øù<ù~-6 ù6G < ÷ ù &;Ö é W ø éééLô ùC:ù6U<)&yÖ^é / W ødéé ô ù2:ù6U<]&ÕÖ é ü¢W ø dé¢ô ù :ù6U~Å&ÕÖ éW ø éé¢ô ù :ù6U< û ~U03 øù>ù_- ~¢ U ÷8eùc: ö ÷8ô 2Û + ô#L¢ù^ù`Z8-a:ù7! % % ÷8eô û v-75aô>õ>ù$8øùÔ1ô 8 Wø9>ù6 ù%>øù<ùLTù@ ùù@Z!Uù6-ù6 YW ÷8 c&%W ø]W=> ôö ô# #<%] ø ù W÷>øÛø ù6÷8]- ô:ù6+Ûô%>ù6 ù_' W÷8< û
J ~U>÷!eù~%öùC 1¢ù~÷ù:ø ô-71\"1ö÷>ù 1¢ù¿Yø 15>ù !
Sø>ù<ø 0[W !W ø:¢T ù@ c+¢ ù6£$Ö ûaSs21Sùx&~ôËôù:ø:"1 Té¢ûédx{ø: é ´ é û/æéx8- [> U ÷8eù>ù ö ÷8ù"1ö ÷>ùa 1s>ùø ~Oöù71:bCUÔ<- ù6<û v0Ì) ,>ùaeø1-:ùa Ó>ù]ø: ! Aôx>ùa-6 [U%ù@Z¿'*UÔ¢ù1 >ø7+ >ù*÷>ô#5-<ôöø:-6öù
>ù_ ùU 1Vû v-7Ûù6Uù7Oa>ùY {"Sù Sø>ùa ù û
.¢û]>Õ>ùA1UUöô%ù63 >ù,%ô>ù6SøÓ- "Wù6-@eô ù{:÷01eô <7>ù\+Ûô>ù 18 {+â|OZ6X> ù6>ø: 2 ù ! õWô#W" ù: þ Ú ]
ÛÜ × Ö Û Ú ] ¥
× Û Û Ú ]Ü × ¥
Û Ú ]Ý × Þ
× ÛØ Ú Û Ü ] × ¥
Ú ]Û Þ Ú ]Û Ý ×
+>ù<øù¶× Û <.1X +;1>ù W÷>ø2 Wø#ó\âl÷9ù:ø6kû7 ô>õ¨ó0 W÷>ø ôöù:ø W=> ôö ô# 2 ô6<8
>ùø¢õWù !× Û Wø+>ô-=%¢ùùË ¨ô]:öù3û ü>ûaÏ_ù@eù:ø:Tô>ùLU >ù:>ôöô 9-6 S÷>ø WøT>ù330[W :8 Wø:2ù8 !5
W:ø >ù:ø >:ø W÷>õ Tü>, û [U0Sø ù +Û#ô [> ù L8 ÷ >õW@ù m8 ÷ ù !8T 14 Wø ¢ù:ø >ø W÷¢ õ ü>û
d´ûaÛù6-6Ó>ù_-6 [U0-@-:ùXù:ø ù6.O*U' SôUU¢ø 7Z´ô~1eô Wø9
ø::a>ù:ø ô"11ô"Wù3þ 98 Ú ] Ý üV98 Ú ] 9 8 Ú ] Ü Ö × Þ Ó Þ × M M M
. Q>
Ú ]Ü × ¥ Ú ]Ý ×
5 ]øùUÔ-<ô>õ>ù)U1eôSô>ù@Z;: >ù\eù~UY Wø1Sô8>ù@Z=õ ù !÷ ô> õ3¢ôsS ø ÷¢ û4>Õ01B Wø>ù<øuô|¢ùT ù@ S<0ùT ù@ û( _ ôa*:=1ö ù1A < %CB: W=% ù<
Wø](Í*:ö ùD<
dé
±\¼²3ºµs®,¯¿¦§À´|µ²3¶°P³4°6µ·¸¹]Á ³4°Pª3®)²¯Â´|·,´|µs®T¢´ b¢û]> ø ô#eù¢ù9ÎÏÀW !Weù 8=Sô>ù6 UU# |ô>õC¢ù !
Sø>ù<øa-<ù6eù<øù¢>ô¢-ù:ø ù6-<ù U8U>ø 7Z´ô~1eô ; >ù%U01ôÔ]¢ù:øô#"11eô#"Wùôä>ùc[ >ù6¢ô¢-÷ô ùJ:÷01ô ä+Ûô U ù:ø ô >ô-YW ÷80Sø: -6 8>ôô < ûD ô> õx3U8U ù>ô#Z%] û\ü8<8
0%>ùù<ôöõWùX"1% ÷>ù6 l¢ù :U01eô U ù:ø1 Sø] 1øô©Z û ôS" ù6%0O]>ù$8 øù61eô W ø]>ù !*W ø>ù<ø30[W 18W øWT ù@ ô Ø ¥
Þ
.$Y& ç % Þ
$Y& ç ÖÙé
: +¸01a¢ù~OZ´ô÷8»:%ù"1%÷>ù_ $Y&bX WøÛøù71l¢ù:õ1ô"Sù9$4<-ôû\ù3û<>ùAUY WôX +>ù<øù >ù W=¢ôöô# ?-6 W÷>øôeù:ø:ù->ù2¢ù:õ1ô"Sùsøù65OZ´ô6ù+Ûô $Y&cÖ õ~>ùù<ôöõWùX"1% ÷>ù6a \>ùA:U01ôÔ| U ù:ø1 Wøa~1eø ô#Z'<0
0>ùA~O´ Z ô# ûEa ô> ¥ ÷8 :ö ù]ô ù]:eùU~W ø\>ùa-6 9¢ ô01ô C 1 W ø:>ù:ø)<- ù6eù<øù6L¢ô¢-ù:øù:- ù1 >ù 8! W ø:>ù:ø301~PP:8W øWy ù äUU% ôöù >ù ~ >ù6,>ô ÷8 ô y ùJ:÷0{ ô û\L ùU ù61L÷ ô> õóVS ÷>øô%ù:ø01 ô: û ú´û 8ô¢ù:ø]>ù +Ûô¢õQ,ÏÛþ
â Ú Ö â @
â Ø Ú â > Ø
+>ù<øù Ö û3>Õ>ô-=~ù@Z!U%ô-:ô#ôù@* Sø:-=>ô¢õ[ù 3+5 W÷-ù÷>ô#=%ù Sø ¥ ôXù:õWø1eô>õ>ô TÏ]
Wø:>ù:ø~-:ù6ù:øù ¢ô¢-ù:øù-:ô>õ»ôT÷ùÒ Wø ¢ù¢U0{ ôÔT>ô¢-ù:ø ù6<- ù6x8 >ù2Y W÷Sø: y-6 ¢ôeô ASøùLUù:ø ô >ô-D< ó ô8y>ùLW=¢ôöô# - >ô#eô 2W ø] > ù_ l>ù ùT ù@ <û æ¢ûaô¢õËó0 W÷>ø ôöù<ø10 ô6ôöô# ¢
>ø:W
Wø:>ù:ø0-1+Søy>ô¢-ù:ø ù6-` ô> õ~-W ÷U% ù6+Ûô¨ù@Z!U%ô-<ôa÷öù<øaôù_ Sø:-=>ô¢õ~1UUöô%ù6% x>ùöô>ù7Sø]- "Wù-eô ù{:|÷1eô LÛ + ô%UY ô#eô#W" ù ûØó ôL>ù_ O´ Z ô ÷»W ÷>ø1Xa÷9 ù:ø]W ø]W=¢ ôö ô# Wû Ë
û 8ô¢ù:ø¢ù)öô¢ù7Sø'-6 "Wù-ô _+ÛôUY ôeô#"WùB+7"WùTUù:ùACôU>ø öù æ¢ûl3U8U C_ Ï ô%øô-=8ö ù'S ÷0SøW 2- >ô#eô L1]¢ùö ùG' W÷80SøW Wû, xY W÷Sø: -6 ¢ôeô Íô U ù:ø:T ô#eùx1\>ùÛøôöõX\'W ÷80SøWW ûB> øô#eù>ù: :ù6 ÓÎÏ]Ð\+> ô-=T ø ù6 ÷\{ ø
ø::W W ø:>ù:øs0- 1+3 øxU0OeôÔ1!>ô ù<øù:- ô> õ]ô9 Oeøô©ZX*W" ù- WølS ø¨ ûFa ô¢ õ33U8U ù>ô#Z û <
08>ù$ ù:ôöõSù6"1ö ÷>ù: û)> øôù>ù ] Î xÅ+> ô-=Ë øù ÷#]{ ø ¢ùAU8Uö ô-71ô
G ù@Z!U% ô<- ô÷% ù:ø]eôT ù~S ø:-=> ô> ä õ}ô% 1øä ô©ZÍW" ùä - SøW ø¢ < ôû\ù3û< Ö × Ú0Û ä Ú0ÛÜ × R ¥ GOÛ > øô#eù× ô«0>ùÀ~1eø ô#Z 8 =1ô «85õWô#"Wù%>ù¨ù6eø ôöù~ G û ô>õ?>ù¢$ øù61eô Ò WøL>ù ù@Z!U%ô-<ôc÷ö ù<ø ù <
0Ù>ù ' ù<ôöõWù"1ö÷>ù:û¿1ù6 >ù6 ù<+01#ô>ù~OZ´ô÷ W ÷¢ø÷9 ù:ø]1 h + ù62W ø: [U8 1eô-3:=1> ô%ô _< BZ!UÔ3ôL+ L>ô]>ô¢-ù:ø:{ ø »>ùW1 + ù<øa [¢ U ø % ù6»¢ æ û,* ôX:þô ×çS ø~ <
Chapter 8 CHOICE OF TIME-MARCHING METHODS In this chapter we discuss considerations involved in selecting a time-marching method for a speci c application. Examples are given showing how time-marching methods can be compared in a given context. An important concept underlying much of this discussion is stiness, which is de ned in the next section.
8.1 Stiness De nition for ODE's 8.1.1 Relation to -Eigenvalues The introduction of the concept referred to as \stiness" comes about from the numerical analysis of mathematical models constructed to simulate dynamic phenomena containing widely dierent time scales. De nitions given in the literature are not unique, but fortunately we now have the background material to construct a de nition which is entirely sucient for our purposes. We start with the assumption that our CFD problem is modeled with sucient accuracy by a coupled set of ODE's producing an A matrix typi ed by Eq. 7.1. Any de nition of stiness requires a coupled system with at least two eigenvalues, and the decision to use some numerical time-marching or iterative method to solve it. The dierence between the dynamic scales in physical space is represented by the dierence in the magnitude of the eigenvalues in eigenspace. In the following discussion we concentrate on the transient part of the solution. The forcing function may also be time varying in which case it would also have a time scale. However, we assume that this scale would be adequately resolved by the chosen time-marching method, and, since this part of the ODE has no eect on the numerical stability of 149
150
CHAPTER 8. CHOICE OF TIME-MARCHING METHODS I(λ h)
Stable Region λh
R(λ h)
1
Accurate Region
Figure 8.1: Stable and accurate regions for the explicit Euler method. the homogeneous part, we exclude the forcing function from further discussion in this section. Consider now the form of the exact solution of a system of ODE's with a complete eigensystem. This is given by Eq. 6.27 and its solution using a one-root, timemarching method is represented by Eq. 6.28. For a given time step, the time integration is an approximation in eigenspace that is dierent for every eigenvector ~xm . In many numerical applications the eigenvectors associated with the small jmj are well resolved and those associated with the large jmj are resolved much less accurately, if at all. The situation is represented in the complex h plane in Fig. 8.1. In this gure the time step has been chosen so that time accuracy is given to the eigenvectors associated with the eigenvalues lying in the small circle and stability without time accuracy is given to those associated with the eigenvalues lying outside of the small circle but still inside the large circle.
The whole concept of stiness in CFD arises from the fact that we often do not need the time resolution of eigenvectors associated with the large jm j in the transient solution, although these eigenvectors must remain coupled into the system to maintain a high accuracy of the spatial resolution.
8.1. STIFFNESS DEFINITION FOR ODE'S
151
8.1.2 Driving and Parasitic Eigenvalues
For the above reason it is convenient to subdivide the transient solution into two parts. First we order the eigenvalues by their magnitudes, thus j1j j2j jM j (8.1) Then we write p M X Transient = X t m ~ (8.2) cm e xm + cmem t ~xm Solution m =1 m = p +1 | {z } {z } | Driving Parasitic This concept is crucial to our discussion. Rephrased, it states that we can separate our eigenvalue spectrum into two groups; one [1 ! p] called the driving eigenvalues (our choice of a time-step and marching method must accurately approximate the time variation of the eigenvectors associated with these), and the other, [p+1 ! M ], called the parasitic eigenvalues (no time accuracy whatsoever is required for the eigenvectors associated with these, but their presence must not contaminate the accuracy of the complete solution). Unfortunately, we nd that, although time accuracy requirements are dictated by the driving eigenvalues, numerical stability requirements are dictated by the parasitic ones.
8.1.3 Stiness Classi cations
The following de nitions are somewhat useful. An inherently stable set of ODE's is sti if In particular we de ne the ratio
jpj jM j
Cr = jM j = jpj and form the categories
Mildly-sti Cr < 102 Strongly-sti 103 < Cr < 105 Extremely-sti 106 < Cr < 108 Pathologically-sti 109 < Cr It should be mentioned that the gaps in the sti category de nitions are intentional because the bounds are arbitrary. It is important to notice that these de nitions make no distinction between real, complex, and imaginary eigenvalues.
152
CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
8.2 Relation of Stiness to Space Mesh Size
Many ow elds are characterized by a few regions having high spatial gradients of the dependent variables and other domains having relatively low gradient phenomena. As a result it is quite common to cluster mesh points in certain regions of space and spread them out otherwise. Examples of where this clustering might occur are at a shock wave, near an airfoil leading or trailing edge, and in a boundary layer. One quickly nds that this grid clustering can strongly aect the eigensystem of the resulting A matrix. In order to demonstrate this, let us examine the eigensystems of the model problems given in Section 4.3.2. The simplest example to discuss relates to the model diusion equation. In this case the eigenvalues are all real, negative numbers that automatically obey the ordering given in Eq. 8.1. Consider the case when all of the eigenvalues are parasitic, i.e., we are interested only in the converged steady-state solution. Under these conditions, the stiness is determined by the ratio M =1. A simple calculation shows that 2 4 4 x 2 ; = ; 1 = ; x2 sin 2(M + 1) x2 2 4 2 M ; x2 sin 2 = ; 4x2 and the ratio is 2 4 M + 1 M =1 x2 = 4 The most important information found from this example is the fact that the stiness of the transient solution is directly related to the grid spacing. Furthermore, in diusion problems this stiness is proportional to the reciprocal of the space mesh size squared. For a mesh size M = 40, this ratio is about 680. Even for a mesh of this moderate size the problem is already approaching the category of strongly sti. For the biconvection model a similar analysis shows that jM j = j1j 1x Here the stiness parameter is still space-mesh dependent, but much less so than for diusion-dominated problems. We see that in both cases we are faced with the rather annoying fact that the more we try to increase the resolution of our spatial gradients, the stier our equations tend to become. Typical CFD problems without chemistry vary between the mildly and strongly sti categories, and are greatly aected by the resolution of a boundary layer since it is a diusion process. Our brief analysis has been limited to equispaced !
8.3. PRACTICAL CONSIDERATIONS FOR COMPARING METHODS
153
problems, but in general the stiness of CFD problems is proportional to the mesh intervals in the manner shown above where the critical interval is the smallest one in the physical domain.
8.3 Practical Considerations for Comparing Methods We have presented relatively simple and reliable measures of stability and both the local and global accuracy of time-marching methods. Since there are an endless number of these methods to choose from, one can wonder how this information is to be used to pick a \best" choice for a particular problem. There is no unique answer to such a question. For example, it is, among other things, highly dependent upon the speed, capacity, and architecture of the available computer, and technology in uencing this is undergoing rapid and dramatic changes as this is being written. Nevertheless, if certain ground rules are agreed upon, relevant conclusions can be reached. Let us now examine some ground rules that might be appropriate. It should then be clear how the analysis can be extended to other cases. Let us consider the problem of measuring the eciency of a time{marching method for computing, over a xed interval of time, an accurate transient solution of a coupled set of ODE's. The length of the time interval, T , and the accuracy required of the solution are dictated by the physics of the particular problem involved. For example, in calculating the amount of turbulence in a homogeneous ow, the time interval would be that required to extract a reliable statistical sample, and the accuracy would be related to how much the energy of certain harmonics would be permitted to distort from a given level. Such a computation we refer to as an event. The appropriate error measures to be used in comparing methods for calculating an event are the global ones, Era , Er and Er! , discussed in Section 6.6.5, rather than the local ones er , era , and erp discussed earlier. The actual form of the coupled ODE's that are produced by the semi-discrete approach is
d~u = F~ (~u; t) dt
At every time step we must evaluate the function F~ (~u; t) at least once. This function is usually nonlinear, and its computation usually consumes the major portion of the computer time required to make the simulation. We refer to a single calculation of the vector F~ (~u; t) as a function evaluation and denote the total number of such evaluations by Fev .
154
CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
8.4 Comparing the Eciency of Explicit Methods 8.4.1 Imposed Constraints
As mentioned above, the eciency of methods can be compared only if one accepts a set of limiting constraints within which the comparisons are carried out. The follow assumptions bound the considerations made in this Section: 1. The time-march method is explicit. 2. Implications of computer storage capacity and access time are ignored. In some contexts, this can be an important consideration. 3. The calculation is to be time-accurate, must simulate an entire event which takes a total time T , and must use a constant time step size, h, so that
T = Nh where N is the total number of time steps.
8.4.2 An Example Involving Diusion Let the event be the numerical solution of
du = ;u dt
(8.3)
from t = 0 to T = ; ln(0:25) with u(0) = 1. Eq. 8.3 is obtained from our representative ODE with = ;1, a = 0. Since the exact solution is u(t) = u(0)e;t, this makes the exact value of u at the end of the event equal to 0.25, i.e., u(T ) = 0:25. To the constraints imposed above, let us set the additional requirement
The error in u at the end of the event, i.e., the global error, must be < 0:5%. We judge the most ecient method as the one that satis es these conditions and has the fewest number of evaluations, Fev . Three methods are compared | explicit Euler, AB2, and RK4. First of all, the allowable error constraint means that the global error in the amplitude, see Eq. 6.48, must have the property:
Er < 0:005 eT
8.4. COMPARING THE EFFICIENCY OF EXPLICIT METHODS
155
Then, since h = T=N = ; ln(0:25)=N , it follows that
1 ; (1 (ln(:25)=N ))N =:25 < 0:005
where 1 is found from the characteristic polynomials given in Table 7.1. The results shown in Table 8.1 were computed using a simple iterative procedure. Method N h 1 Fev Er Euler 193 :00718 :99282 193 :001248 worst AB2 16 :0866 :9172 16 :001137 RK4 2 :6931 :5012 8 :001195 best Table 8.1: Comparison of time-marching methods for a simple dissipation problem. In this example we see that, for a given global accuracy, the method with the highest local accuracy is the most ecient on the basis of the expense in evaluating Fev . Thus the second-order Adams-Bashforth method is much better than the rstorder Euler method, and the fourth-order Runge-Kutta method is the best of all. The main purpose of this exercise is to show the (usually) great superiority of second-order over rst-order time-marching methods.
8.4.3 An Example Involving Periodic Convection
Let us use as a basis for this example the study of homogeneous turbulence simulated by the numerical solution of the incompressible Navier-Stokes equations inside a cube with periodic boundary conditions on all sides. In this numerical experiment the function evaluations contribute overwhelmingly to the CPU time, and the number of these evaluations must be kept to an absolute minimum because of the magnitude of the problem. On the other hand, a complete event must be established in order to obtain meaningful statistical samples which are the essence of the solution. In this case, in addition to the constraints given in Section 8.4.1, we add the following:
The number of evaluations of F~ (~u; t) is xed. Under these conditions a method is judged as best when it has the highest global accuracy for resolving eigenvectors with imaginary eigenvalues. The above constraint has led to the invention of schemes that omit the function evaluation in the corrector step of a predictor-corrector combination, leading to the so-called incomplete
CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
156
predictor-corrector methods. The presumption is, of course, that more ecient methods will result from the omission of the second function evaluation. An example is the method of Gazdag, given in Section 6.8. Basically this is composed of an AB2 predictor and a trapezoidal corrector. However, the derivative of the fundamental family is never found so there is only one evaluation required to complete each cycle. The - relation for the method is shown as entry 10 in Table 7.1. In order to discuss our comparisions we introduce the following de nitions: Let a k-evaluation method be de ned as one that requires k evaluations of F~ (~u; t) to advance one step using that method's time interval, h. Let K represent the total number of allowable Fev . Let h1 be the time interval advanced in one step of a one-evaluation method. The Gazdag, leapfrog, and AB2 schemes are all 1-evaluation methods. The second and fourth order RK methods are 2- and 4-evaluation methods, respectively. For a 1evaluation method the total number of time steps, N , and the number of evaluations, K , are the same, one evaluation being used for each step, so that for these methods h = h1 . For a 2-evaluation method N = K=2 since two evaluations are used for each step. However, in this case, in order to arrive at the same time T after K evaluations, the time step must be twice that of a one{evaluation method so h = 2h1. For a 4-evaluation method the time interval must be h = 4h1 , etc. Notice that as k increases, the time span required for one application of the method increases. However, notice also that as k increases, the power to which 1 is raised to arrive at the nal destination decreases; see the Figure below. This is the key to the true comparison of time-march methods for this type of problem. 0
k=1 j k = 2 j 2h1 k=4 j 4h1
T
uN
j [(h1 )]84 j [(2h1)]2 j [(4h1)]
Step sizes and powers of for k-evaluation methods used to get to the same value of T if 8 evaluations are allowed. In general, after K evaluations, the global amplitude and phase error for kevaluation methods applied to systems with pure imaginary -roots can be written1 Era = 1 ; j1(ik!h1 )jK=k (8.4) 1
See Eqs. 6.38 and 6.39.
8.4. COMPARING THE EFFICIENCY OF EXPLICIT METHODS 1 )]imaginary Er! = !T ; Kk tan;1 [1[(ik!h 1 (ik!h1 )]real "
#
157 (8.5)
Consider a convection-dominated event for which the function evaluation is very time consuming. We idealize to the case where = i! and set ! equal to one. The event must proceed to the time t = T = 10. We consider two maximum evaluation limits K = 50 and K = 100 and choose from four possible methods, leapfrog, AB2, Gazdag, and RK4. The rst three of these are one-evaluation methods and the last one is a four-evaluation method. It is not dicult to show that on the basis of local error (made in a single step) the Gazdag method is superior to the RK4 method in both amplitude and phase. For example, for !h = 0:2 the Gazdag method produces a j1 j = 0:9992276 whereas for !h = 0:8 (which must be used to keep the number of evaluations the same) the RK4 method produces a j1 j = 0:998324. However, we are making our comparisons on the basis of global error for a xed number of evaluations. First of all we see that for a one-evaluation method h1 = T=K . Using this, and the fact that ! = 1, we nd, by some rather simple calculations2 made using Eqs. 8.4 and 8.5, the results shown in Table 8.2. Notice that to nd global error the Gazdag root must be raised to the power of 50 while the RK4 root is raised only to the power of 50/4. On the basis of global error the Gazdag method is not superior to RK4 in either amplitude or phase, although, in terms of phase error (for which it was designed) it is superior to the other two methods shown.
K leapfrog AB2 Gazdag RK4 !h1 = :1 100 1:0 1:003 :995 :999 !h1 = :2 50 1:0 1:022 :962 :979 a. Amplitude, exact = 1.0. K leapfrog AB2 Gazdag RK4 !h1 = :1 100 ;:96 ;2:4 :45 :12 !h1 = :2 50 ;3:8 ;9:8 1:5 1:5 b. Phase error in degrees. Table 8.2: Comparison of global amplitude and phase errors for four methods. The 1 root for the Gazdag method can be found using a numerical root nding routine to trace the three roots in the -plane, see Fig. 7.3e. 2
158
CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
Using analysis such as this (and also considering the stability boundaries) the RK4 method is recommended as a basic rst choice for any explicit time-accurate calculation of a convection-dominated problem.
8.5 Coping With Stiness 8.5.1 Explicit Methods
The ability of a numerical method to cope with stiness can be illustrated quite nicely in the complex h plane. A good example of the concept is produced by studying the Euler method applied to the representative equation. The transient solution is un = (1 + h)n and the trace of the complex value of h which makes j1 + hj = 1 gives the whole story. In this case the trace forms a circle of unit radius centered at (;1; 0) as shown in Fig. 8.1. If h is chosen so that all h in the ODE eigensystem fall inside this circle the integration will be numerically stable. Also shown by the small circle centered at the origin is the region of Taylor series accuracy. If some h fall outside the small circle but stay within the stable region, these h are sti, but stable. We have de ned these h as parasitic eigenvalues. Stability boundaries for some explicit methods are shown in Figs. 7.5 and 7.6. For a speci c example, consider the mildly sti system composed of a coupled two-equation set having the two eigenvalues 1 = ;100 and 2 = ;1. If uncoupled and evaluated in wave space, the time histories of the two solutions would appear as a rapidly decaying function in one case, and a relatively slowly decaying function in the other. Analytical evaluation of the time histories poses no problem since e;100t quickly becomes very small and can be neglected in the expressions when time becomes large. Numerical evaluation is altogether dierent. Numerical solutions, of course, depend upon [(m h)]n and no jm j can exceed one for any m in the coupled system or else the process is numerically unstable. Let us choose the simple explicit Euler method for the time march. The coupled equations in real space are represented by
u1(n) = c1 (1 ; 100h)nx11 + c2(1 ; h)nx12 + (PS )1 u2(n) = c1 (1 ; 100h)nx21 + c2(1 ; h)nx22 + (PS )2
(8.6)
We will assume that our accuracy requirements are such that sucient accuracy is obtained as long as jhj 0:1. This de nes a time step limit based on accuracy considerations of h = 0:001 for 1 and h = 0:1 for 2 . The time step limit based on stability, which is determined from 1, is h = 0:02. We will also assume that c1 = c2 = 1 and that an amplitude less than 0.001 is negligible. We rst run 66 time steps with h = 0:001 in order to resolve the 1 term. With this time step the
8.5. COPING WITH STIFFNESS
159
2 term is resolved exceedingly well. After 66 steps, the amplitude of the 1 term (i.e., (1 ; 100h)n) is less than 0.001 and that of the 2 term (i.e., (1 ; h)n) is 0.9361. Hence the 1 term can now be considered negligible. To drive the (1 ; h)n term to zero (i.e., below 0.001), we would like to change the step size to h = 0:1 and continue.
We would then have a well resolved answer to the problem throughout the entire relevant time interval. However, this is not possible because of the coupled presence of (1 ; 100h)n, which in just 10 steps at h = 0:1 ampli es those terms by 109, far outweighing the initial decrease obtained with the smaller time step. In fact, with h = 0:02, the maximum step size that can be taken in order to maintain stability, about 339 time steps have to be computed in order to drive e;t to below 0.001. Thus the total simulation requires 405 time steps.
8.5.2 Implicit Methods
Now let us re-examine the problem that produced Eq. 8.6 but this time using an unconditionally stable implicit method for the time march. We choose the trapezoidal method. Its behavior in the h plane is shown in Fig. 7.4b. Since this is also a oneroot method, we simply replace the Euler with the trapezoidal one and analyze the result. It follows that the nal numerical solution to the ODE is now represented in real space by n 1 ; 50 h u1(n) = c1 1 + 50h x11 + c2 !n 1 ; 50 h u2(n) = c1 1 + 50h x21 + c2 !
1 ; 0:5h nx + (PS ) 1 1 + 0:5h 12 ! 1 ; 0:5h nx + (PS ) 2 1 + 0:5h 22 !
(8.7)
In order to resolve the initial transient of the term e;100t , we need to use a step size of about h = 0:001. This is the same step size used in applying the explicit Euler method because here accuracy is the only consideration and a very small step size must be chosen to get the desired resolution. (It is true that for the same accuracy we could in this case use a larger step size because this is a second-order method, but that is not the point of this exercise). After 70 time steps the 1 term has amplitude less than 0.001 and can be neglected. Now with the implicit method we can proceed to calculate the remaining part of the event using our desired step size h = 0:1 without any problem of instability, with 69 steps required to reduce the amplitude of the second term to below 0.001. In both intervals the desired solution is second-order accurate and well resolved. It is true that in the nal 69 steps one -root is [1 ; 50(0:1)]=[1 + 50(0:1)] = 0:666 , and this has no physical meaning whatsoever. However, its in uence on the coupled solution is negligible at the end of the rst 70 steps, and, since (0:666 )n < 1, its in uence in the remaining 70
160
CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
steps is even less. Actually, although this root is one of the principal roots in the system, its behavior for t > 0:07 is identical to that of a stable spurious root. The total simulation requires 139 time steps.
8.5.3 A Perspective
It is important to retain a proper perspective on a problem represented by the above example. It is clear that an unconditionally stable method can always be called upon to solve sti problems with a minimum number of time steps. In the example, the conditionally stable Euler method required 405 time steps, as compared to about 139 for the trapezoidal method, about three times as many. However, the Euler method is extremely easy to program and requires very little arithmetic per step. For preliminary investigations it is often the best method to use for mildly-sti diusion dominated problems. For re ned investigations of such problems an explicit method of second order or higher, such as Adams-Bashforth or Runge-Kutta methods, is recommended. These explicit methods can be considered as eective mildly stistable methods. However, it should be clear that as the degree of stiness of the problem increases, the advantage begins to tilt towards implicit methods, as the reduced number of time steps begins to outweigh the increased cost per time step. The reader can repeat the above example with 1 = ;10; 000, 2 = ;1, which is in the strongly-sti category. There is yet another technique for coping with certain sti systems in uid dynamic applications. This is known as the multigrid method. It has enjoyed remarkable success in many practical problems; however, we need an introduction to the theory of relaxation before it can be presented.
8.6 Steady Problems In Chapter 6 we wrote the OE solution in terms of the principal and spurious roots as follows:
un = c11 (1 )n1 ~x1 + + cm1(m )n1 ~xm + + cM 1 (M )n1 ~xM + P:S: +c12 (1)n2 ~x1 + + cm2 (m )n2 ~xm + + cM 2 (M )n2 ~xM +c13 (1)n3 ~x1 + + cm3 (m )n3 ~xm + + cM 3 (M )n3 ~xM +etc., if there are more spurious roots
(8.8)
When solving a steady problem, we have no interest whatsoever in the transient portion of the solution. Our sole goal is to eliminate it as quickly as possible. Therefore,
8.7. PROBLEMS
161
the choice of a time-marching method for a steady problem is similar to that for a sti problem, the dierence being that the order of accuracy is irrelevant. Hence the explicit Euler method is a candidate for steady diusion dominated problems, and the fourth-order Runge-Kutta method is a candidate for steady convection dominated problems, because of their stability properties. Among implicit methods, the implicit Euler method is the obvious choice for steady problems. When we seek only the steady solution, all of the eigenvalues can be considered to be parasitic. Referring to Fig. 8.1, none of the eigenvalues are required to fall in the accurate region of the time-marching method. Therefore the time step can be chosen to eliminate the transient as quickly as possible with no regard for time accuracy. For example, when using the implicit Euler method with local time linearization, Eq. 6.96, one would like to take the limit h ! 1, which leads to Newton's method, Eq. 6.98. However, a nite time step may be required until the solution is somewhat close to the steady solution.
8.7 Problems 1. Repeat the time-march comparisons for diusion (Section 8.4.2) and periodic convection (Section 8.4.3) using 2nd- and 3rd-order Runge-Kutta methods. 2. Repeat the time-march comparisons for diusion (Section 8.4.2) and periodic convection (Section 8.4.3) using the 3rd- and 4th-order Adams-Bashforth methods. Considering the stability bounds for these methods (see problem 4 in Chapter 7) as well as their memory requirements, compare and contrast them with the 3rd- and 4th-order Runge-Kutta methods. 3. Consider the diusion equation (with = 1) discretized using 2nd-order central dierences on a grid with 10 (interior) points. Find and plot the eigenvalues and the corresponding modi ed wavenumbers. If we use the explicit Euler timemarching method what is the maximum allowable time step if all but the rst two eigenvectors are considered parasitic? Assume that sucient accuracy is obtained as long as jhj 0:1. What is the maximum allowable time step if all but the rst eigenvector are considered parasitic?
162
CHAPTER 8. CHOICE OF TIME-MARCHING METHODS
Chapter 9 RELAXATION METHODS In the past three chapters, we developed a methodology for designing, analyzing, and choosing time-marching methods. These methods can be used to compute the time-accurate solution to linear and nonlinear systems of ODE's in the general form d~u = F~ (~u; t) (9.1) dt which arise after spatial discretization of a PDE. Alternatively, they can be used to solve for the steady solution of Eq. 9.1, which satis es the following coupled system of nonlinear algebraic equations: F~ (~u) = 0 (9.2) In the latter case, the unsteady equations are integrated until the solution converges to a steady solution. The same approach permits a time-marching method to be used to solve a linear system of algebraic equations in the form A~x = ~b (9.3) To solve this system using a time-marching method, a time derivative is introduced as follows d~x = A~x ; ~b (9.4) dt and the system is integrated in time until the transient has decayed to a suciently low level. Following a time-dependent path to steady state is possible only if all of the eigenvalues of the matrix A (or ;A) have real parts lying in the left half-plane. Although the solution ~x = A; ~b exists as long as A is nonsingular, the ODE given by Eq. 9.4 has a stable steady solution only if A meets the above condition. 1
163
CHAPTER 9. RELAXATION METHODS
164
The common feature of all time-marching methods is that they are at least rstorder accurate. In this chapter, we consider iterative methods which are not time accurate at all. Such methods are known as relaxation methods. While they are applicable to coupled systems of nonlinear algebraic equations in the form of Eq. 9.2, our analysis will focus on their application to large sparse linear systems of equations in the form Ab~u ; ~f b = 0 (9.5) where Ab is nonsingular, and the use of the subscript b will become clear shortly. Such systems of equations arise, for example, at each time step of an implicit time-marching method or at each iteration of Newton's method. Using an iterative method, we seek to obtain rapidly a solution which is arbitrarily close to the exact solution of Eq. 9.5, which is given by ~u1 = A;b ~f b (9.6) 1
9.1 Formulation of the Model Problem 9.1.1 Preconditioning the Basic Matrix
It is standard practice in applying relaxation procedures to precondition the basic equation. This preconditioning has the eect of multiplying Eq. 9.5 from the left by some nonsingular matrix. In the simplest possible case the conditioning matrix is a diagonal matrix composed of a constant D(b). If we designate the conditioning matrix by C , the problem becomes one of solving for ~u in
CAb~u ; C~f b = 0
(9.7)
Notice that the solution of Eq. 9.7 is
~u = [CAb ]; C~f b = A;b C ; C~f b = A;b ~f b 1
1
1
1
(9.8)
which is identical to the solution of Eq. 9.5, provided C ; exists. In the following we will see that our approach to the iterative solution of Eq. 9.7 depends crucially on the eigenvalue and eigenvector structure of the matrix CAb, and, equally important, does not depend at all on the eigensystem of the basic matrix Ab . For example, there are well-known techniques for accelerating relaxation schemes if the eigenvalues of CAb are all real and of the same sign. To use these schemes, the 1
9.1. FORMULATION OF THE MODEL PROBLEM
165
conditioning matrix C must be chosen such that this requirement is satis ed. A choice of C which ensures this condition is the negative transpose of Ab. For example, consider a spatial discretization of the linear convection equation using centered dierences with a Dirichlet condition on the left side and no constraint on the right side. Using a rst-order backward dierence on the right side (as in Section 3.6), this leads to the approximation
82 > > 66 ;01 10 1 > <6 ;1 0 1 x~u = 21 x >66 64 > ;1 0 > : ;2
39 > 77> > 77= 77> 5> > 0 ;
3 2 77 66 ;0ua 77 ~ 66 77 u + 66 0 15 4 0 2
(9.9)
The matrix in Eq. 9.9 has eigenvalues whose imaginary parts are much larger than their real parts. It can rst be conditioned so that the modulus of each element is 1. This is accomplished using a diagonal preconditioning matrix
2 66 10 6 D = 2x 66 0 64 0
0 1 0 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 1 2
3 77 77 77 5
(9.10)
which scales each row. We then further condition with multiplication by the negative transpose. The result is
A = ;AT A = 2
2 66 ;10 10 1 66 ;1 0 66 ;1 4
1
1
32 77 66 ;10 10 1 77 66 ;1 0 77 66 154 ;1
1 0 ;1 ;1
2 66 ;10 ;20 10 1 6 = 66 1 0 ;2 0 64 1 0 ;2 1
3 77 7 1 77 1 75
1 ;2
1 0 ;1
3 77 77 7 1 75 1
(9.11)
CHAPTER 9. RELAXATION METHODS
166
If we de ne a permutation matrix P and carry out the process P T [;AT A ]P (which just reorders the elements of A and doesn't change the eigenvalues) we nd 1
1
1
1
2 66 00 66 66 0 40
1 0 0 0 1 0
0 0 0 1 0
0 1 0 0 0
32
32
2 66 ;21 ;21 1 6 1 ;2 1 = 66 64 1 ;2
3 77 77 7 1 75
0 7 6 ;1 0 1 77 66 0 77 66 0 ;2 0 1 76 1 77 66 1 0 ;2 0 1 77 66 0 75 64 1 0 ;2 1 75 64 0 1 1 ;2
0 1 0 0 0
0 0 0 1 0
0 0 0 0 1
0 0 1 0 0
3
17 0 77 0 77 0 75 0
(9.12)
1 ;1 which has all negative real eigenvalues, as given in Appendix B. Thus even when the basic matrix Ab has nearly imaginary eigenvalues, the conditioned matrix ;ATb Ab is nevertheless symmetric negative de nite (i.e., symmetric with negative real eigenvalues), and the classical relaxation methods can be applied. We do not necessarily recommend the use of ;ATb as a preconditioner; we simply wish to show that a broad range of matrices can be preconditioned into a form suitable for our analysis.
9.1.2 The Model Equations
Preconditioning processes such as those described in the last section allow us to prepare our algebraic equations in advance so that certain eigenstructures are guaranteed. In the remainder of this chapter, we will thoroughly investigate some simple equations which model these structures. We will consider the preconditioned system of equations having the form
A~ ; ~f = 0 (9.13) where A is symmetric negative de nite. The symbol for the dependent variable has been changed to as a reminder that the physics being modeled is no longer time 2
A permutation matrix (de ned as a matrix with exactly one 1 in each row and column and has the property that P T = P ;1 ) just rearranges the rows and columns of a matrix. 2 We use a symmetric negative de nite matrix to simplify certain aspects of our analysis. Relaxation methods are applicable to more general matrices. The classical methods will usually converge if Ab is diagonally dominant, as de ned in Appendix A. 1
9.1. FORMULATION OF THE MODEL PROBLEM
167
accurate when we later deal with ODE formulations. Note that the solution of Eq. 9.13, ~ = A; ~f , is guaranteed to exist because A is nonsingular. In the notation of Eqs. 9.5 and 9.7, 1
A = CAb and ~f = C~f b (9.14) The above was written to treat the general case. It is instructive in formulating the concepts to consider the special case given by the diusion equation in one dimension with unit diusion coecient : @u = @ u ; g(x) @t @x This has the steady-state solution 2
2
(9.15)
@ u = g(x) (9.16) @x which is the one-dimensional form of the Poisson equation. Introducing the threepoint central dierencing scheme for the second derivative with Dirichlet boundary conditions, we nd 2
2
d~u = 1 B (1; ;2; 1)~u + (b~c) ; ~g (9.17) dt x where (b~c) contains the boundary conditions and ~g contains the values of the source term at the grid nodes. In this case 2
Ab = 1 B (1; ;2; 1) x f~b = ~g ; (b~c) (9.18) Choosing C = x I , we obtain B (1; ;2; 1)~ = ~f (9.19) where ~f = x f~b. If we consider a Dirichlet boundary condition on the left side and either a Dirichlet or a Neumann condition on the right side, then A has the form A = B 1; ~b; 1 2
2
2
CHAPTER 9. RELAXATION METHODS
168
~b = [;2; ;2; ; ;2; s]T s = ;2 or ;1 (9.20) Note that s = ;1 is easily obtained from the matrix resulting from the Neumann boundary condition given in Eq. 3.24 using a diagonal conditioning matrix. A tremendous amount of insight to the basic features of relaxation is gained by an appropriate study of the one-dimensional case, and much of the remaining material is devoted to this case. We attempt to do this in such a way, however, that it is directly applicable to two- and three-dimensional problems.
9.2 Classical Relaxation
9.2.1 The Delta Form of an Iterative Scheme
We will consider relaxation methods which can be expressed in the following delta form: h i H ~n ; ~n = A~n ; ~f (9.21) where H is some nonsingular matrix which depends upon the iterative method. The matrix H is independent of n for stationary methods and is a function of n for nonstationary ones. The iteration count is designated by the subscript n or the superscript (n). The converged solution is designated ~1 so that +1
~1 = A; ~f
(9.22)
1
9.2.2 The Converged Solution, the Residual, and the Error Solving Eq. 9.21 for ~n gives ~n = [I + H ; A]~n ; H ; ~f = G~n ; H ; ~f +1
+1
1
1
1
where
(9.23)
G I + H; A (9.24) Hence it is clear that H should lead to a system of equations which is easy to solve, or at least easier to solve than the original system. The error at the nth iteration is de ned as ~en ~n ; ~1 = ~n ; A; ~f (9.25) 1
1
9.2. CLASSICAL RELAXATION
169
where ~1 was de ned in Eq. 9.22. The residual at the nth iteration is de ned as ~rn A~n ; ~f (9.26) Multiply Eq. 9.25 by A from the left, and use the de nition in Eq. 9.26. There results the relation between the error and the residual A~en ; ~rn = 0 (9.27) Finally, it is not dicult to show that ~en = G~en
(9.28)
+1
Consequently, G is referred to as the basic iteration matrix, and its eigenvalues, which we designate as m , determine the convergence rate of a method. In all of the above, we have considered only what are usually referred to as stationary processes in which H is constant throughout the iterations. Nonstationary processes in which H (and possibly C ) is varied at each iteration are discussed in Section 9.5.
9.2.3 The Classical Methods
Point Operator Schemes in One Dimension Let us consider three classical relaxation procedures for our model equation B (1; ;2; 1)~ = ~f (9.29) as given in Section 9.1.2. The Point-Jacobi method is expressed in point operator form for the one-dimensional case as h i jn = 21 jn; + jn ; fj (9.30) This operator comes about by choosing the value of jn such that together with the old values of j; and j , the j th row of Eq. 9.29 is satis ed. The Gauss-Seidel method is h i jn = 21 jn; + jn ; fj (9.31) This operator is a simple extension of the point-Jacobi method which uses the most recent update of j; . Hence the j th row of Eq. 9.29 is satis ed using the new values of j and j; and the old value of j . The method of successive overrelaxation (SOR) ( +1)
( ) 1
( ) +1
( +1)
1
+1
( +1)
( +1) 1
1
1
+1
( ) +1
CHAPTER 9. RELAXATION METHODS
170
is based on the idea that if the correction produced by the Gauss-Seidel method tends to move the solution toward ~1, then perhaps it would be better to move further in this direction. It is usually expressed in two steps as h i ~j = 21 jn; + jn ; fj h i jn = jn + ! ~j ; jn (9.32) ( +1) 1
( +1)
( ) +1
( )
( )
where ! generally lies between 1 and 2, but it can also be written in the single line jn = !2 jn; + (1 ; !)jn + !2 jn ; !2 fj (9.33) ( +1)
( +1) 1
( )
( ) +1
The General Form
The general form of the classical methods is obtained by splitting the matrix A in Eq. 9.13 into its diagonal, D, the portion of the matrix below the diagonal, L, and the portion above the diagonal, U , such that
A=L+D+U
(9.34)
Then the point-Jacobi method is obtained with H = ;D, which certainly meets the criterion that it is easy to solve. The Gauss-Seidel method is obtained with H = ;(L + D), which is also easy to solve, being lower triangular.
9.3 The ODE Approach to Classical Relaxation 9.3.1 The Ordinary Dierential Equation Formulation
The particular type of delta form given by Eq. 9.21 leads to an interpretation of relaxation methods in terms of solution techniques for coupled rst-order ODE's, about which we have already learned a great deal. One can easily see that Eq. 9.21 results from the application of the explicit Euler time-marching method (with h = 1) to the following system of ODE's: ~ H ddt = A~ ; ~f (9.35) This is equivalent to d~ = H ; C A ~ ; ~f = H ; [A~ ; ~f ] (9.36) b b dt 1
1
9.3. THE ODE APPROACH TO CLASSICAL RELAXATION
171
In the special case where H ; A depends on neither ~u nor t, H ; ~f is also independent of t, and the eigenvectors of H ; A are linearly independent, the solution can be written as 1
1
1
~ = c e1 t~x + + cM eM t~xM +~1 (9.37) | {z } error where what is referred to in time-accurate analysis as the transient solution, is now referred to in relaxation analysis as the error. It is clear that, if all of the eigenvalues of H ; A have negative real parts (which implies that H ; A is nonsingular), then the system of ODE's has a steady-state solution which is approached as t ! 1, given by 1
1
1
1
~1 = A; ~f 1
(9.38)
which is the solution of Eq. 9.13. We see that the goal of a relaxation method is to remove the transient solution from the general solution in the most ecient way possible. The eigenvalues are xed by the basic matrix in Eq. 9.36, the preconditioning matrix in 9.7, and the secondary conditioning matrix in 9.35. The eigenvalues are xed for a given h by the choice of time-marching method. Throughout the remaining discussion we will refer to the independent variable t as \time", even though no true time accuracy is involved. In a stationary method, H and C in Eq. 9.36 are independent of t, that is, they are not changed throughout the iteration process. The generalization of this in our approach is to make h, the \time" step, a constant for the entire iteration. Suppose the explicit Euler method is used for the time integration. For this method m = 1 + mh. Hence the numerical solution after n steps of a stationary relaxation method can be expressed as (see Eq. 6.28)
~n = c ~x (1 + h)n + + cm~xm (1 + mh)n + + cM ~xM (1 + M h)n +~1 (9.39) | {z } error The initial amplitudes of the eigenvectors are given by the magnitudes of the cm . These are xed by the initial guess. In general it is assumed that any or all of the eigenvectors could have been given an equally \bad" excitation by the initial guess, so that we must devise a way to remove them all from the general solution on an equal basis. Assuming that H ; A has been chosen (that is, an iteration process has been decided upon), the only free choice remaining to accelerate the removal of the error terms is the choice of h. As we shall see, the three classical methods have all been conditioned by the choice of H to have an optimum h equal to 1 for a stationary iteration process. 1
1
1
1
CHAPTER 9. RELAXATION METHODS
172
9.3.2 ODE Form of the Classical Methods
The three iterative procedures de ned by Eqs. 9.30, 9.31 and 9.32 obey no apparent pattern except that they are easy to implement in a computer code since all of the data required to update the value of one point are explicitly available at the time of the update. Now let us study these methods as subsets of ODE as formulated in Section 9.3.1. Insert the model equation 9.29 into the ODE form 9.35. Then ~ H ddt = B (1; ;2; 1)~ ; ~f (9.40) As a start, let us use for the numerical integration the explicit Euler method n = n + h0n (9.41) with a step size, h, equal to 1. We arrive at H (~n ; ~n) = B (1; ;2; 1)~n ; ~f (9.42) +1
+1
It is clear that the best choice of H from the point of view of matrix algebra is ;B (1; ;2; 1) since then multiplication from the left by ;B ; (1; ;2; 1) gives the correct answer in one step. However, this is not in the spirit of our study, since multiplication by the inverse amounts to solving the problem by a direct method without iteration. The constraint on H that is in keeping with the formulation of the three methods described in Section 9.2.3 is that all the elements above the diagonal (or below the diagonal if the sweeps are from right to left) are zero. If we impose this constraint and further restrict ourselves to banded tridiagonals with a single constant in each band, we are led to B (; ; !2 ; 0)(~n ; ~n) = B (1; ;2; 1)~n ; ~f (9.43) where and ! are arbitrary. With this choice of notation the three methods presented in Section 9.2.3 can be identi ed using the entries in Table 9.1. 1
+1
TABLE 9.1: VALUES OF and ! IN EQ. 9.43 THAT LEAD TO CLASSICAL RELAXATION METHODS
0 1 1
!
Method
1 Point-Jacobi 1 h i Gauss-Seidel 2= 1 + sin M + 1 Optimum SOR
Equation 6:2:3 6:2:4 6:2:5
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS
173
The fact that the values in the tables lead to the methods indicated can be veri ed by simple algebraic manipulation. However, our purpose is to examine the whole procedure as a special subset of the theory of ordinary dierential equations. In this light, the three methods are all contained in the following set of ODE's d~ = B ; (; ; 2 ; 0)B (1; ;2; 1)~ ; ~f (9.44) dt ! and appear from it in the special case when the explicit Euler method is used for its numerical integration. The point operator that results from the use of the explicit Euler scheme is ! !h n ! !h ! ! n n n n j = 2 j; + 2 (h ; )j; ; (!h ; 1)j + 2 j ; 2 fj(9.45) 1
( +1)
( +1) 1
( ) 1
( )
( ) +1
This represents a generalization of the classical relaxation techniques.
9.4 Eigensystems of the Classical Methods The ODE approach to relaxation can be summarized as follows. The basic equation to be solved came from some time-accurate derivation Ab~u ; ~f b = 0 (9.46) This equation is preconditioned in some manner which has the eect of multiplication by a conditioning matrix C giving A~ ; ~f = 0 (9.47) An iterative scheme is developed to nd the converged, or steady-state, solution of the set of ODE's ~ H ddt = A~ ; ~f (9.48) This solution has the analytical form ~n = ~en + ~1 (9.49) where ~en is the transient, or error, and ~1 A; ~f is the steady-state solution. The three classical methods, Point-Jacobi, Gauss-Seidel, and SOR, are identi ed for the one-dimensional case by Eq. 9.44 and Table 9.1. 1
CHAPTER 9. RELAXATION METHODS
174
Given our assumption that the component of the error associated with each eigenvector is equally likely to be excited, the asymptotic convergence rate is determined by the eigenvalue m of G ( I + H ; A) having maximum absolute value. Thus 1
Convergence rate jmjmax ; m = 1; 2; ; M
(9.50)
In this section, we use the ODE analysis to nd the convergence rates of the three classical methods represented by Eqs. 9.30, 9.31, and 9.32. It is also instructive to inspect the eigenvectors and eigenvalues in the H ; A matrix for the three methods. This amounts to solving the generalized eigenvalue problem A~xm = m H~xm (9.51) 1
for the special case
B (1; ;2; 1)~xm = m B (; ; !2 ; 0)~xm
(9.52)
The generalized eigensystem for simple tridigonals is given in Appendix B.2. The three special cases considered below are obtained with a = 1, b = ;2, c = 1, d = ; , e = 2=!, and f = 0. To illustrate the behavior, we take M = 5 for the matrix order. This special case makes the general result quite clear.
9.4.1 The Point-Jacobi System
If = 0 and ! = 1 in Eq. 9.44, the ODE matrix H ; A reduces to simply B ( 12 ; ;1; 21 ). The eigensystem can be determined from Appendix B.1 since both d and f are zero. The eigenvalues are given by the equation m m = ;1 + cos M + 1 ; m = 1; 2; : : : ; M (9.53) The - relation for the explicit Euler method is m = 1 + m h. This relation can be plotted for any h. The plot for h = 1, the optimum stationary case, is shown in Fig. 9.1. For h < 1, the maximum jmj is obtained with m = 1, Fig. 9.2 and for h > 1, the maximum jm j is obtained with m = M , Fig. 9.3. Note that for h > 1:0 (depending on M ) there is the possibility of instability, i.e. jm j > 1:0. To obtain the optimal scheme we wish to minimize the maximum jm j which occurs when h = 1, j j = jM j and the best possible convergence rate is achieved: jm jmax = cos M + 1 (9.54) 1
1
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS
175
For M = 40, we obtain jmjmax = 0:9971. Thus after 500 iterations the error content associated with each eigenvector is reduced to no more than 0.23 times its initial level. Again from Appendix B.1, the eigenvectors of H ; A are given by ~xj = (xj )m = sin j m ; j = 1; 2; : : : ; M (9.55) M +1 This is a very \well-behaved" eigensystem with linearly independent eigenvectors and distinct eigenvalues. The rst 5 eigenvectors are simple sine waves. For M = 5, the eigenvectors can be written as 1
2 1=2 3 2 3 2 p3=2 3 p p 66 3=2 77 66 10 77 66 3=2 77 ~x = 666 p 1 777 ; ~x = 666 p0 777 ; ~x = 666 ;1 777 ; 64 3=2 75 64 0 75 64 ; 3=2 75 p 1 1=2 ; 3=2 3 2 p 3 2 3=2 1=2 p p 66 ; 3=2 77 66 ; 3=2 77 6 7 ~x = 66 p 0 77 ; ~x = 666 p1 777 64 3=2 75 64 ; 3=2 75 p 1=2 ; 3=2 1
3
2
4
5
(9.56)
The corresponding eigenvalues are, from Eq. 9.53
p
= ;1 + 23 = ;0:134 = ;1 + 12 = ;0:5 = ;1 = ;1:0 1
2
(9.57)
3
= ;1 ; 12 = ;1:5 4
p
= ;1 ; 23 = ;1:866 From Eq. 9.39, the numerical solution written in full is p ~n ; ~1 = c [1 ; (1 ; 3 )h]n~x 2 1 + c [1 ; (1 ; 2 )h]n~x 5
1
2
1
2
CHAPTER 9. RELAXATION METHODS
176 1.0
h = 1.0 m=1
m=5
Values are equal
σm m=4
m=2
Μ=5 m=3
0.0 -2.0
0.0
-1.0
Figure 9.1: The ; relation for Point-Jacobi, h = 1; M = 5. + c [1 ; (1 3
)h]n~x
3
+ c [1 ; (1 + 12 )h]n~x p + c [1 ; (1 + 23 )h]n~x 4
4
5
5
(9.58)
9.4.2 The Gauss-Seidel System If and ! are equal to 1 in Eq. 9.44, the matrix eigensystem evolves from the relation
B (1; ;2; 1)~xm = mB (;1; 2; 0)~xm
(9.59)
which can be studied using the results in Appendix B.2. One can show that the H ; A matrix for the Gauss-Seidel method, AGS , is 1
AGS B ; (;1; 2; 0)B (1; ;2; 1) = 1
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS Approaches 1.0
1.0
h
h < 1.0
De
ng
cr
si
ea
ea
si
cr
ng
De
σm
h
0.0 -2.0
0.0
-1.0
λ mh
Figure 9.2: The ; relation for Point-Jacobi, h = 0:9; M = 5. Exceeds 1.0 at h
∼ ∼
1.072 / Ustable h > 1.072
1.0
h > 1.0
In
cr
h
ea
si
ng
h
ng si ea cr In
σm
M = 5 0.0 -2.0
-1.0
0.0
λmh
Figure 9.3: The ; relation for Point-Jacobi, h = 1:1; M = 5.
177
CHAPTER 9. RELAXATION METHODS 2 ;1 1=2 3 1 66 0 ;3=4 1=2 77 2 66 0 1=8 ;3=4 1=2 77 3 66 77 66 0 1=16 1=8 ;3=4 1=2 77 4 (9.60) 66 0 1=32 1=16 1=8 ;3=4 1=2 77 5 ... 64 ... . . . . . . . . . . . . . . . 75 ... 0 1=2M M The eigenvector structure of the Gauss-Seidel ODE matrix is quite interesting. If M is odd there are (M + 1)=2 distinct eigenvalues with corresponding linearly independent eigenvectors, and there are (M ; 1)=2 defective eigenvalues with corresponding 178
principal vectors. The equation for the nondefective eigenvalues in the ODE matrix is (for odd M ) M +1 ) ; m = 1 ; 2 ; : : : ; (9.61) m = ;1 + cos ( Mm +1 2 and the corresponding eigenvectors are given by j; m M +1 ~xm = cos m sin j ; m = 1 ; 2 ; : : : ; (9.62) M +1 M +1 2 The - relation for h = 1, the optimum stationary case, is shown in Fig. 9.4. The m with the largest amplitude is obtained with m = 1. Hence the convergence rate is (9.63) jm jmax = cos M + 1 Since this is the square of that obtained for the Point-Jacobi method, the error associated with the \worst" eigenvector is removed in half as many iterations. For M = 40, jm jmax = 0:9942. 250 iterations are required to reduce the error component of the worst eigenvector by a factor of roughly 0.23. The eigenvectors are quite unlike the Point-Jacobi set. They are no longer symmetrical, producing waves that are higher in amplitude on one side (the updated side) than they are on the other. Furthermore, they do not represent a common family for dierent values of M . The Jordan canonical form for M = 5 is 2
1
2
2 h~ i 66 h~ i 66 ; 6 X AGS X = JGS = 6 66 4 1
1
2
3 77 2~ 3 777 66 ~1 77 777 1 55 4 ~ 3
3
3
(9.64)
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS 1.0
179
h = 1.0
σm Μ=5
2 defective λ m 0.0 -2.0
0.0
-1.0
λmh
Figure 9.4: The ; relation for Gauss-Seidel, h = 1:0; M = 5. The eigenvectors and principal vectors are all real. For M = 5 they can be written
2 3 2 p 3 2 3 2 3 2 3 3 = 2 1 = 2 1 0 66 3=4 77 66 p3=4 77 66 0 77 66 2 77 66 00 77 ~x = 666 3=4 777 ; ~x = 666 p0 777 ; ~x = 666 0 777 ; ~x = 666 ;1 777 ; ~x = 666 4 777 (9.65) 64 9=16 75 64 ; 3=16 75 64 0 75 64 0 75 64 ;4 75 p 9=32 0 0 1 ; 3=32 1
2
3
4
5
The corresponding eigenvalues are
= ;1=4 = ;3=4 ) = ;1 (4) Defective, linked to (5) Jordan block The numerical solution written in full is thus ~n ; ~1 = c (1 ; h )n~x 4 3 + c (1 ; 4h )n~x 1 2 3
3
1
2
1
2
(9.66)
CHAPTER 9. RELAXATION METHODS " # n n ( n ; 1) n n ; n ; + c (1 ; h) + c h 1! (1 ; h) + c h 2! (1 ; h) ~x + c (1 ; h)n + c h n (1 ; h)n; ~x
180
3
4
4
5
+ c (1 ; h)n~x 5
1
5
1
1!
2
2
3
4
(9.67)
5
9.4.3 The SOR System
If = 1 and 2=! = x in Eq. 9.44, the ODE matrix is B ; (;1; x; 0)B (1; ;2; 1). One can show that this can be written in the form given below for M = 5. The generalization to any M is fairly clear. The H ; A matrix for the SOR method, ASOR B ; (;1; x; 0)B (1; ;2; 1), is 1
1
1
2 x 0 0 66 ;2;x2x+ x x 0 1 66 ;2x + x x x; 2;x2x+ x x ; 2 x x x 664 ;2x + x x ; 2x + x x ; 2x + x x ; 2x ;2 + x 1 ; 2x + x x ; 2x + x x ; 2x + x x 4
5
4
3
4
2
3
2
3
2
4
4
3
2
4
3
3
4
2
3
2
2
4
4
3
3
2
4
3
4
0 0 0 x
4
3
; 2x
4
3 77 77 77 (9.68) 5
Eigenvalues of the system are given by
m = ;1 +
!pm + zm 2
2
; m = 1; 2; : : : M
(9.69)
where
zm = [4(1 ; !) + ! pm] = pm = cos[m=(M + 1)] 2 2
1 2
If ! = 1, the system is Gauss-Seidel. If 4(1 ; !) + ! pm < 0; zm and m are complex. If ! is chosen such that 4(1 ; !) + ! p = 0; ! is optimum for the stationary case, and the following conditions hold: 2
2 2 1
1. Two eigenvalues are real, equal and defective. 2. If M is even, the remaining eigenvalues are complex and occur in conjugate pairs. 3. If M is odd, one of the remaining eigenvalues is real and the others are complex occurring in conjugate pairs.
9.4. EIGENSYSTEMS OF THE CLASSICAL METHODS
181
One can easily show that the optimum ! for the stationary case is !opt = 2= 1 + sin M + 1 and for ! = !opt m = m ; 1 ~xm = mj; sin j m M +1
(9.70)
2
(9.71)
1
where
q ! opt m = 2 pm + i p ; pm Using the explicit Euler method to integrate the ODE's, m = 1 ; h + hm , and if h = 1, the optimum value for the stationary case, the - relation reduces to that shown in Fig. 9.5. This illustrates the fact that for optimum stationary SOR all the jm j are identical and equal to !opt ; 1. Hence the convergence rate is jm jmax = !opt ; 1 (9.72) !opt = 2= 1 + sin M + 1 2 1
2
2
For M = 40, jmjmax = 0:8578. Hence the worst error component is reduced to less than 0.23 times its initial value in only 10 iterations, much faster than both GaussSeidel and Point-Jacobi. In practical applications, the optimum value of ! may have to be determined by trial and error, and the bene t may not be as great. For odd M , there are two real eigenvectors and one real principal vector. The remaining linearly independent eigenvectors are all complex. For M = 5 they can be written 2 3 2 3 2 p3(1 3 2 3 )=2 1 = 2 ; 6 1 p p 66 1=2 77 66 9 77 66 3(1 i 2)=6 77 66 0 77 6 7 6 7 6 7 ~x = 66 1=3 77 ; ~x = 66 16 77 ; ~x ; = 66 p 77 ; ~x = 666 1=3 777 (9.73) 0p 64 1=6 75 64 13 75 64 3(5 i 2)=54 75 64 0 75 p p 1=18 6 1=9 3(7 4i 2)=162 The corresponding eigenvalues are = ;2=3 (2) Defectiveplinked to = ;(10 ; 2p2i)=9 = ;(10 + 2 2i)=9 = ;4=3 (9.74) 1
2
34
5
1
1
3
4
5
CHAPTER 9. RELAXATION METHODS
182 1.0
h = 1.0 2 real defective λ m
σm
2 complex λ m
1 real λ m
Μ=5 0.0 -2.0
0.0
-1.0
λmh
Figure 9.5: The ; relation for optimum stationary SOR, M = 5, h = 1. The numerical solution written in full is
~n ; ~1 = + + + +
[c (1 ; 2h=3)n + c nh(1 ; 2h=3)n; ]~x c (1 ; 2h=3)n~xp c [1 ; (10 ; 2p2i)h=9]n~x c [1 ; (10 + 2 2i)h=9]n~x c (1 ; 4h=3)n~x 1
2
1
2
2
3
3
4
4
5
1
5
(9.75)
9.5 Nonstationary Processes In classical terminology a method is said to be nonstationary if the conditioning matrices, H and C , are varied at each time step. This does not change the steadystate solution A;b ~f b , but it can greatly aect the convergence rate. In our ODE approach this could also be considered and would lead to a study of equations with nonconstant coecients. It is much simpler, however, to study the case of xed H and C but variable step size, h. This process changes the Point-Jacobi method to Richardson's method in standard terminology. For the Gauss-Seidel and SOR methods it leads to processes that can be superior to the stationary methods. The nonstationary form of Eq. 9.39 is 1
9.5. NONSTATIONARY PROCESSES
183
N N ~N = c ~x Y (1 + hn ) + + cm~xm Y (1 + mhn ) 1
1
n=1
+ + cM ~xM
1
N Y n=1
n=1
(1 + M hn ) + ~1
(9.76)
where the symbol stands for product. Since hn can now be changed at each step, the error term can theoretically be completely eliminated in M steps by taking hm = ;1=m , for m = 1; 2; ; M . However, the eigenvalues m are generally unknown and costly to compute. It is therefore unnecessary and impractical to set hm = ;1=m for m = 1; 2; : : : ; M . We will see that a few well chosen h's can reduce whole clusters of eigenvectors associated with nearby 's in the m spectrum. This leads to the concept of selectively annihilating clusters of eigenvectors from the error terms as part of a total iteration process. This is the basis for the multigrid methods discussed in Chapter 10. Let us consider the very important case when all of the m are real and negative (remember that they arise from a conditioned matrix so this constraint is not unrealistic for quite practical cases). Consider one of the error terms taken from M N ~eN ~N ; ~1 = X cm~xm Y (1 + mhn) m=1
n=1
(9.77)
and write it in the form
cm~xm Pe(m ) cm~xm
N Y n=1
(1 + m hn)
(9.78)
where Pe signi es an \Euler" polynomial. Now focus attention on the polynomial (Pe)N () = (1 + h )(1 + h ) (1 + hN ) 1
2
(9.79)
treating it as a continuous function of the independent variable . In the annihilation process mentioned after Eq. 9.76, we considered making the error exactly zero by taking advantage of some knowledge about the discrete values of m for a particular case. Now we pose a less demanding problem. Let us choose the hn so that the maximum value of (Pe)N () is as small as possible for all lying between a and b such that b a 0. Mathematically stated, we seek max j(Pe)N ()j = minimum ; with(Pe)N (0) = 1
b a
(9.80)
CHAPTER 9. RELAXATION METHODS
184
This problem has a well known solution due to Markov. It is
TN 2 ; ;a ; b a b ! (Pe)N () = TN ;a;;b a b
!
(9.81)
where
TN (y) = cos(N arccos y)
(9.82)
are the Chebyshev polynomials along the interval ;1 y 1 and
q N 1 q N 1 TN (y) = 2 y + y ; 1 + 2 y ; y ; 1 (9.83) are the Chebyshev polynomials for jyj > 1. In relaxation terminology this is generally referred to as Richardson's method, and it leads to the nonstationary step size choice given by 2
(
2
"
#)
1 = 1 ; ; + ( ; ) cos (2n ; 1) ; n = 1; 2; : : : N b a hn 2 b a 2N
(9.84)
Remember that all are negative real numbers representing the magnitudes of m in an eigenvalue spectrum. The error in the relaxation process represented by Eq. 9.76 is expressed in terms Q ~ of a set of eigenvectors, xm , ampli ed by the coecients cm (1 + m hn). With each eigenvector there is a corresponding eigenvalue. Eq. 9.84 gives us the best choice of a series of hn that will minimize the amplitude of the error carried in the eigenvectors associated with the eigenvalues between b and a . As an example for the use of Eq. 9.84, let us consider the following problem: Minimize the maximum error associated with the eigenvalues in the interval ;2 ;1 using only 3 iterations. The three values of h which satisfy this problem are
"
hn = 2= 3 ; cos (2n ;6 1)
#!
(9.85)
(9.86)
9.5. NONSTATIONARY PROCESSES
185
and the amplitude of the eigenvector is reduced to (Pe) () = T (2 + 3)=T (3)
(9.87)
n p p o T (3) = [3 + 8] + [3 ; 8] =2 99
(9.88)
3
where
3
3
3
3
3
A plot of Eq. 9.87 is given in Fig. 9.6 and we see that the amplitudes of all the eigenvectors associated with the eigenvalues in the range ;2 ;1 have been reduced to less than about 1% of their initial values. The values of h used in Fig. 9.6 are
p
h = 4=(6 ; 3) h = 4=(6 ; p 0) h = 4=(6 + 3) 1
2 3
Return now to Eq. 9.76. This was derived from Eq. 9.37 on the condition that the explicit Euler method, Eq. 9.41, was used to integrate the basic ODE's. If instead the implicit trapezoidal rule
n = n + 21 h(0n + 0n)
(9.89)
0 1 1 M N 1 + hn m C ~N = X cm~xm Y B CA + ~1 B@ 2 1 m n 1 ; 2 hnm
(9.90)
+1
+1
is used, the nonstationary formula
=1
=1
would result. This calls for a study of the rational \trapezoidal" polynomial, Pt: 0 1 1 N Y B 1 + 2 hn CC (Pt )N () = B (9.91) @ 1 A n 1 ; 2 hn under the same constraints as before, namely that =1
max j(Pt)N ()j = minimum , with (Pt)N (0) = 1
b a
(9.92)
CHAPTER 9. RELAXATION METHODS
186
1 0.9 0.8 0.7
(Pe )3 (λ)
0.6 0.5 0.4 0.3 0.2 0.1 0 −2
−1.8
−1.6
−1.4
−1.2
−1
−0.8
−0.6
−0.4
−0.2
0
−1
−0.8
−0.6
−0.4
−0.2
0
λ
0.02
0.015
0.01
e 3
(P ) (λ)
0.005
0
−0.005
−0.01
−0.015
−0.02 −2
−1.8
−1.6
−1.4
−1.2
λ
Figure 9.6: Richardson's method for 3 steps, minimization over ;2 ;1.
9.6. PROBLEMS
187
The optimum values of h can also be found for this problem, but we settle here for the approximation suggested by Wachspress
!
2 = ; a n; = N ; ; n = 1; 2; ; N (9.93) b hn b This process is also applied to problem 9.85. The results for (Pt) () are shown in Fig. 9.7. The error amplitude is about 1/5 of that found for (Pe) () in the same interval of . The values of h used in Fig. 9.7 are h = 1p h = 2 h = 2 (
1) (
1)
3
3
1 2
3
9.6 Problems 1. Given a relaxation method in the form H ~n = A~n ; f~ show that
~n = Gn~ + (I ; Gn)A; f~ 1
0
where G = I + H ; A. 2. For a linear system of the form (A + A )x = b, consider the iterative method 1
1
2
(I + A )~x = (I ; A )xn + b (I + A )xn = (I ; A )~x + b where is a parameter. Show that this iterative method can be written in the form H (xk ; xk ) = (A + A )xk ; b 1
2
+1
2
+1
1
1
2
Determine the iteration matrix G if = ;1=2. 3. Using Appendix B.2, nd the eigenvalues of H ; A for the SOR method with A = B (4 : 1; ;2; 1) and ! = !opt. (You do not have to nd H ; . Recall that the eigenvalues of H ; A satisfy A~xm = mH~xm .) Find the numerical values, not just the expressions. Then nd the corresponding jm j values. 1
1
1
CHAPTER 9. RELAXATION METHODS
188
1 0.9 0.8 0.7
t 3
(P ) (λ)
0.6 0.5 0.4 0.3 0.2 0.1 0 −2
−1.8
−1.6
−1.4
−1.2
−1
λ
−0.8
−0.6
−0.4
−0.2
0
−0.8
−0.6
−0.4
−0.2
0
−3
2
x 10
1.5
1
(Pt )3 (λ)
0.5
0
−0.5
−1
−1.5
−2 −2
−1.8
−1.6
−1.4
−1.2
−1
λ
Figure 9.7: Wachspress method for 3 steps, minimization over ;2 ;1.
9.6. PROBLEMS
189
4. Solve the following equation on the domain 0 x 1 with boundary conditions u(0) = 0, u(1) = 1:
@ u ; 6x = 0 @x For the initial condition, use u(x) = 0. Use second-order centered dierences on a grid with 40 cells (M = 39). Iterate to steady state using (a) the point-Jacobi method, (b) the Gauss-Seidel method, (c) the SOR method with the optimum value of !, and (d) the 3-step Richardson method derived in Section 9.5. Plot the solution after the residual is reduced by 2, 3, and 4 orders of magnitude. Plot the logarithm of the L -norm of the residual vs. the number of iterations. Determine the asymptotic convergence rate. Compare with the theoretical asymptotic convergence rate. 2
2
2
190
CHAPTER 9. RELAXATION METHODS
Chapter 10 MULTIGRID The idea of systematically using sets of coarser grids to accelerate the convergence of iterative schemes that arise from the numerical solution to partial dierential equations was made popular by the work of Brandt. There are many variations of the process and many viewpoints of the underlying theory. The viewpoint presented here is a natural extension of the concepts discussed in Chapter 9.
10.1 Motivation 10.1.1 Eigenvector and Eigenvalue Identi cation with Space Frequencies Consider the eigensystem of the model matrix B (1; ;2; 1). The eigenvalues and
eigenvectors are given in Sections 4.3.2 and 4.3.3, respectively. Notice that as the magnitudes of the eigenvalues increase, the space-frequency (or wavenumber) of the corresponding eigenvectors also increase. That is, if the eigenvalues are ordered such that
j j j j jM j 1
(10.1)
2
then the corresponding eigenvectors are ordered from low to high space frequencies. This has a rational explanation from the origin of the banded matrix. Note that @ sin(mx) = ;m sin(mx) (10.2) @x and recall that (10.3) xx~ = 1x B (1; ;2; 1)~ = X 1x D(~) X ; ~ 191 2
2
2
2
2
1
CHAPTER 10. MULTIGRID
192
where D(~) is a diagonal matrix containing the eigenvalues. We have seen that X ; ~ represents a sine transform, and X ~, a sine synthesis. Therefore, the operation 1x D(~) represents the numerical approximation of the multiplication of the appropriate sine wave by the negative square of its wavenumber, ;m . One nds that 1 = M + 1 ;2 + 2 cos m ;m ; m << M (10.4) M +1 x m Hence, the correlation of large magnitudes of m with high space-frequencies is to be expected for these particular matrix operators. This is consistent with the physics of diusion as well. However, this correlation is not necessary in general. In fact, the complete counterexample of the above association is contained in the eigensystem for B ( 21 ; 1; 12 ). For this matrix one nds, from Appendix B, exactly the opposite behavior. 1
2
2
2
2
2
10.1.2 Properties of the Iterative Method The second key motivation for multigrid is the following:
Many iterative methods reduce error components corresponding to eigenvalues of large amplitude more eectively than those corresponding to eigenvalues of small amplitude.
This is to be expected of an iterative method which is time accurate. It is also true, for example, of the Gauss-Seidel method and, by design, of the Richardson method described in Section 9.5. The classical point-Jacobi method does not share this property. As we saw in Section 9.4.1, this method produces the same value of jj for min and max . However, the property can be restored by using h < 1, as shown in Fig. 9.2. When an iterative method with this property is applied to a matrix with the above correlation between the modulus of the eigenvalues and the space frequency of the eigenvectors, error components corresponding to high space frequencies will be reduced more quickly than those corresponding to low space frequencies. This is the key concept underlying the multigrid process.
10.2 The Basic Process First of all we assume that the dierence equations representing the basic partial dierential equations are in a form that can be related to a matrix which has certain
10.2. THE BASIC PROCESS
193
basic properties. This form can be arrived at \naturally" by simply replacing the derivatives in the PDE with dierence schemes, as in the example given by Eq. 3.27, or it can be \contrived" by further conditioning, as in the examples given by Eq. 9.11. The basic assumptions required for our description of the multigrid process are: 1. The problem is linear. 2. The eigenvalues, m , of the matrix are all real and negative. 3. The m are fairly evenly distributed between their maximum and minimum values. 4. The eigenvectors associated with the eigenvalues having largest magnitudes can be correlated with high frequencies on the dierencing mesh. 5. The iterative procedure used greatly reduces the amplitudes of the eigenvectors associated with eigenvalues in the range between 21 jjmax and jjmax. These conditions are sucient to ensure the validity of the process described next. Having preconditioned (if necessary) the basic nite dierencing scheme by a procedure equivalent to the multiplication by a matrix C , we are led to the starting formulation C [Ab~1 ; ~f b ] = 0 (10.5) where the matrix formed by the product CAb has the properties given above. In Eq. 10.5, the vector ~f b represents the boundary conditions and the forcing function, if any, and ~1 is a vector representing the desired exact solution. We start with some initial guess for ~1 and proceed through n iterations making use of some iterative process that satis es property 5 above. We do not attempt to develop an optimum procedure here, but for clarity we suppose that the three-step Richardson method illustrated in Fig. 9.6 is used. At the end of the three steps we nd ~r, the residual, where ~r = C [Ab~ ; ~f b] (10.6) Recall that the ~ used to compute ~r is composed of the exact solution ~1 and the error ~e in such a way that A~e ; ~r = 0 (10.7) where A CAb (10.8)
CHAPTER 10. MULTIGRID
194 If one could solve Eq. 10.7 for ~e then ~1 = ~ ; ~e
(10.9)
Thus our goal now is to solve for ~e. We can write the exact solution for ~e in terms of the eigenvectors of A, and the eigenvalues of the Richardson process in the form: M= M ~e = X cm~xm Y [(m hn)] + X cm~xm Y [(mhn)] 2
3
m=1
3
n=1
n=1
m=M=2+1
|
{z
very low amplitude
(10.10)
}
Combining our basic assumptions, we can be sure that the high frequency content of ~e has been greatly reduced (about 1% or less of its original value in the initial guess). In addition, assumption 4 ensures that the error has been smoothed. Next we construct a permutation matrix which separates a vector into two parts, one containing the odd entries, and the other the even entries of the original vector (or any other appropriate sorting which is consistent with the interpolation approximation to be discussed below). For a 7-point example 2 66 66 66 66 66 64
e e e e e e e
2 4 6 1 3 5
3 2 77 66 77 66 77 66 77 = 66 77 66 75 64
7
0 0 0 1 0 0 0
1 0 0 0 0 0 0
0 0 0 0 1 0 0
0 1 0 0 0 0 0
0 0 0 0 0 1 0
32
0 0 1 0 0 0 0
0 76 0 77 66 0 77 66 0 777 666 0 77 66 0 75 64 1
e e e e e e e
1 2 3 4 5 6
3 77 77 " # 77 ~ 77 ; ~ee = P ~e eo 77 75
(10.11)
7
Multiply Eq. 10.7 from the left by P and, since a permutation matrix has an inverse which is its transpose, we can write PA[P ; P ]~e = P ~r (10.12) 1
The operation PAP ; partitions the A matrix to form 1
2 3 A1 A2 " ~e # " ~r # 64 75 e = e ~ ~ro A 3 A4 e o
(10.13)
A ~ee + A ~eo = ~re
(10.14)
Notice that 1
2
10.2. THE BASIC PROCESS
195
is an exact expression. At this point we make our one crucial assumption. It is that there is some connection between ~ee and ~eo brought about by the smoothing property of the Richardson relaxation procedure. Since the top half of the frequency spectrum has been removed, it is reasonable to suppose that the odd points are the average of the even points. For example e 21 (ea + e ) e 12 (e + e ) or ~eo = A0 ~ee (10.15) e 12 (e + e ) e 12 (e + eb ) 1
2
3
2
4
5
4
6
7
6
2
It is important to notice that ea and eb represent errors on the boundaries where the error is zero if the boundary conditions are given. It is also important to notice that we are dealing with the relation between ~e and ~r so the original boundary conditions and forcing function (which are contained in ~f in the basic formulation) no longer appear in the problem. Hence, no aliasing of these functions can occur in subsequent steps. Finally, notice that, in this formulation, the averaging of ~e is our only approximation, no operations on ~r are required or justi ed. If the boundary conditions are Dirichlet, ea and eb are zero, and one can write for the example case 2 1 0 0 6 1 A02 = 2 664 10 11 01
0 0 1
3 77 75
With this approximation Eq. 10.14 reduces to A ~ee + A A0 ~ee = ~re 1
2
2
(10.16)
(10.17)
or
Ac~ee ; ~re = 0
(10.18)
where
Ac = [A + A A0 ] 1
2
2
(10.19)
CHAPTER 10. MULTIGRID
196
The form of Ac, the matrix on the coarse mesh, is completely determined by the choice of the permutation matrix and the interpolation approximation. If the original A had been B (7 : 1; ;2; 1), our 7-point example would produce 2 ;2 66 66 66 ; 1 PAP = 666 1 66 66 1 4
;2 1 1
1
;2 ;2 1 1
1 1
;2
1 1
;2
3 77 1 777 2 A A 3 77 6 1 2 7 77 = 4 5 77 A3 A4 77 5
(10.20)
;2
and Eq. 10.18 gives A
0
2 z z2 }| {3 2z }| {3 2 1 }| ;2 1 1 16 1 1 64 7 6 ;2 5 + 4 1 1 75 664 1 1 ;2 1 1 2 1
A2
A1
Ac 3{ 2z }| ; 1 1 =2 77 6 75 = 4 1=2 ;1 1=2
1=2 ;1
3{ 75 (10.21)
If the boundary conditions are mixed Dirichlet-Neumann, A in the 1-D model equation is B (1; ~b; 1) where ~b = [;2; ;2; :::; ;2; ;1]T . The eigensystem is given by Eq. B.19. It is easy to show that the high space-frequencies still correspond to the eigenvalues with high magnitudes, and, in fact, all of the properties given in Section 10.1 are met. However, the eigenvector structure is dierent from that given in Eq. 9.55 for Dirichlet conditions. In the present case they are given by " !# (2 m ; 1) xjm = sin j 2M + 1 ; m = 1; 2; ; M (10.22) and are illustrated in Fig. 10.1. All of them go through zero on the left (Dirichlet) side, and all of them re ect on the right (Neumann) side. For Neumann conditions, the interpolation formula in Eq. 10.15 must be changed. In the particular case illustrated in Fig. 10.1, eb is equal to eM . If Neumann conditions are on the left, ea = e . When eb = eM , the example in Eq. 10.16 changes to 2 1 0 03 6 7 A0 = 21 664 10 11 01 775 (10.23) 0 0 2 1
2
10.2. THE BASIC PROCESS
197
X
Figure 10.1: Eigenvectors for the mixed Dirichlet{Neumann case. The permutation matrix remains the same and both A and A in the partitioned matrix PAP ; are unchanged (only A is modi ed by putting ;1 in the lower right element). Therefore, we can construct the coarse matrix from 1
1
A
0
2 z }| {3 z2 }| {3 2 1 }| z2 ;2 1 1 16 1 1 64 7 6 ;2 5 + 4 1 1 75 664 1 1 ;2 1 1 2
A1
2
4
A2
2
Ac 3{ 2z }| ; 1 1 = 2 77 6 75 = 4 1=2 ;1
3{ 1=2 75 (10.24)
1=2 ;1=2
which gives us what we might have \expected." We will continue with Dirichlet boundary conditions for the remainder of this Section. At this stage, we have reduced the problem from B (1; ;2; 1)~e = ~r on the ne mesh to 21 B (1; ;2; 1)~ee = ~re on the next coarser mesh. Recall that our goal is to solve for ~e, which will provide us with the solution ~1 using Eq. 10.9. Given ~ee computed on the coarse grid (possibly using even coarser grids), we can compute ~eo using Eq. 10.15, and thus ~e. In order to complete the process, we must now determine the relationship between ~ee and ~e. In order to examine this relationship, we need to consider the eigensystems of A and Ac: A = X X ; ; Ac = XccXc; (10.25) For A = B (M : 1; ;2; 1) the eigenvalues and eigenvectors are m m j = 1; 2; ; M ~ m = ;2 1 ; cos M + 1 ; xm = sin j M + 1 ; m = 1; 2; ; M (10.26) 1
1
CHAPTER 10. MULTIGRID
198
Based on our assumptions, the most dicult error mode to eliminate is that with m = 1, corresponding to = ;2 1 ; cos M + 1 ; ~x = sin j M + 1 ; j = 1; 2; ; M (10.27) For example, with M = 51, = ;0:003649. If we restrict our attention to odd M , then Mc = (M ; 1)=2 is the size of Ac. The eigenvalue and eigenvector corresponding to m = 1 for the matrix Ac = 12 B (Mc; 1; ;2; 1) are ~xc) = sin j 2 (c) = ; 1 ; cos M2+ ; ( 1 M + 1 ; j = 1; 2; ; Mc (10.28) For M = 51 (Mc = 25), we obtain (c) = ;0:007291 = 1:998 . As M increases, (c) approaches 2 . In addition, one can easily see that (~xc) coincides with ~x at every second point of the latter vector, that is, it contains the even elements of ~x . Now let us consider the case in which all of the error consists of the eigenvector component ~x , i.e., ~e = ~x . Then the residual is ~r = A~x = ~x (10.29) 1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
and the residual on the coarse grid is ~re = (~xc) 1
(10.30)
1
since (~xc) contains the even elements of ~x . The exact solution on the coarse grid satis es ~ee = A;c ~re = Xc;c Xc; (~xc) (10.31) 2 3 1 66 0 77 = Xc;c 66 .. 77 4 . 5 0 (10.32) 2 3 1=(c) 66 0 77 = Xc 66 .. 77 4 . 5 0 (10.33) 1
1
1
1
1
1
1
1
1
1
1
10.2. THE BASIC PROCESS
199 =
(~x ) (c) c 1
1
1
12 (~xc)
1
(10.34) (10.35)
Since our goal is to compute ~e = ~x , in addition to interpolating ~ee to the ne grid (using Eq. 10.15), we must multiply the result by 2. This is equivalent to solving 1
1 A ~e = ~r 2 ce e
or
(10.36)
1 B (M : 1; ;2; 1)~e = ~r (10.37) c e e 4 In our case, the matrix A = B (M : 1; ;2; 1) comes from a discretization of the diusion equation, which gives Ab = x B (M : 1; ;2; 1) (10.38) and the preconditioning matrix C is simply 2
C = x I 2
(10.39)
Applying the discretization on the coarse grid with the same preconditioning matrix as used on the ne grid gives, since xc = 2x, x B (M : 1; ;2; 1) = 1 B (M : 1; ;2; 1) C x B (Mc : 1; ;2; 1) = c c x 4 2
2
c
2
c
(10.40)
which is precisely the matrix appearing in Eq. 10.37. Thus we see that the process is recursive. The problem to be solved on the coarse grid is the same as that solved on the ne grid. The remaining steps required to complete an entire multigrid process are relatively straightforward, but they vary depending on the problem and the user. The reduction can be, and usually is, carried to even coarser grids before returning to the nest level. However, in each case the appropriate permutation matrix and the interpolation approximation de ne both the down- and up-going paths. The details of nding optimum techniques are, obviously, quite important but they are not discussed here.
CHAPTER 10. MULTIGRID
200
10.3 A Two-Grid Process
We now describe a two-grid process for the linear problem A~ = f~, which can be easily generalized to a process with an arbitrary number of grids due to the recursive nature of multigrid. Extension to nonlinear problems requires that both the solution and the residual be transferred to the coarse grid in a process known as full approximation storage multigrid. 1. Perform n iterations of the selected relaxation method on the ne grid, starting with ~ = ~n. Call the result ~ . This gives ~ = Gn1 ~n + (I ; Gn1 ) A; f~ (10.41) where G = I + H; A (10.42) and H is de ned as in Chapter 9 (e.g., Eq. 9.21). Next compute the residual based on ~ : ~r = A~ ; f~ = AGn1 ~n + A (I ; Gn1 ) A; f~ ; f~ = AGn1 ~n ; AGn1 A; f~ (10.43) 1
(1)
(1)
1
1
1
1
1
1
1
1
1 (1)
(1)
(1)
1
1
1
1
1
1
2. Transfer (or restrict) ~r to the coarse grid: ~r = R ~r (10.44) In our example in the preceding section, the restriction matrix is 2 3 0 1 0 0 0 0 0 R = 64 0 0 0 1 0 0 0 75 (10.45) 0 0 0 0 0 1 0 that is, the rst three rows of the permutation matrix P in Eq. 10.11. This type of restriction is known as \simple injection." Some form of weighted restriction can also be used. (1)
(2)
2 (1) 1
2 1
3. Solve the problem A ~e = ~r on the coarse grid exactly: ~e = A; ~r 2
(2)
(2)
2
(2)
1 2
2
1 (2)
(10.46)
See problem 1 of Chapter 9. Note that the coarse grid matrix denoted A2 here was denoted Ac in the preceding section.
10.3. A TWO-GRID PROCESS
201
Here A can be formed by applying the discretization on the coarse grid. In the preceding example (eq. 10.40), A = 41 B (Mc : 1; ;2; 1). It is at this stage that the generalization to a multigrid procedure with more than two grids occurs. If this is the coarsest grid in the sequence, solve exactly. Otherwise, apply the two-grid process recursively. 2
2
4. Transfer (or prolong) the error back to the ne grid and update the solution:
~n = ~ ; I ~e (1)
+1
In our example, the prolongation matrix is 2 66 66 6 I21 = 666 66 64
1=2 1 1=2 0 0 0 0
(10.47)
1 (2) 2
0 0 1=2 1 1=2 0 0
0 0 0 0 1=2 1 1=2
3 77 77 77 77 77 75
(10.48)
which follows from Eq. 10.15. Combining these steps, one obtains
~n = [I ; I A; R A]Gn1 ~ n ; [I ; I A; R A]Gn1 A; f~ + A; f~ 1 2
+1
2
1
2 1
1 2
1
2
1
2 1
1
1
(10.49)
1
Thus the basic iteration matrix is [I ; I A; R A]Gn1 1 2
2
1
2 1
(10.50)
1
The eigenvalues of this matrix determine the convergence rate of the two-grid process. The basic iteration matrix for a three-grid process is found from Eq. 10.50 by replacing A; with (I ; G )A; , where 2
1
2 3
2
1
G = [I ; I A; R A ]Gn2 2 3
2 3
3
1
3 2
2
(10.51)
2
In this expression n is the number of relaxation steps on grid 2, I and R are the transfer operators between grids 2 and 3, and A is obtained by discretizing on grid 3. Extension to four or more grids proceeds in similar fashion. 2 3
2
3
3 2
202
10.4 Problems
CHAPTER 10. MULTIGRID
1. Derive Eq. 10.51. 2. Repeat problem 4 of Chapter 9 using a four-grid multigrid method together with (a) the Gauss-Seidel method, (b) the 3-step Richardson method derived in Section 9.5. Solve exactly on the coarsest grid. Plot the solution after the residual is reduced by 2, 3, and 4 orders of magnitude. Plot the logarithm of the L -norm of the residual vs. the number of iterations. Determine the asymptotic convergence rate. Calculate the theoretical asymptotic convergence rate and compare. 2
Chapter 11 NUMERICAL DISSIPATION Up to this point, we have emphasized the second-order centered-dierence approximations to the spatial derivatives in our model equations. We have seen that a centered approximation to a rst derivative is nondissipative, i.e., the eigenvalues of the associated circulant matrix (with periodic boundary conditions) are pure imaginary. In processes governed by nonlinear equations, such as the Euler and Navier-Stokes equations, there can be a continual production of high-frequency components of the solution, leading, for example, to the production of shock waves. In a real physical problem, the production of high frequencies is eventually limited by viscosity. However, when we solve the Euler equations numerically, we have neglected viscous eects. Thus the numerical approximation must contain some inherent dissipation to limit the production of high-frequency modes. Although numerical approximations to the Navier-Stokes equations contain dissipation through the viscous terms, this can be insucient, especially at high Reynolds numbers, due to the limited grid resolution which is practical. Therefore, unless the relevant length scales are resolved, some form of added numerical dissipation is required in the numerical solution of the Navier-Stokes equations as well. Since the addition of numerical dissipation is tantamount to intentionally introducing nonphysical behavior, it must be carefully controlled such that the error introduced is not excessive. In this Chapter, we discuss some dierent ways of adding numerical dissipation to the spatial derivatives in the linear convection equation and hyperbolic systems of PDE's. 203
CHAPTER 11. NUMERICAL DISSIPATION
204
11.1 One-Sided First-Derivative Space Dierencing We investigate the properties of one-sided spatial dierence operators in the context of the biconvection model equation given by
@u = ;a @u @t @x
(11.1)
with periodic boundary conditions. Consider the following point operator for the spatial derivative term
;a [;(1 + )u + 2 u + (1 ; )u ] ;a(x u)j = 2 j ;1 j j +1 x = ;a [(;uj;1 + uj+1) + (;uj;1 + 2uj ; uj+1)] 2x
(11.2)
The second form shown divides the operator into an antisymmetric component (;uj;1+ uj+1)=2x and a symmetric component (;uj;1 + 2uj ; uj+1)=2x. The antisymmetric component is the second-order centered dierence operator. With 6= 0, the operator is only rst-order accurate. A backward dierence operator is given by = 1 and a forward dierence operator is given by = ;1. For periodic boundary conditions the corresponding matrix operator is
;a B (;1 ; ; 2 ; 1 ; ) ;ax = 2 x p The eigenvalues of this matrix are
2m 2m ; a m = x 1 ; cos M + i sin M for m = 0; 1; : : : ; M ; 1 If a is positive, the forward dierence operator ( = ;1) produces Re(m ) > 0, the centered dierence operator ( = 0) produces Re(m ) = 0, and the backward dierence operator produces Re(m) < 0. Hence the forward dierence operator is inherently unstable while the centered and backward operators are inherently stable. If a is negative, the roles are reversed. When Re(m) = 0, the solution will either grow or decay with time. In either case, our choice of dierencing scheme produces nonphysical behavior. We proceed next to show why this occurs.
11.2. THE MODIFIED PARTIAL DIFFERENTIAL EQUATION
205
11.2 The Modi ed Partial Dierential Equation
First carry out a Taylor series expansion of the terms in Eq. 11.2. We are lead to the expression
2
!
!
!
!
3
2 3 3 4 4 2 @ u + x @ u ; x @ u + : : :5 (xu)j = 21 x 42x @u ; x @x j @x2 j 3 @x3 j 12 @x4 j
We see that the antisymmetric portion of the operator introduces odd derivative terms in the truncation error while the symmetric portion introduces even derivatives. Substituting this into Eq. 11.1 gives
@u = ;a @u + a x @ 2 u ; ax2 @ 3 u + a x3 @ 4 u + : : : (11.3) @t @x 2 @x2 6 @x3 24 @x4 This is the partial dierential equation we are really solving when we apply the approximation given by Eq. 11.2 to Eq. 11.1. Notice that Eq. 11.3 is consistent with Eq. 11.1, since the two equations are identical when x ! 0. However, when we use a computer to nd a numerical solution of the problem, x can be small but it is not zero. This means that each term in the expansion given by Eq. 11.3 is excited to some degree. We refer to Eq. 11.3 as the modi ed partial dierential equation. We proceed next to investigate the implications of this concept. Consider the simple linear partial dierential equation @u = ;a @u + @ 2 u + @ 3 u + @ 4 u (11.4) @t @x @x2 @x3 @x4 Choose periodic boundary conditions and impose an initial condition u = eix. Under these conditions there is a wave-like solution to Eq. 11.4 of the form u(x; t) = eixe(r+is)t provided r and s satisfy the condition r + is = ;ia ; 2 ; i 3 + 4 or r = ;2 ( ; 2 ); s = ;(a + 2 ) The solution is composed of both amplitude and phase terms. Thus u = e| ;2 ({z;2}) e| i[x;({za+ 2 )t}] (11.5) amplitude phase
206
CHAPTER 11. NUMERICAL DISSIPATION
It is important to notice that the amplitude of the solution depends only upon and , the coecients of the even derivatives in Eq. 11.4, and the phase depends only on a and , the coecients of the odd derivatives. If the wave speed a is positive, the choice of a backward dierence scheme ( = 1) produces a modi ed PDE with ; 2 > 0 and hence the amplitude of the solution decays. This is tantamount to deliberately adding dissipation to the PDE. Under the same condition, the choice of a forward dierence scheme ( = ;1) is equivalent to deliberately adding a destabilizing term to the PDE. By examining the term governing the phase of the solution in Eq. 11.5, we see that the speed of propagation is a + 2 . Referring to the modi ed PDE, Eq. 11.3 we have = ;ax2 =6. Therefore, the phase speed of the numerical solution is less than the actual phase speed. Furthermore, the numerical phase speed is dependent upon the wavenumber . This we refer to as dispersion. Our purpose here is to investigate the properties of one-sided spatial dierencing operators relative to centered dierence operators. We have seen that the threepoint centered dierence approximation of the spatial derivative produces a modi ed PDE that has no dissipation (or ampli cation). One can easily show, by using the antisymmetry of the matrix dierence operators, that the same is true for any centered dierence approximation of a rst derivative. As a corollary, any departure from antisymmetry in the matrix dierence operator must introduce dissipation (or ampli cation) into the modi ed PDE. Note that the use of one-sided dierencing schemes is not the only way to introduce dissipation. Any symmetric component in the spatial operator introduces dissipation (or ampli cation). Therefore, one could choose = 1=2 in Eq. 11.2. The resulting spatial operator is not one-sided but it is dissipative. Biased schemes use more information on one side of the node than the other. For example, a third-order backward-biased scheme is given by (xu)j = 61 x (uj;2 ; 6uj;1 + 3uj + 2uj+1) = 1 [(uj;2 ; 8uj;1 + 8uj+1 ; uj+2) 12x + (uj;2 ; 4uj;1 + 6uj ; 4uj+1 + uj+2)]
(11.6)
The antisymmetric component of this operator is the fourth-order centered dierence operator. The symmetric component approximates x3 uxxxx=12. Therefore, this operator produces fourth-order accuracy in phase with a third-order dissipative term.
11.3. THE LAX-WENDROFF METHOD
11.3 The Lax-Wendro Method
207
In order to introduce numerical dissipation using one-sided dierencing, backward dierencing must be used if the wave speed is positive, and forward dierencing must be used if the wave speed is negative. Next we consider a method which introduces dissipation independent of the sign of the wave speed, known as the Lax-Wendro method. This explicit method diers conceptually from the methods considered previously in which spatial dierencing and time-marching are treated separately. Consider the following Taylor-series expansion in time: 1 h2 @ 2 u + O(h3) + u(x; t + h) = u + h @u @t 2 @t2
(11.7)
First replace the time derivatives with space derivatives according to the PDE (in @u this case, the linear convection equation @u @t + a @x = 0). Thus
@ 2 u = a2 @ 2 u @u = ;a @u ; (11.8) @t @x @t2 @x2 Now replace the space derivatives with three-point centered dierence operators, giving !2 1 ah 1 ah ( n ) ( n ) ( n +1) ( n ) uj = uj ; 2 x (uj+1 ; uj;1) + 2 x (u(jn+1) ; 2u(jn) + u(jn;)1) (11.9) This is the Lax-Wendro method applied to the linear convection equation. It is a fully-discrete nite-dierence scheme. There is no intermediate semi-discrete stage. For periodic boundary conditions, the corresponding fully-discrete matrix operator is 0 2 !23 !2 2 !2 31 1 ah ah ah 1 ah ah ~un+1 = Bp @ 2 4 x + x 5 ; 1 ; x ; 2 4; x + x 5A ~un The eigenvalues of this matrix are
!2 2m ah 2m ah m = 1 ; x 1 ; cos M ; i x sin M for m = 0; 1; : : : ; M ; 1
For j ahx j 1 all of the eigenvalues have modulus less than or equal to unity and hence the method is stable independent of the sign of a. The quantity j ahx j is known as the Courant (or CFL) number. It is equal to the ratio of the distance travelled by a wave in one time step to the mesh spacing.
208
CHAPTER 11. NUMERICAL DISSIPATION
The nature of the dissipative properties of the Lax-Wendro scheme can be seen by examining the modi ed partial dierential equation, which is given by @u + a @u = ; a (x2 ; a2h2 ) @ 3 u ; a2 h (x2 ; a2 h2) @ 4 u + : : : @t @x 6 @x3 8 @x4 This is derived by substituting Taylor series expansions for all terms in Eq. 11.9 and converting the time derivatives to space derivatives using Eq. 11.8. The two leading error terms appear on the right side of the equation. Recall that the odd derivatives on the right side lead to unwanted dispersion and the even derivatives lead to dissipation (or ampli cation, depending on the sign). Therefore, the leading error term in the Lax-Wendro method is dispersive and proportional to 3u 2 3u a @ a x @ 2 2 2 2 ; 6 (x ; a h ) @x3 = ; 6 (1 ; Cn) @x3 The dissipative term is proportional to 2 4 2 2 @4u ; a8h (x2 ; a2h2 ) @@xu4 = ; a h8x (1 ; Cn2 ) @x 4 This term has the appropriate sign and hence the scheme is truly dissipative as long as Cn 1. A closely related method is that of MacCormack. Recall MacCormack's timemarching method, presented in Chapter 6:
u~n+1 = un + hu0n (11.10) un+1 = 21 [un + u~n+1 + hu~0n+1] If we use rst-order backward dierencing in the rst stage and rst-order forward dierencing in the second stage,1 a dissipative second-order method is obtained. For the linear convection equation, this approach leads to u~(jn+1) = u(jn) ; ahx (u(jn) ; u(jn;)1) u(jn+1) = 12 [u(jn) + u~(jn+1) ; ahx (~u(jn+1+1) ; u~(jn+1))] (11.11) which can be shown to be identical to the Lax-Wendro method. Hence MacCormack's method has the same dissipative and dispersive properties as the Lax-Wendro method. The two methods dier when applied to nonlinear hyperbolic systems, however. 1 Or vice-versa; for nonlinear problems, these should be applied alternately.
11.4. UPWIND SCHEMES
11.4 Upwind Schemes
209
In Section 11.1, we saw that numerical dissipation can be introduced in the spatial dierence operator using one-sided dierence schemes or, more generally, by adding a symmetric component to the spatial operator. With this approach, the direction of the one-sided operator (i.e., whether it is a forward or a backward dierence) or the sign of the symmetric component depends on the sign of the wave speed. When a hyperbolic system of equations is being solved, the wave speeds can be both positive and negative. For example, the eigenvalues of the ux Jacobian for the onedimensional Euler equations are u; u + a; u ; a. When the ow is subsonic, these are of mixed sign. In order to apply one-sided dierencing schemes to such systems, some form of splitting is required. This is avoided in the Lax-Wendro scheme. However, as a result of their superior exibility, schemes in which the numerical dissipation is introduced in the spatial operator are generally preferred over the Lax-Wendro approach. Consider again the linear convection equation: @u + a @u = 0 (11.12) @t @x where we do not make any assumptions as to the sign of a. We can rewrite Eq. 11.12 as @u + (a+ + a; ) @u = 0 ; a = a jaj @t @x 2 + ; If a 0, then a = a 0 and a = 0. Alternatively, if a 0, then a+ = 0 and a; = a 0. Now for the a+ ( 0) term we can safely backward dierence and for the a; ( 0) term forward dierence. This is the basic concept behind upwind methods, that is, some decomposition or splitting of the uxes into terms which have positive and negative characteristic speeds so that appropriate dierencing schemes can be chosen. In the next two sections, we present two splitting techniques commonly used with upwind methods. These are by no means unique. The above approach to obtaining a stable discretization independent of the sign of a can be written in a dierent, but entirely equivalent, manner. From Eq. 11.2, we see that a stable discretization is obtained with = 1 if a 0 and with = ;1 if a 0. This is achieved by the following point operator: ;1 [a(;u + u ) + jaj(;u + 2u ; u )] ;a(xu)j = 2 (11.13) j ;1 j +1 j ;1 j j +1 x This approach is extended to systems of equations in Section 11.5. In this section, we present the basic ideas of ux-vector and ux-dierence splitting. For more subtle aspects of implementation and application of such techniques to
210
CHAPTER 11. NUMERICAL DISSIPATION
nonlinear hyperbolic systems such as the Euler equations, the reader is referred to the literature on this subject.
11.4.1 Flux-Vector Splitting Recall from Section 2.5 that a linear, constant-coecient, hyperbolic system of partial dierential equations given by
@u + @f = @u + A @u = 0 (11.14) @t @x @t @x can be decoupled into characteristic equations of the form @wi + @wi = 0 (11.15) i @t @x where the wave speeds, i, are the eigenvalues of the Jacobian matrix, A, and the wi's are the characteristic variables. In order to apply a one-sided (or biased) spatial dierencing scheme, we need to apply a backward dierence if the wave speed, i, is positive, and a forward dierence if the wave speed is negative. To accomplish this, let us split the matrix of eigenvalues, , into two components such that = + + ; where
+ = +2 jj ;
; = ;2 jj
(11.16) (11.17)
With these de nitions, + contains the positive eigenvalues and ; contains the negative eigenvalues. We can now rewrite the system in terms of characteristic variables as @w + @w = @w + + @w + ; @w = 0 (11.18) @t @x @t @x @x The spatial terms have been split into two components according to the sign of the wave speeds. We can use backward dierencing for the + @w @x term and forward dierencing for the ; @w term. Premultiplying by X and inserting the product @x ; 1 X X in the spatial terms gives
@Xw + @X +X ;1Xw + @X ;X ;1Xw = 0 @t @x @x
(11.19)
11.4. UPWIND SCHEMES
211
With the de nitions2
A+ = X +X ;1 ;
A; = X ;X ;1
(11.20)
and recalling that u = Xw, we obtain
@u + @A+u + @A; u = 0 @t @x @x Finally the split ux vectors are de ned as f + = A+u;
(11.21)
f ; = A; u
(11.22)
and we can write
@u + @f + + @f ; = 0 (11.23) @t @x @x In the linear case, the de nition of the split uxes follows directly from the de nition of the ux, f = Au. For the Euler equations, f is also equal to Au as a result of their homogeneous property, as discussed in Appendix C. Note that f = f+ + f;
(11.24)
Thus by applying backward dierences to the f + term and forward dierences to the f ; term, we are in eect solving the characteristic equations in the desired manner. This approach is known as ux-vector splitting. When an implicit time-marching method is used, the Jacobians of the split ux vectors are required. In the nonlinear case,
@f + 6= A+ ; @f ; 6= A; @u @u Therefore, one must nd and use the new Jacobians given by +
A++ = @f @u ;
;
A;; = @f @u
(11.25)
(11.26)
For the Euler equations, A++ has eigenvalues which are all positive, and A;; has all negative eigenvalues. 2 With these de nitions A+ has all positive eigenvalues, and A; has all negative eigenvalues.
212
CHAPTER 11. NUMERICAL DISSIPATION
11.4.2 Flux-Dierence Splitting Another approach, more suited to nite-volume methods, is known as ux-dierence splitting. In a nite-volume method, the uxes must be evaluated at cell boundaries. We again begin with the diagonalized form of the linear, constant-coecient, hyperbolic system of equations @w + @w = 0 (11.27) @t @x The ux vector associated with this form is g = w. Now, as in Chapter 5, we consider the numerical ux at the interface between nodes j and j + 1, g^j+1=2, as a function of the states to the left and right of the interface, wL and wR, respectively. The centered approximation to gj+1=2, which is nondissipative, is given by g^j+1=2 = 21 (g(wL) + g(wR)) (11.28) In order to obtain a one-sided upwind approximation, we require ( 0 (^gi)j+1=2 = i((wwi))L ifif i > (11.29) < i i R i 0 where the subscript i indicates individual components of w and g. This is achieved with (^gi)j+1=2 = 21 i [(wi)L + (wi)R ] + 21 jij [(wi)L ; (wi)R] (11.30) or g^j+1=2 = 12 (wL + wR) + 21 jj (wL ; wR ) (11.31) Now, as in Eq. 11.19, we premultiply by X to return to the original variables and insert the product X ;1X after and jj to obtain X g^j+1=2 = 21 X X ;1X (wL + wR) + 21 X jjX ;1X (wL ; wR ) (11.32) and thus f^j+1=2 = 12 (fL + fR ) + 21 jAj (uL ; uR) (11.33) where
jAj = X jjX ;1
(11.34)
11.5. ARTIFICIAL DISSIPATION
213
and we have also used the relations f = Xg, u = Xw, and A = X X ;1. In the linear, constant-coecient case, this leads to an upwind operator which is identical to that obtained using ux-vector splitting. However, in the nonlinear case, there is some ambiguity regarding the de nition of jAj at the cell interface j + 1=2. In order to resolve this, consider a situation in which the eigenvalues of A are all of the same sign. In this case, we would like our de nition of f^j+1=2 to satisfy
(
i0s > 0 f^j+1=2 = ffL ifif all (11.35) 0 R all i s < 0 giving pure upwinding. If the eigenvalues of A are all positive, jAj = A; if they are all negative, jAj = ;A. Hence satisfaction of Eq. 11.35 is obtained by the de nition f^j+1=2 = 21 (fL + fR ) + 12 jAj+1=2j (uL ; uR) (11.36) if Aj+1=2 satis es fL ; fR = Aj+1=2 (uL ; uR) (11.37) For the Euler equations for a perfect gas, Eq. 11.37 is satis ed by the ux Jacobian evaluated at the Roe-average state given by pLuL + pR uR (11.38) uj+1=2 = p + p L R p H + p H L L Hj+1=2 = (11.39) pL + pRR R where u and H = (e + p)= are the velocity and the total enthalpy per unit mass, respectively.3
11.5 Arti cial Dissipation We have seen that numerical dissipation can be introduced by using one-sided differencing schemes together with some form of ux splitting. We have also seen that such dissipation can be introduced by adding a symmetric component to an antisymmetric (dissipation-free) operator. Thus we can generalize the concept of upwinding to include any scheme in which the symmetric portion of the operator is treated in such a manner as to be truly dissipative. 3 Note that the ux Jacobian can be written in terms of u and H only; see problem 6 at the end
of this chapter.
214
CHAPTER 11. NUMERICAL DISSIPATION
For example, let
(11.40) (xa u)j = uj+1 ; uj;1 ; (xs u)j = ;uj+1 + 2uj ; uj;1 2x 2x Applying x = xa + xs to the spatial derivative in Eq. 11.15 is stable if i 0 and unstable if i < 0. Similarly, applying x = xa ; xs is stable if i 0 and unstable if i > 0. The appropriate implementation is thus ix = ixa + jijxs (11.41) Extension to a hyperbolic system by applying the above approach to the characteristic variables, as in the previous two sections, gives x (Au) = xa (Au) + xs (jAju) (11.42) or xf = xa f + xs (jAju) (11.43) where jAj is de ned in Eq. 11.34. The second spatial term is known as arti cial dissipation. It is also sometimes referred to as arti cial diusion or arti cial viscosity. With appropriate choices of xa and xs , this approach can be related to the upwind approach. This is particularly evident from a comparison of Eqs. 11.36 and 11.43. It is common to use the following operator for xs (xs u)j = (uj;2 ; 4uj;1 + 6uj ; 4uj+1 + uj+2) (11.44) x where is a problem-dependent coecient. This symmetric operator approximates x3 uxxxx and thus introduces a third-order dissipative term. With an appropriate value of , this often provides sucient damping of high frequency modes without greatly aecting the low frequency modes. For details of how this can be implemented for nonlinear hyperbolic systems, the reader should consult the literature. A more complicated treatment of the numerical dissipation is also required near shock waves and other discontinuities, but is beyond the scope of this book.
11.6 Problems 1. A second-order backward dierence approximation to a 1st derivative is given as a point operator by (xu)j = 1 (uj;2 ; 4uj;1 + 3uj ) 2x
11.6. PROBLEMS
215
(a) Express this operator in banded matrix form (for periodic boundary conditions), then derive the symmetric and skew-symmetric matrices that have the matrix operator as their sum. (See Appendix A.3 to see how to construct the symmetric and skew-symmetric components of a matrix.) (b) Using a Taylor table, nd the derivative which is approximated by the corresponding symmetric and skew-symmetric operators and the leading error term for each. 2. Find the modi ed wavenumber for the rst-order backward dierence operator. Plot the real and imaginary parts of x vs. x for 0 x . Using Fourier analysis as in Section 6.6.2, nd jj for the combination of this spatial operator with 4th-order Runge-Kutta time marching at a Courant number of unity and plot vs. x for 0 x . 3. Find the modi ed wavenumber for the operator given in Eq. 11.6. Plot the real and imaginary parts of x vs. x for 0 x . Using Fourier analysis as in Section 6.6.2, nd jj for the combination of this spatial operator with 4th-order Runge-Kutta time marching at a Courant number of unity and plot vs. x for 0 x . 4. Consider the spatial operator obtained by combining second-order centered differences with the symmetric operator given in Eq. 11.44. Find the modi ed wavenumber for this operator with = 0; 1=12; 1=24, and 1=48. Plot the real and imaginary parts of x vs. x for 0 x . Using Fourier analysis as in Section 6.6.2, nd jj for the combination of this spatial operator with 4th-order Runge-Kutta time marching at a Courant number of unity and plot vs. x for 0 x . 5. Consider the hyperbolic system derived in problem 8 of Chapter 2. Find the matrix jAj. Form the plus-minus split ux vectors as in Section 11.4.1. 6. Show that the ux Jacobian for the 1-D Euler equations can be written in terms of u and H . Show that the use of the Roe average state given in Eqs. 11.38 and 11.39 leads to satisfaction of Eq. 11.37.
216
CHAPTER 11. NUMERICAL DISSIPATION
Chapter 12 SPLIT AND FACTORED FORMS In the next two chapters, we present and analyze split and factored algorithms. This gives the reader a feel for some of the modi cations which can be made to the basic algorithms in order to obtain ecient solvers for practical multidimensional applications, and a means for analyzing such modi ed forms.
12.1 The Concept Factored forms of numerical operators are used extensively in constructing and applying numerical methods to problems in uid mechanics. They are the basis for a wide variety of methods variously known by the labels \hybrid", \time split", and \fractional step". Factored forms are especially useful for the derivation of practical algorithms that use implicit methods. When we approach numerical analysis in the light of matrix derivative operators, the concept of factoring is quite simple to present and grasp. Let us start with the following observations: 1. Matrices can be split in quite arbitrary ways. 2. Advancing to the next time level always requires some reference to a previous one. 3. Time marching methods are valid only to some order of accuracy in the step size, h. Now recall the generic ODE's produced by the semi-discrete approach
d~u = A~u ; ~f dt 217
(12.1)
CHAPTER 12. SPLIT AND FACTORED FORMS
218
and consider the above observations. From observation 1 (arbitrary splitting of A) :
d~u = [A + A ]~u ; ~f dt 1
(12.2)
2
where A = [A + A ] but A and A are not unique. For the time march let us choose the simple, rst-order, explicit Euler method. Then, from observation 2 (new data ~un in terms of old ~un): 1
2
1
1
2
+1
~un = [ I + hA + hA ]~un ; h~f + O(h ) +1
1
(12.3)
2
2
or its equivalent
~un = h[ I + hA ][ I + hA ] ; h A A i~un ; h~f + O(h ) +1
1
2
2
1
2
2
Finally, from observation 3 (allowing us to drop higher order terms ;h A A ~un): 2
1
2
~un = [ I + hA ][ I + hA ]~un ; h~f + O(h )
(12.4) Notice that Eqs. 12.3 and 12.4 have the same formal order of accuracy and, in this sense, neither one is to be preferred over the other. However, their numerical stability can be quite dierent, and techniques to carry out their numerical evaluation can have arithmetic operation counts that vary by orders of magnitude. Both of these considerations are investigated later. Here we seek only to apply to some simple cases the concept of factoring. +1
1
2
2
12.2 Factoring Physical Representations | Time Splitting Suppose we have a PDE that represents both the processes of convection and dissipation. The semi-discrete approach to its solution might be put in the form
d~u = A ~u + A ~u + (bc~ ) c d dt
(12.5)
where Ac and Ad are matrices representing the convection and dissipation terms, respectively; and their sum forms the A matrix we have considered in the previous sections. Choose again the explicit Euler time march so that
~ ) + O (h ) ~un = [ I + hAd + hAc]~un + h(bc +1
1 Second-order time-marching methods are considered later.
2
(12.6)
12.2. FACTORING PHYSICAL REPRESENTATIONS | TIME SPLITTING 219 Now consider the factored form
~un
+1
~) = [ I + hAd ] [ I + hAc]~un + h(bc ~ ) +O(h ) (12.7) ~ ) + h Ad Ac~un + (bc = [| I + hAd + h{zAc]~un + h(bc } | {z } Original Unfactored Terms Higher Order Terms 2
2
and we see that Eq. 12.7 and the original unfactored form Eq. 12.6 have identical orders of accuracy in the time approximation. Therefore, on this basis, their selection is arbitrary. In practical applications equations such as 12.7 are often applied in a predictor-corrector sequence. In this case one could write 2
u~n ~un
+1 +1
~) = [ I + hAc]~un + h(bc = [ I + hAd]~un
(12.8)
+1
Factoring can also be useful to form split combinations of implicit and explicit techniques. For example, another way to approximate Eq. 12.6 with the same order of accuracy is given by the expression
~) = [ I ; hAd]; [ I + hAc]~un + h(bc ~ ) +O(h ) = [| I + hAd + h{zAc]~un + h(bc } Original Unfactored Terms where in this approximation we have used the fact that ~un
1
+1
2
(12.9)
[ I ; hAd ]; = I + hAd + h Ad + 1
2
2
if h jjAdjj < 1, where jjAd jj is some norm of [Ad ]. This time a predictor-corrector interpretation leads to the sequence
u~n [ I ; hAd]~un
+1 +1
~) = [ I + hAc]~un + h(bc = u~n +1
(12.10)
The convection operator is applied explicitly, as before, but the diusion operator is now implicit, requiring a tridiagonal solver if the diusion term is central dierenced. Since numerical stiness is generally much more severe for the diusion process, this factored form would appear to be superior to that provided by Eq. 12.8. However, the important aspect of stability has yet to be discussed. 2 We do not suggest that this particular method is suitable for use. We have yet to determine its
stability, and a rst-order time-march method is usually unsatisfactory.
CHAPTER 12. SPLIT AND FACTORED FORMS
220
We should mention here that Eq. 12.9 can be derived for a dierent point of view by writing Eq. 12.6 in the form
un ; un = A u + A u + (bc ~ ) + O(h ) c n d n h +1
Then
2
+1
~) [ I ; hAd ]un = [ I + hAc]un + h(bc which is identical to Eq. 12.10. +1
12.3 Factoring Space Matrix Operators in 2{D
12.3.1 Mesh Indexing Convention
Factoring is widely used in codes designed for the numerical solution of equations governing unsteady two- and three-dimensional ows. Let us study the basic concept of factoring by inspecting its use on the linear 2-D scalar PDE that models diusion:
@u = @ u + @ u @t @x @y 2
2
2
(12.11)
2
We begin by reducing this PDE to a coupled set of ODE's by dierencing the space derivatives and inspecting the resulting matrix operator. A clear description of a matrix nite-dierence operator in 2- and 3-D requires some reference to a mesh. We choose the 3 4 point mesh shown in the Sketch 12.12. In this example Mx , the number of (interior) x points, is 4 and My , the number of (interior) y points is 3. The numbers 11 ; 12 ; ; 43 represent the location in the mesh of the dependent variable bearing that index. Thus u represents the value of u at j = 3 and k = 2. 3
32
My 13 23 33 43 k 12 22 32 42 1
11 21 31 41 1 j Mx
(12.12)
Mesh indexing in 2-D. 3 This could also be called a 5 6 point mesh if the boundary points (labeled
in the sketch) were included, but in these notes we describe the size of a mesh by the number of interior points.
12.3. FACTORING SPACE MATRIX OPERATORS IN 2{D
221
12.3.2 Data Bases and Space Vectors
The dimensioned array in a computer code that allots the storage locations of the dependent variable(s) is referred to as a data-base. There are many ways to lay out a data-base. Of these, we consider only two: (1), consecutively along rows that are themselves consecutive from k = 1 to My , and (2), consecutively along columns that are consecutive from j = 1 to Mx. We refer to each row or column group as a space vector (they represent data along lines that are continuous in space) and label their sum with the symbol U . In particular, (1) and (2) above are referred to as xvectors and y-vectors, respectively. The symbol U by itself is not enough to identify the structure of the data-base and is used only when the structure is immaterial or understood. To be speci c about the structure, we label a data{base composed of x-vectors with U x , and one composed of y-vectors with U y . Examples of the order of indexing for these space vectors are given in Eq. 12.16 part a and b. ( )
( )
12.3.3 Data Base Permutations
The two vectors (arrays) are related by a permutation matrix P such that
U x = Pxy U y ( )
( )
U y = PyxU x
and
( )
where
(12.13)
( )
Pyx = PTxy = P;xy Now consider the structure of a matrix nite-dierence operator representing 3point central-dierencing schemes for both space derivatives in two dimensions. When the matrix is multiplying a space vector U , the usual (but ambiguous) representation is given by Ax y . In this notation the ODE form of Eq. 12.11 can be written 1
4
+
dU = A U + (bc ~) x y dt
(12.14)
+
If it is important to be speci c about the data-base structure, we use the notation Axx y or Axy y , depending on the data{base chosen for the U it multiplies. Examples are in Eq. 12.16 part a and b. Notice that the matrices are not the same although they represent the same derivative operation. Their structures are similar, however, and they are related by the same permutation matrix that relates U x to U y . Thus ( ) +
( ) +
( )
Axx y = Pxy Axy y Pyx ( ) +
4 Notice that
( ) +
( )
(12.15)
Ax+y and U , which are notations used in the special case of space vectors, are subsets of A and ~u, used in the previous sections.
CHAPTER 12. SPLIT AND FACTORED FORMS
222 2 6 x 6 6 6 6 6 6 6 6 6 6 o 6 6 A(xx+)y U (x) = 666 6 6 6 6 6 6 6 6 6 6 6 4
j o x j o x x j o x j o
j j j j
j x o j x x o j x x o j x
j o j o j o j
x
j o j o j o j o
3 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 o 777 7 7 7 7 7 7 x 75
j x j x x j x j x
11 21 31 41
;;
;;
a:Elements in 2-dimensional, central-dierence, matrix operator, Ax y , for 34 mesh shown in Sketch 12.12. Data base composed of My x{vectors stored in U x . Entries for x ! x, for y ! o, for both ! . +
2 6 o 6 6 6 6 6 6 6 x 6 6 6 6 6 6 (y ) (y ) Ax+y U = 666 6 6 6 6 6 6 6 6 6 6 6 6 4
13 23 33 43
( )
j x j o j x j o j x j o
j j j
j o j x j x j o o j x j x j o j x j j x j o j x j x j o o j x j x j o j j j j
3 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 x 777 7 7 7 7 7 o5
j x j o j x j o j x j o
b: Elements in 2-dimensional, central-dierence, matrix operator, Ax y , for 34 mesh shown in Sketch 12.12. Data base composed of Mx y{vectors stored in U y . Entries for x ! x, for y ! o, for both ! . +
12 22 32 42
( )
11 12 13
;; 21 22 23
;; 31 32 33
;; 41 42 43
(12.16)
12.3. FACTORING SPACE MATRIX OPERATORS IN 2{D
223
12.3.4 Space Splitting and Factoring We are now prepared to discuss splitting in two dimensions. It should be clear that the matrix Axx y can be split into two matrices such that ( ) +
Axx y = Axx + Ayx ( ) +
( )
(12.17)
( )
where Axx and Ayx are shown in Eq. 12.22. Similarily ( )
( )
Axy y = Axy + Ayy ( ) +
( )
(12.18)
( )
where the split matrices are shown in Eq. 12.23. The permutation relation also holds for the split matrices so
Ayx = Pxy Ayy Pyx ( )
and
( )
Axx = Pxy Axy Pyx ( )
( )
The splittings in Eqs. 12.17 and 12.18 can be combined with factoring in the manner described in Section 12.2. As an example ( rst-order in time), applying the implicit Euler method to Eq. 12.14 gives h i Unx = Unx + h Axx + Ayx Unx + h(bc~ ) ( ) +1
( )
( )
( )
( ) +1
or h
i I ; hAxx ; hAyx Unx = Unx + h(bc~ ) + O(h ) ( )
( ) +1
( )
( )
2
(12.19)
As in Section 12.2, we retain the same rst order accuracy with the alternative h
ih i ~ ) + O(h ) I ; hAxx I ; hAyx Unx = Unx + h(bc ( )
( ) +1
( )
( )
2
(12.20)
Write this in predictor-corrector form and permute the data base of the second row. There results h
i
~) I ; hAxx U~ x = Unx + h(bc h i y I ; hAyy Un = U~ y ( )
( )
( )
( )
( ) +1
( )
(12.21)
CHAPTER 12. SPLIT AND FACTORED FORMS
224
2 x 6 x 6 6 6 6 6 6 6 6 6 6 6 6 (x) (x) Ax U = 666 6 6 6 6 6 6 6 6 6 6 6 4
x x x x x x x x
j j j j
j j j j
j x x j x x x j x x x j x x
j j j j
j j j j 2 o j o 6 o j o 6 6 6 o j o 6 6 o j o 6 6
6 6 6 o 6 6 A(yx) U (x) = 666 6 6 6 6 6 6 6 6 6 6 6 4
j o o j o o j o o j o j o j o j o j o The splitting of Axx y . ( ) +
3 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 U (x) 7 7 7 7 7 7 7 7 7 7 7 x 75
j x x j x x x j x x j x x 3 j 7 j 7 7 7 j 7 7 j 7 7
(12.22)
7
7 7 j o 7 7 j o 7 x j o 777 U j o 777
( )
7
7 7 j o 7 7 j o 7 j o 75 j o
12.3. FACTORING SPACE MATRIX OPERATORS IN 2{D
2 x 6 6 6 6 6 6 6 6 x 6 6 6 6 6 6 A(xy) U (y) = 666 6 6 6 6 6 6 6 6 6 6 6 6 4
j x j x j x j x j x j
j x j x j x j x j x j x j x j x j j x j x j x j x j x j x j x j x j
j j j 2 o o j 6 o o o j 6 6 o o j 6 6
6 6 6 6 6 6 6 6 6 (y ) (y ) Ay U = 666 6 6 6 6 6 6 6 6 6 6 6 6 4
j j j
225
3 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 U (y) 7 7 7 7 7 x 777 7 7 7 7 7 5
j x j x j x j x j x j x 3 j j 7 j j 7 7 j j 7 7
j o o j j o o o j j o o j
j j j
j j j
j o o j j o o o j j o o j
j j j
j j j
7 7 7 7 7 7 7 7 7 7 7 U (y) 7 7 7 7 7 7 7 7 7 7 7 7 7 o5
j o o j o o j o o
The splitting of Axy y . ( ) +
(12.23)
CHAPTER 12. SPLIT AND FACTORED FORMS
226
12.4 Second-Order Factored Implicit Methods
Second-order accuracy in time can be maintained in a certain factored implicit methods. For example, apply the trapezoidal method to Eq. 12.14 where the derivative operators have been split as in Eq. 12.17 or 12.18. Let the data base be immaterial ~ ) be time invariant. There results and the (bc 1 1 1 1 ~ ) + O(h ) (12.24) I ; 2 hAx ; 2 hAy Un = I + 2 hAx + 2 hAy Un + h(bc Factor both sides giving 1 1 1 I ; 2 hAx I ; 2 hAy ; 4 h AxAy Un 1 1 1 ~ ) + O(h ) (12.25) = I + hAx I + hAy ; h AxAy Un + h(bc 2 2 4 Then notice that the combination 14 h [AxAy ](Un ; Un) is proportional to h since the leading term in the expansion of (Un ; Un) is proportional to h. Therefore, we can write 1 1 1 1 I ; 2 hAx I ; 2 hAy Un = I + 2 hAx I + 2 hAy Un + h(bc~ ) + O(h )(12.26) and both the factored and unfactored form of the trapezoidal method are second-order accurate in the time march. An alternative form of this kind of factorization is the classical ADI (alternating direction implicit) method usually written 1 1 ~ I ; 2 hAx U = I + 2 hAy Un + 12 hFn 1 1 (12.27) I ; 2 hAy Un = I + 2 hAx U~ + 12 hFn + O(h ) 3
+1
2
+1
2
2
3
3
+1
+1
3
+1
5
+1
+1
3
For idealized commuting systems the methods given by Eqs. 12.26 and 12.27 dier only in their evaluation of a time-dependent forcing term.
12.5 Importance of Factored Forms in 2 and 3 Dimensions When the time-march equations are sti and implicit methods are required to permit reasonably large time steps, the use of factored forms becomes a very valuable tool 5 A form of the Douglas or Peaceman-Rachford methods.
12.5. IMPORTANCE OF FACTORED FORMS IN 2 AND 3 DIMENSIONS 227 for realistic problems. Consider, for example, the problem of computing the time advance in the unfactored form of the trapezoidal method given by Eq. 12.24 1 1 ~) I ; 2 hAx y Un = I + 2 hAx y Un + h(bc Forming the right hand side poses no problem, but nding Un requires the solution of a sparse, but very large, set of coupled simultaneous equations having the matrix form shown in Eq. 12.16 part a and b. Furthermore, in real cases involving the Euler or Navier-Stokes equations, each symbol (o; x; ) represents a 4 4 block matrix with entries that depend on the pressure, density and velocity eld. Suppose we were to solve the equations directly. The forward sweep of a simple Gaussian elimination lls all of the 4 4 blocks between the main and outermost diagonal (e.g. between and o in Eq. 12.16 part b.). This must be stored in computer memory to be used to nd the nal solution in the backward sweep. If Ne represents the order of the small block matrix (4 in the 2-D Euler case), the approximate memory requirement is (Ne My ) (Ne My ) Mx
oating point words. Here it is assumed that My < Mx. If My > Mx, My and Mx would be interchanged. A moderate mesh of 60 200 points would require over 11 million words to nd the solution. Actually current computer power is able to cope rather easily with storage requirements of this order of magnitude. With computing speeds of over one giga op, direct solvers may become useful for nding steady-state solutions of practical problems in two dimensions. However, a three-dimensional solver would require a memory of approximatly +
+1
+
+1
6
7
8
Ne My Mz Mx 2
2
2
words and, for well resolved ow elds, this probably exceeds memory availability for some time to come. On the other hand, consider computing a solution using the factored implicit equation 12.25. Again computing the right hand side poses no problem. Accumulate the result of such a computation in the array (RHS ). One can then write the remaining terms in the two-step predictor-corrector form I ; 21 hAxx U~ x = (RHS ) x I ; 12 hAyy Uny = U~ y (12.28) ( )
( )
( )
( ) +1
( )
( )
6 For matrices as small as those shown there are many gaps in this \ ll", but for meshes of
practical size the ll is mostly dense. 7 The lower band is also computed but does not have to be saved unless the solution is to be repeated for another vector. 8 One billion oating-point operations per second.
CHAPTER 12. SPLIT AND FACTORED FORMS
228
which has the same appearance as Eq. 12.21 but is second-order time accurate. The rst step would be solved using My uncoupled block tridiagonal solvers . Inspecting the top of Eq. 12.22, we see that this is equivalent to solving My one-dimensional problems, each with Mx blocks of order Ne . The temporary solution U~ x would then be permuted to U~ y and an inspection of the bottom of Eq. 12.23 shows that the nal step consists of solving Mx one-dimensional implicit problems each with dimension My . 9
( )
( )
12.6 The Delta Form Clearly many ways can be devised to split the matrices and generate factored forms. One way that is especially useful, for ensuring a correct steady-state solution in a converged time-march, is referred to as the \delta form" and we develop it next. Consider the unfactored form of the trapezoidal method given by Eq. 12.24, and ~ ) be time invariant: let the (bc 1 1 1 1 ~ ) + O(h ) I ; 2 hAx ; 2 hAy Un = I + 2 hAx + 2 hAy Un + h(bc From both sides subtract 1 1 I ; 2 hAx ; 2 hAy Un leaving the equality unchanged. Then, using the standard de nition of the dierence operator , Un = Un ; Un one nds h 1 1 ~ )i + O(h ) I ; 2 hAx ; 2 hAy Un = h Ax y Un + (bc (12.29) Notice that the right side of this equation is the product of h and a term that is identical to the right side of Eq. 12.14, our original ODE. Thus, if Eq. 12.29 converges, it is guaranteed to converge to the correct steady-state solution of the ODE. Now we can factor Eq. 12.29 and maintain O(h ) accuracy. We arrive at the expression h i 1 1 (12.30) I ; 2 hAx I ; 2 hAy Un = h Ax y Un + (bc~ ) + O(h ) This is the delta form of a factored, 2nd-order, 2-D equation. 3
+1
+1
3
+
2
+
3
9 A block tridiagonal solver is similar to a scalar solver except that small block matrix operations
replace the scalar ones, and matrix multiplications do not commute.
12.7. PROBLEMS
229
The point at which the factoring is made may not aect the order of time-accuracy, but it can have a profound eect on the stability and convergence properties of a method. For example, the unfactored form of a rst-order method derived from the implicit Euler time march is given by Eq. 12.19, and if it is immediately factored, the factored form is presented in Eq. 12.20. On the other hand, the delta form of the unfactored Eq. 12.19 is h
i
~) [I ; hAx ; hAy ]Un = h Ax y Un + (bc +
and its factored form becomes
10
h
~) [I ; hAx][I ; hAy ]Un = h Ax y Un + (bc
i
+
(12.31)
In spite of the similarities in derivation, we will see in the next chapter that the convergence properties of Eq. 12.20 and Eq. 12.31 are vastly dierent.
12.7 Problems 1. Consider the 1-D heat equation:
@u = @ u @t @x 2
0x9
2
Let u(0; t) = 0 and u(9; t) = 0, so that we can simplify the boundary conditions. Assume that second order central dierencing is used, i.e., (xxu)j = 1 (uj; ; 2uj + uj ) x The uniform grid has x = 1 and 8 interior points. 2
1
+1
(a) Space vector de nition i. What is the space vector for the natural ordering (monotonically increasing in index), u ? Only include the interior points. ii. If we reorder the points with the odd points rst and then the even points, write the space vector, u ? iii. Write down the permutation matrices,(P ,P ). (1)
(2)
12
21
10 Notice that the only dierence between the O(h2 ) method given by Eq. 12.30 and the O(h) method given by Eq. 12.31 is the appearance of the factor 1 on the left side of the O(h2 ) method.
2
CHAPTER 12. SPLIT AND FACTORED FORMS
230
iv. The generic ODE representing the discrete form of the heat equation is
du = A u + f dt Write down the matrix A . (Note f = 0, due to the boundary conditions) Next nd the matrix A such that du = A u dt Note that A can be written as 2 T3 U D 7 A = 64 5 U D De ne D and U . (1)
(1)
1
1
2
(2)
2
(2)
2
2
v. Applying implicit Euler time marching, write the delta form of the implicit algorithm. Comment on the form of the resulting implicit matrix operator. (b) System de nition In problem 1a, we de ned u ; u ; A ; A ; P , and P which partition the odd points from the even points. We can put such a partitioning to use. First de ne extraction operators 21 0 0 0 0 0 0 03 6 0 0 0 0 77 0 1 0 0 6 6 3 0 0 0 0 777 2 I 0 0 1 0 6 6 0 7 6 0 0 0 0 7 = 64 7 I o = 66 00 00 00 01 5 7 0 0 0 0 7 6 0 6 6 0 0 0 0 777 0 60 0 0 0 40 0 0 0 0 0 0 05 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 03 6 0 0 0 0 0 0 0 0 77 6 6 3 0 0 0 0 0 0 0 0 777 2 0 6 6 0 7 6 0 0 0 0 7 = 64 7 I e = 66 00 00 00 00 5 7 1 0 0 0 7 6 0 I 7 6 6 0 1 0 0 77 60 0 0 0 40 0 0 0 0 0 1 05 0 0 0 0 0 0 0 1 (1)
( )
( )
(2)
1
2
12
21
4
4
4
4
4
4
4
4
12.7. PROBLEMS
231
which extract the odd even points from u as follows: u o = I o u and ue =Ieu . i. Beginning with the ODE written in terms of u , de ne a splitting A = Ao + Ae, such that Ao operates only on the odd terms, and Ae operates only on the even terms. Write out the matrices Ao and Ae. Also, write them in terms of D and U de ned above. ii. Apply implicit Euler time marching to the split ODE. Write down the delta form of the algorithm and the factored delta form. Comment on the order of the error terms. iii. Examine the implicit operators for the factored delta form. Comment on their form. You should be able to argue that these are now trangular matrices (a lower and an upper). Comment on the solution process this gives us relative to the direct inversion of the original system. (2)
( )
( )
( )
(2)
(2)
2
( )
(2)
232
CHAPTER 12. SPLIT AND FACTORED FORMS
Chapter 13 LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS In Section 4.4 we introduced the concept of the representative equation, and used it in Chapter 7 to study the stability, accuracy, and convergence properties of timemarching schemes. The question is: Can we nd a similar equation that will allow us to evaluate the stability and convergence properties of split and factored schemes? The answer is yes | for certain forms of linear model equations. The analysis in this chapter is useful for estimating the stability and steady-state properties of a wide variety of time-marching schemes that are variously referred to as time-split, fractional-step, hybrid, and (approximately) factored. When these methods are applied to practical problems, the results found from this analysis are neither necessary nor sucient to guarantee stability. However, if the results indicate that a method has an instability, the method is probably not suitable for practical use.
13.1 The Representative Equation for Circulant Operators Consider linear PDE's with coecients that are xed in both space and time and with boundary conditions that are periodic. We have seen that under these conditions a semi-discrete approach can lead to circulant matrix dierence operators, and we discussed circulant eigensystems1 in Section 4.3. In this and the following section we assume circulant systems and our analysis depends critically on the fact that all circulant matrices commute and have a common set of eigenvectors. 1
See also the discussion on Fourier stability analysis in Section 7.7.
233
234 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS Suppose, as a result of space dierencing the PDE, we arrive at a set of ODE's that can be written d~u = A ~u + A ~u ; ~f (t) (13.1) ap bp dt where the subscript p denotes a circulant matrix. Since both matrices have the same set of eigenvectors, we can use the arguments made in Section 4.2.3 to uncouple the set and form the M set of independent equations
w10 = (a + b)1 w1 ; g1 (t) ... wm0 = (a + b)m wm ; gm(t) ... wM0 = (a + b)M wM ; gM (t)
(13.2)
The analytic solution of the m'th line is
wm(t) = cm e(a+b)mt + P:S: Note that each a pairs with one, and only one2 , b since they must share a common eigenvector. This suggests (see Section 4.4: The representative equation for split, circulant systems is du = [ + + + ]u + aet (13.3) a b c dt where a + b + c + are the sum of the eigenvalues in Aa ; Ab ; Ac ; that share the same eigenvector.
13.2 Example Analysis of Circulant Systems 13.2.1 Stability Comparisons of Time-Split Methods Consider as an example the linear convection-diusion equation: @u + a @u = @ 2 u @t @x @x2 2
(13.4)
This is to be contrasted to the developments found later in the analysis of 2-D equations.
13.2. EXAMPLE ANALYSIS OF CIRCULANT SYSTEMS
235
If the space dierencing takes the form d~u = ; a B (;1; 0; 1)~u + B (1; ;2; 1)~u (13.5) dt 2x p x2 p the convection matrix operator and the diusion matrix operator, can be represented by the eigenvalues c and d, respectively, where (see Section 4.3.2): (c)m = iax sin m (13.6) (d)m = ; 42 sin2 2m x In these equations m = 2m=M , m = 0 ; 1 ; ; M ; 1 , so that 0 m 2. Using these values and the representative equation 13.4, we can analyze the stability of the two forms of simple time-splitting discussed in Section 12.2. In this section we refer to these as 1. the explicit-implicit Euler method, Eq. 12.10. 2. the explicit-explicit Euler method, Eq. 12.8.
1. The Explicit-Implicit Method
When applied to Eq. 13.4, the characteristic polynomial of this method is P (E ) = (1 ; hd )E ; (1 + hc) This leads to the principal root 1 + i ahx sin m = 1 + 4 h2 sin2 m 2 x where we have made use of Eq. 13.6 to quantify the eigenvalues. Now introduce the dimensionless numbers Cn = ahx ; Courant number R = a x ; mesh Reynolds number and we can write for the absolute value of q 1 + Cn2 sin2 m jj = ; 0 m 2 (13.7) C m n 2 1 + 4 R sin 2
236 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS 1.2
1.2 C = 2/ R ∆ n
C = R /2 n ∆
0.8 C
C
n
0.4
0
C = 2/ R n ∆
0.8 n
0.4
0
4 R∆ Explicit-Implicit
8
0
0
4 R∆ Explicit-Explicit
8
Figure 13.1: S_ tability regions for two simple time-split methods. A simple numerical parametric study of Eq. 13.7 shows that the critical range of m for any combination of Cn and R occurs when m is near 0 (or 2). From this we nd that the condition on Cn and R that make jj 1 is 2 h i C n 2 2 2 1 + Cn sin = 1 + 4 R sin 2 As ! 0 this gives the stability region Cn < R2 which is bounded by a hyperbola and shown in Fig. 13.1.
2. The Explicit-Explicit Method An analysis similar to the one given above shows that this method produces " # q C n m 2 2 jj = 1 + Cn2 sin m 1 ; 4 R sin 2 ; 0 m 2 Again a simple numerical parametric study shows that this has two critical ranges of m , one near 0, which yields the same result as in the previous example, and the
13.2. EXAMPLE ANALYSIS OF CIRCULANT SYSTEMS
237
other near 180o, which produces the constraint that Cn < 21 R for R 2 The resulting stability boundary is also shown in Fig. 13.1. The totaly explicit, factored method has a much smaller region of stability when R is small, as we should have expected.
13.2.2 Analysis of a Second-Order Time-Split Method
Next let us analyze a more practical method that has been used in serious computational analysis of turbulent ows. This method applies to a ow in which there is a combination of diusion and periodic convection. The convection term is treated explicitly using the second-order Adams-Bashforth method. The diusion term is integrated implicitly using the trapezoidal method. Our model equation is again the linear convection-diusion equation 13.4 which we split in the fashion of Eq. 13.5. In order to evaluate the accuracy, as well as the stability, we include the forcing function in the representative equation and study the eect of our hybrid, time-marching method on the equation u0 = cu + du + aet First let us nd expressions for the two polynomials, P (E ) and Q(E ). The characteristic polynomial follows from the application of the method to the homogeneous equation, thus un+1 = un + 21 hc(3un ; un;1) + 21 hd (un+1 + un) This produces P (E ) = (1 ; 12 hd)E 2 ; (1 + 23 hc + 12 hd)E + 12 hc The form of the particular polynomial depends upon whether the forcing function is carried by the AB2 method or by the trapezoidal method. In the former case it is Q(E ) = 21 h(3E ; 1) (13.8) and in the latter (13.9) Q(E ) = 12 h(E 2 + E )
238 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
Accuracy
From the characteristic polynomial we see that there are two {roots and they are given by the equation s
2 1 + 32 hc + 21 hd ; 2hc 1 ; 21 hd (13.10) 2 1 ; 12 hd The principal -root follows from the plus sign and one can show 1 = 1 + (c + d )h + 12 (c + d )2h2 + 41 3d + c2d ; 2c d ; 3c h3 From this equation it is clear that 61 3 = 61 (c + d)3 does not match the coecient of h3 in 1 , so er = O(h3) Using P (eh) and Q(eh ) to evaluate er in Section 6.6.3, one can show er = O(h3) using either Eq. 13.8 or Eq. 13.9. These results show that, for the model equation, the hybrid method retains the second-order accuracy of its individual components.
1 + 23 hc + 12 hd =
Stability
The stability of the method can be found from Eq. 13.10 by a parametric study of cn and R de ned in Eq. 13.7. This was carried out in a manner similar to that used to nd the stability boundary of the rst-order explicit-implicit method in Section 13.2.1. The results are plotted in Fig. 13.2. For values of R 2 this second-order method has a much greater region of stability than the rst-order explicit-implicit method given by Eq. 12.10 and shown in Fig. 13.1.
13.3 The Representative Equation for Space-Split Operators Consider the 2-D model3 equations @u = @ 2 u + @ 2 u @t @x2 @y2 3
The extension of the following to 3-D is simple and straightforward.
(13.11)
13.3. THE REPRESENTATIVE EQUATION FOR SPACE-SPLIT OPERATORS239 1.2
0.8
Cn Stable
0.4
0
8
4
R
∆
_ Figure 13.2: Stability regions for the second-order time-split method. and
@u + a @u + a @u = 0 (13.12) @t x @x y @y Reduce either of these, by means of spatial dierencing approximations, to the coupled set of ODE's: dU = [A + A ]U + (bc ~) (13.13) x y dt for the space vector U . The form of the Ax and Ay matrices for three-point central dierencing schemes are shown in Eqs. 12.22 and 12.23 for the 3 4 mesh shown in Sketch 12.12. Let us inspect the structure of these matrices closely to see how we can diagonalize [Ax + Ay ] in terms of the individual eigenvalues of the two matrices considered separately. First we write these matrices in the form 2 3 2 ~ 3 ~b1 I B b I 0 A(xx) = 64 B 75 A(yx) = 64 ~b;1 I ~b0 I ~b1 I 75 ~b;1 I ~b0 I B where B is a banded matrix of the form B (b;1 ; b0; b1 ). Now nd the block eigenvector
240 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS matrix that diagonalizes B and use it to diagonalize A(xx). Thus 2 ;1 32 32 3 2 3 X B X 6 76 7=6 X ;1 B 75 64 X 75 4 54 5 4 X ;1 B X where 2 3 1 6 7 2 7 = 664 7 5 3 4 ( x ) Notice that the matrix Ay is transparent to this transformation. That is, if we set X diag(X ) 2 ~ 3 2 ~ 3 b0 I ~b1 I b0 I ~b1 I X ;1 64 ~b;1 I ~b0 I ~b1 I 75 X = 64 ~b;1 I ~b0 I ~b1 I 75 ~b;1 I ~b0 I ~b;1 I ~b0 I One now permutes the transformed system to the y-vector data-base using the permutation matrix de ned by Eq. 12.13. There results h i Pyx X ;1 A(xx) + A(yx) X Pxy = 3 2 3 2 ~ B 1 I 6 7 6 7 ~ 6 7 I B 6 7 2 6 7 6 7+6 (13.14) 4 5 4 3 I B~ 75 4 I B~ where B~ is the banded tridiagonal matrix B (~b;1 ; ~b0 ; ~b1), see the bottom of Eq. 12.23. Next nd the eigenvectors X~ that diagonalize the B~ blocks. Let B~ diag(B~ ) and X~ diag(X~ ) and form the second transformation 2~ 3 2~ 3 1 6 7 ~ 7 X~ ;1B~ X~ = 664 ~ 775 ; ~ = 64 ~2 5 ~ 3 ~ This time, by the same argument as before, the rst matrix on the right side of Eq. 13.14 is transparent to the transformation, so the nal result is the complete diagonalization of the matrix Ax+y : h ih ih i X~ ;1 Pyx X ;1 A(xx+)y X Pxy X~ = 2 3 ~ I + 1 6 7 6 7 2 I + ~ 6 7 (13.15) 6 7 3 I + ~ 4 5 4I + ~
13.3. THE REPRESENTATIVE EQUATION FOR SPACE-SPLIT OPERATORS241 It is important to notice that: The diagonal matrix on the right side of Eq. 13.15 contains every possible combination of the individual eigenvalues of B and B~ . Now we are ready to present the representative equation for two dimensional systems. First reduce the PDE to ODE by some choice4 of space dierencing. This results in a spatially split A matrix formed from the subsets
A(xx) = diag(B ) ; A(yy) = diag(B~ )
(13.16)
where B and B~ are any two matrices that have linearly independent eigenvectors (this puts some constraints on the choice of dierencing schemes). Although Ax and Ay do commute, this fact, by itself, does not ensure the property of \all possible combinations". To obtain the latter property the structure of the matrices is important. The block matrices B and B~ can be either circulant or noncirculant; in both cases we are led to the nal result: The 2{D representative equation for model linear systems is du = [ + ]u + aet x y dt where x and y are any combination of eigenvalues from Ax and Ay , a and are (possibly complex) constants, and where Ax and Ay satisfy the conditions in 13.16. Often we are interested in nding the value of, and the convergence rate to, the steady-state solution of the representative equation. In that case we set = 0 and use the simpler form du = [ + ]u + a (13.17) x y dt which has the exact solution u(t) = ce(x+y )t ; +a (13.18) x y We have used 3-point central dierencing in our example, but this choice was for convenience only, and its use is not necessary to arrive at Eq. 13.15. 4
242 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
13.4 Example Analysis of 2-D Model Equations
In the following we analyze four dierent methods for nding a xed, steady-state solution to the 2-D representative equation 13.16. In each case we examine 1. The stability. 2. The accuracy of the xed, steady-state solution. 3. The convergence rate to reach the steady-state.
13.4.1 The Unfactored Implicit Euler Method Consider rst this unfactored, rst-order scheme which can then be used as a reference case for comparison with the various factored ones. The form of the method is given by Eq. 12.19, and when it is applied to the representative equation, we nd (1 ; h x ; h y )un+1 = un + ha from which
P (E ) = (1 ; h x ; h y )E ; 1 Q(E ) = h giving the solution
"
(13.19)
#
n 1 un = c 1 ; h ; h ; +a x y x y Like its counterpart in the 1-D case, this method:
1. Is unconditionally stable. 2. Produces the exact (see Eq. 13.18) steady-state solution (of the ODE) for any h. 3. Converges very rapidly to the steady-state when h is large. Unfortunately, however, use of this method for 2-D problems is generally impractical for reasons discussed in Section 12.5.
13.4. EXAMPLE ANALYSIS OF 2-D MODEL EQUATIONS
243
13.4.2 The Factored Nondelta Form of the Implicit Euler Method
Now apply the factored Euler method given by Eq. 12.20 to the 2-D representative equation. There results (1 ; h x)(1 ; h y )un+1 = un + ha from which P (E ) = (1 ; h x)(1 ; h y )E ; 1 Q(E ) = h (13.20) giving the solution " #n 1 un = c (1 ; h )(1 ; h ) ; + a; h x y x y x y We see that this method: 1. Is unconditionally stable. 2. Produces a steady state solution that depends on the choice of h. 3. Converges rapidly to a steady-state for large h, but the converged solution is completely wrong. The method requires far less storage then the unfactored form. However, it is not very useful since its transient solution is only rst-order accurate and, if one tries to take advantage of its rapid convergence rate, the converged value is meaningless.
13.4.3 The Factored Delta Form of the Implicit Euler Method
Next apply Eq. 12.31 to the 2-D representative equation. One nds (1 ; h x)(1 ; h y )(un+1 ; un) = h(xun + y un + a) which reduces to (1 ; h x)(1 ; h y )un+1 = 1 + h2xy un + ha and this has the solution " #n 2 xy 1 + h un = c (1 ; h )(1 ; h ) ; +a x y x y This method:
244 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS 1. Is unconditionally stable. 2. Produces the exact steady-state solution for any choice of h. 3. Converges very slowly to the steady{state solution for large values of h, since jj ! 1 as h ! 1. Like the factored nondelta form, this method demands far less storage than the unfactored form, as discussed in Section 12.5. The correct steady solution is obtained, but convergence is not nearly as rapid as that of the unfactored form.
13.4.4 The Factored Delta Form of the Trapezoidal Method
Finally consider the delta form of a second-order time-accurate method. Apply Eq. 12.30 to the representative equation and one nds 1 1 1 ; 2 hx 1 ; 2 hy (un+1 ; un) = h(xun + y un + a) which reduces to 1 1 1 1 1 ; hx 1 ; hy un+1 = 1 + hx 1 + hy un + ha 2 2 2 2 and this has the solution 2 1 h 1 + 1 h 3n 1 + x y 7 6 un = c64 21 21 75 ; +a x y 1 ; 2 hx 1 ; 2 hy This method: 1. Is unconditionally stable. 2. Produces the exact steady{state solution for any choice of h. 3. Converges very slowly to the steady{state solution for large values of h, since jj ! 1 as h ! 1. All of these properties are identical to those found for the factored delta form of the implicit Euler method. Since it is second order in time, it can be used when time accuracy is desired, and the factored delta form of the implicit Euler method can be used when a converged steady-state is all that is required.5 A brief inspection of eqs. 12.26 and 12.27 should be enough to convince the reader that the 's produced by those methods are identical to the produced by this method. In practical codes, the value of h on the left side of the implicit equation is literally switched from h to 12 h. 5
13.5. EXAMPLE ANALYSIS OF THE 3-D MODEL EQUATION
245
13.5 Example Analysis of the 3-D Model Equation
The arguments in Section 13.3 generalize to three dimensions and, under the conditions given in 13.16 with an A(zz) included, the model 3-D cases6 have the following representative equation (with = 0): du = [ + + ]u + a (13.21) x y z dt Let us analyze a 2nd-order accurate, factored, delta form using this equation. First apply the trapezoidal method: un+1 = un + 12 h[(x + y + z )un+1 + (x + y + z )un + 2a] Rearrange terms: 1 ; 21 h(x + y + z ) un+1 = 1 + 21 h(x + y + z ) un + ha Put this in delta form: 1 ; 1 h(x + y + z ) un = h[(x + y + z )un + a] 2 Now factor the left side: 1 1 1 h 1 ; h 1 ; h 1; 2 x 2 y 2 z un = h[(x + y + z )un + a] (13.22) This preserves second order accuracy since the error terms 1 h2( + + )u and 1 h3 4 x y x z y z n 8 x y z are both O(h3). One can derive the characteristic polynomial for Eq. 13.22, nd the root, and write the solution either in the form 2 3n 1 1 1 2 3 6 1 + h(x + y + z ) + 4 h (x y + x z + y z ) ; 8 h x y z 7 7 un = c64 21 5 1 1 2 3 1 ; 2 h(x + y + z ) + 4 h (xy + xz + y z ) ; 8 h xy z
; + a + x y z 6
Eqs. 13.11 and 13.12, each with an additional term.
(13.23)
246 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS or in the form
3n 2 1 1 1 1 3 6 1 + 2 hx 1 + 2 hy 1 + 2 hz ; 4 h x y z 7 a (13.24) 7 ; un = c64 5 1 1 1 x + y + z 1 ; hx 1 ; hy 1 ; hz
2 2 2 It is interesting to notice that a Taylor series expansion of Eq. 13.24 results in = 1 + h(x + y + z ) + 21 h2(x + y + z )2 (13.25) h i + 14 h3 3z + (2y + 2x) + 22y + 3xy + 22y + 3y + 2x2y + 22xy + 3x + which veri es the second order accuracy of the factored form. Furthermore, clearly, if the method converges, it converges to the proper steady-state.7 With regards to stability, it follows from Eq. 13.23 that, if all the 's are real and negative, the method is stable for all h. This makes the method unconditionally stable for the 3-D diusion model when it is centrally dierenced in space. Now consider what happens when we apply this method to the biconvection model, the 3-D form of Eq. 13.12 with periodic boundary conditions. In this case, central dierencing causes all of the 's to be imaginary with spectrums that include both positive and negative values. Remember that in our analysis we must consider every possible combination of these eigenvalues. First write the root in Eq. 13.23 in the form + i ; + i = 11 ; i ; + i
where , and are real numbers that can have any sign. Now we can always nd one combination of the 's for which , and are both positive. In that case since the absolute value of the product is the product of the absolute values 2 + ( + )2 (1 ; ) 2 jj = (1 ; )2 + ( ; )2
>1
and the method is unconditionally unstable for the model convection problem. From the above analysis one would come to the conclusion that the method represented by Eq. 13.22 should not be used for the 3-D Euler equations. In practical cases, however, some form of dissipation is almost always added to methods that are used to solve the Euler equations and our experience to date is that, in the presence of this dissipation, the instability disclosed above is too weak to cause trouble. 7
However, we already knew this because we chose the delta form.
13.6. PROBLEMS
13.6 Problems
247
1. Starting with the generic ODE, du = Au + f dt we can split A as follows: A = A1 + A2 + A3 + A4. Applying implicit Euler time marching gives un+1 ; un = A u + A u + A u + A u + f 1 n+1 2 n+1 3 n+1 4 n+1 h (a) Write the factored delta form. What is the error term? (b) Instead of making all of the split terms implicit, leave two explicit: un+1 ; un = A u + A u + A u + A u + f 1 n+1 2 n 3 n+1 4 n h Write the resulting factored delta form and de ne the error terms. (c) The scalar representative equation is du = ( + + + )u + a 1 2 3 4 dt For the fully implicit scheme of problem 1a, nd the exact solution to the resulting scalar dierence equation and comment on the stability, convergence, and accuracy of the converged steady-state solution. (d) Repeat 1c for the explicit-implicit scheme of problem 1b.
248 CHAPTER 13. LINEAR ANALYSIS OF SPLIT AND FACTORED FORMS
Appendix A USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA A basic understanding of the fundamentals of linear algebra is crucial to our development of numerical methods and it is assumed that the reader is at least familar with this subject area. Given below is some notation and some of the important relations between matrices and vectors.
A.1 Notation 1. In the present context a vector is a vertical column or string. Thus 2 v1 3 6 7 ~v = 66 v..2 77 4 . 5 vm T and its transpose ~v is the horizontal row ~vT = [v1 ; v2; v3; : : : ; vm] ; ~v = [v1 ; v2; v3 ; : : : ; vm ]T 2. A general m m matrix A can be written 2 a11 a12 6a a A = (aij ) = 664 21 22 am1 am2 249
a1m 3 a2m 777 ...
amm
5
250APPENDIX A. USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA 3. An alternative notation for A is h i A = ~a1; ~a2; : : : ; ~am and its transpose AT is 2 ~T 3 66 ~a1T 77 AT = 666 a.2 777 4 ..T 5 ~am
4. The inverse of a matrix (if it exists) is written A;1 and has the property that A;1A = AA;1 = I , where I is the identity matrix.
A.2 De nitions 1. A is symmetric if AT = A. 2. A is skew-symmetric or antisymmetric if AT = ;A. 3. A is diagonally dominant if aii Pj6=i jaij j ; i = 1; 2; : : : ; m and aii > Pj6=i jaij j for at least one i. 4. A is orthogonal if aij are real and AT A = AAT = I 5. A is the complex conjugate of A. 6. P is a permutation matrix if P ~v is a simple reordering of ~v. 7. The trace of a matrix is Pi aii. 8. A is normal if AT A = AAT . 9. det[A] is the determinant of A. 10. AH is the conjugate transpose of A, (Hermitian). 11. If a b A= c d then det[A] = ad ; bc and A;1 = det[1 A] ;dc ;ab
A.3. ALGEBRA
251
A.3 Algebra We consider only square matrices of the same dimension. 1. A and B are equal if aij = bij for all i; j = 1; 2; : : : ; m. 2. A + (B + C ) = (C + A) + B , etc. 3. sA = (saij ) where s is a scalar. 4. In general AB 6= BA. 5. Transpose equalities: (A + B )T = AT + B T (AT )T = A (AB )T = B T AT 6. Inverse equalities (if the inverse exists): (A;1);1 = A (AB );1 = B ;1 A;1 (AT );1 = (A;1 )T
7. Any matrix A can be expressed as the sum of a symmetric and a skew-symmetric matrix. Thus: A = 21 A + AT + 12 A ; AT
A.4 Eigensystems 1. The eigenvalue problem for a matrix A is de ned as A~x = ~x or [A ; I ]~x = 0 and the generalized eigenvalue problem, including the matrix B , as A~x = B~x or [A ; B ]~x = 0 2. If a square matrix with real elements is symmetric, its eigenvalues are all real. If it is asymmetric, they are all imaginary.
252APPENDIX A. USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA 3. Gershgorin's theorem: The eigenvalues of a matrix lie in the complex plane in the union of circles having centers located by the diagonals with radii equal to the sum of the absolute values of the corresponding o-diagonal row elements. 4. In general, an m m matrix A has n~x linearly independent eigenvectors with n~x m and n distinct eigenvalues (i) with n n~x m. 5. A set of eigenvectors is said to be linearly independent if a ~xm + b ~xn 6= ~xk ; m 6= n 6= k for any complex a and b and for all combinations of vectors in the set. 6. If A posseses m linearly independent eigenvectors then A is diagonalizable, i.e.,
X ;1AX = where X is a matrix whose columns are the eigenvectors, h i X = ~x1 ; ~x2; : : : ; ~xm and is the diagonal matrix
2 0 66 01 . . . = 66 .. . .2 . . 4. . .
03 ... 77 7 0 75 0 0 m If A can be diagonalized, its eigenvectors completely span the space, and A is said to have a complete eigensystem.
7. If A has m distinct eigenvalues, then A is always diagonalizable, and with each distinct eigenvalue there is one associated eigenvector, and this eigenvector cannot be formed from a linear combination of any of the other eigenvectors. 8. In general, the eigenvalues of a matrix may not be distinct, in which case the possibility exists that it cannot be diagonalized. If the eigenvalues of a matrix are not distinct, but all of the eigenvectors are linearly independent, the matrix is said to be derogatory, but it can still be diagonalized. 9. If a matrix does not have a complete set of linearly independent eigenvectors, it cannot be diagonalized. The eigenvectors of such a matrix cannot span the space and the matrix is said to have a defective eigensystem.
A.4. EIGENSYSTEMS
253
10. Defective matrices cannot be diagonalized but they can still be put into a compact form by a similarity transform, S , such that
2J 0 0 3 66 01 J . . . ... 77 7 J = S ;1AS = 66 .. . .2 . . 4 . . . 0 75 0 0 Jk
where there are k linearly independent eigenvectors and Ji is either a Jordan subblock or i. 11. A Jordan submatrix has the form
2 1 0 66 0i 1 i 66 Ji = 66 0 0 i 64 ... ... 0 0
0 3 ... ... ... 0
... 77 7 0 777 1 75 i
12. Use of the transform S is known as putting A into its Jordan Canonical form. A repeated root in a Jordan block is referred to as a defective eigenvalue. For each Jordan submatrix with an eigenvalue i of multiplicity r, there exists one eigenvector. The other r ; 1 vectors associated with this eigenvalue are referred to as principal vectors. The complete set of principal vectors and eigenvectors are all linearly independent. 13. Note that if P is the permutation matrix
2 3 0 0 1 P = 64 0 1 0 75 1 0 0
then
;
P T = P ;1 = P
2 3 2 3 1 0 0 0 P ;1 64 0 1 75 P = 64 1 0 75 0 0 0 1
14. Some of the Jordan subblocks may have the same eigenvalue. For example, the
254APPENDIX A. USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA matrix
3 2 2 1 1 66 64 1 1 75 66 1 66 1 66 1 1 66 1 66 2 1 64 2
is both defective and derogatory, having:
3
3 77 77 77 77 77 77 75
9 eigenvalues 3 distinct eigenvalues 3 Jordan blocks 5 linearly independent eigenvectors 3 principal vectors with 1 1 principal vector with 2
A.5 Vector and Matrix Norms 1. The spectral radius of a matrix A is symbolized by (A) such that
(A) = jm jmax where m are the eigenvalues of the matrix A. 2. A p-norm of the vector ~v is de ned as
0M 11=p X jjvjjp = @ jvj jpA j =1
3. A p-norm of a matrix A is de ned as
jjAvjjp jjAjjp = max x6=0 jjv jj p
A.5. VECTOR AND MATRIX NORMS
255
4. Let A and B be square matrices of the same order. All matrix norms must have the properties
jjAjj jjc Ajj jjA + B jj jjA B jj
0; jjAjj = 0 implies A = 0 = jcj jjAjj jjAjj + jjB jj jjAjj jjB jj
5. Special p-norms are jjAjj1 = maxj=1;;M PMi=1 jaij j maximum column sum
q T jjAjj2 = (A A ) jjAjj1 = maxi=1;2;;M PMj=1 jaij j maximum row sum where jjAjjp is referred to as the Lp norm of A. 6. In general (A) does not satisfy the conditions in 4, so in general (A) is not a true norm. 7. When A is normal, (A) is a true norm, in fact, in this case it is the L2 norm. 8. The spectral radius of A, (A), is the lower bound of all the norms of A.
256APPENDIX A. USEFUL RELATIONS AND DEFINITIONS FROM LINEAR ALGEBRA
Appendix B SOME PROPERTIES OF TRIDIAGONAL MATRICES B.1 Standard Eigensystem for Simple Tridiagonals In this work tridiagonal banded matrices are prevalent. It is useful to list some of their properties. Many of these can be derived by solving the simple linear dierence equations that arise in deriving recursion relations. Let us consider a simple tridiagonal matrix, i.e., a tridiagonal with constant scalar elements a,b, and c, see Section 3.4. If we examine the conditions under which the determinant of this matrix is zero, we nd (by a recursion exercise) det[B (M : a; b; c)] = 0 if p m b + 2 ac cos M + 1 = 0 ; m = 1; 2; ; M
From this it follows at once that the eigenvalues of B (a; b; c) are p m (B.1) m = b + 2 ac cos M + 1 ; m = 1; 2; ; M The right-hand eigenvector of B (a; b; c) that is associated with the eigenvalue m satis es the equation B (a; b; c)~xm = m~xm (B.2) and is given by j ; 1 ~xm = (xj )m = a 2 sin j m (B.3) c M + 1 ; m = 1; 2; ; M 257
258
APPENDIX B. SOME PROPERTIES OF TRIDIAGONAL MATRICES
These vectors are the columns of the right-hand eigenvector matrix, the elements of which are j ; 1 j = 1; 2; ; M X = (xjm) = ac 2 sin Mjm ; (B.4) m = 1; 2; ; M +1 Notice that if a = ;1 and c = 1, j ; 1 a 2 = ei j; 2 (B.5) c (
1)
The left-hand eigenvector matrix of B (a; b; c) can be written m ; 1 c 2 mj = 1; 2; ; M 2 ; X = M +1 a sin M + 1 ; m j = 1; 2; ; M In this case notice that if a = ;1 and c = 1 m ; 1 c 2 = e;i m; 2 a 1
(
1)
(B.6)
B.2 Generalized Eigensystem for Simple Tridiagonals This system is de ned as follows 2 32 32 x 3 2e f x 3 b c 6 7 6 7 6 x 777 666 d e f x 777 a b c 6 7 6 7 6 6 7 6 7 6 6 7 6 7 6 x 77 = 66 d e x 77 a b 6 7 6 7 6 . . . 6 7 6 7 6 7 6 . . . c 5 4 .. 5 4 . f 5 4 ... 75 4 a b xM d e xM In this case one can show after some algebra that det[B (a ; d; b ; e; c ; f ] = 0 (B.7) if q m b ; m e + 2 (a ; md)(c ; m f ) cos M + 1 = 0 ; m = 1; 2; ; M (B.8) If we de ne m = Mm ; p = cos m +1 m 1
1
2
2
3
3
B.3. THE INVERSE OF A SIMPLE TRIDIAGONAL
259
q
m = eb ; 2(cd + af )pm + 2pm (ec ; fb)(ea ; bd) + [(cd ; af )pm ] e ; 4fdpm The right-hand eigenvectors are #j ; 1 " 2 a ; d m = 1; 2; ; M m ~xm = sin [ j m] ; j = 1; 2; ; M c; f 2
2
2
2
m
These relations are useful in studying relaxation methods.
B.3 The Inverse of a Simple Tridiagonal The inverse of B (a; b; c) can also be written in analytic form. Let DM represent the determinant of B (M : a; b; c)
DM det[B (M : a; b; c)] De ning D to be 1, it is simple to derive the rst few determinants, thus D = 1 D = b D = b ; ac D = b ; 2abc (B.9) One can also nd the recursion relation DM = bDM ; ; acDM ; (B.10) Eq. B.10 is a linear OE the solution of which was discussed in Section 4.2. Its characteristic polynomial P (E ) is P (E ; bE + ac) and the two roots to P () = 0 result in the solution 8" p p " #M 9 < b + b ; 4ac #M = 1 b ; b ; 4 ac DM = p ; ; 2 2 b ; 4ac : M = 0; 1; 2; (B.11) where we have made use of the initial conditions D = 1 and D = b. In the limiting case when b ; 4ac = 0, one can show that 0
0 1
2
2
3
3
1
2
2
+1
2
2
2
0
2
DM = (M + 1) 2b
!M
1
; b = 4ac 2
+1
260
APPENDIX B. SOME PROPERTIES OF TRIDIAGONAL MATRICES
Then for M = 4
B; = 1
and for M = 5
B ;1 =
2 1 666 D4 4
D ;cD cD ;c D ;aD D D ;cD D c D a D ;aD D D D ;cD ;a D a D ;aD D 3
3
2 D4 6 3 1 666 ;a2aD D5 64 ;a3DD21
aD The general element dmn is 4
0
2
2
2
2
1
1
2
0
2
1
1
1
2
1
;cD
3
1
0
2
1
1
1
2
2
3 7 7 7 5
3
3 7 17 7 2 7 7 5 3
cD ;c D c D D D ;cD D c D D ;c D ;aD D D D ;cD D c D a D D ;aD D D D ;cD ;a D aD ;aD D 2
3
1
2
3
1
1
1 3
2
2
1
2
1
3
2
2
2
1
2
2
1
2
1
4
1
3
2
1
0
3
2
1
3
4
Upper triangle:
m = 1; 2; ; M ; 1 ; n = m + 1; m + 2; ; M dmn = Dm; DM ;n(;c)n;m =DM 1
Diagonal:
n = m = 1; 2; ; M dmm = DM ; DM ;m =DM 1
Lower triangle:
m = n + 1; n + 2; ; M ; n = 1; 2; ; M ; 1 dmn = DM ;mDn; (;a)m;n=DM 1
B.4 Eigensystems of Circulant Matrices B.4.1 Standard Tridiagonals
Consider the circulant (see Section 3.4.4) tridiagonal matrix
Bp(M : a; b; c; )
(B.12)
B.4. EIGENSYSTEMS OF CIRCULANT MATRICES
261
The eigenvalues are
m ; i(a ; c) sin 2m ; m = 0; 1; 2; ; M ; 1 m = b + (a + c) cos 2M M (B.13) The right-hand eigenvector that satis es Bp(a; b; c)~xm = m~xm is ~xm = (xj )m = ei j m=M ; j = 0; 1; ; M ; 1 (B.14) p where i ;1, and the right-hand eigenvector matrix has the form ij 2m 0; 1; ; M ; 1 X = (xjm) = e M ; mj = = 0; 1; ; M ; 1 The left-hand eigenvector matrix with elements x0 is 2 j ;im M ; m = 0; 1; ; M ; 1 X ; = (x0mj ) = M1 e j = 0; 1; ; M ; 1 Note that both X and X ; are symmetric and that X ; = M1 X , where X is the conjugate transpose of X . (2
)
1
1
1
B.4.2 General Circulant Systems
Notice the remarkable fact that the elements of the eigenvector matrices X and X ; for the tridiagonal circulant matrix given by eq. B.12 do not depend on the elements a; b; c in the matrix. In fact, all circulant matrices of order M have the same set of linearly independent eigenvectors, even if they are completely dense. An example of a dense circulant matrix of order M = 4 is 2 b b b b 3 6 b b b b 777 6 6 (B.15) 4 b b b b 5 b b b b The eigenvectors are always given by eq. B.14, and further examination shows that the elements in these eigenvectors correspond to the elements in a complex harmonic analysis or complex discrete Fourier series. Although the eigenvectors of a circulant matrix are independent of its elements, the eigenvalues are not. For the element indexing shown in eq. B.15 they have the general form MX ; m = bj ei jm=M 1
0
1
2
3
3
0
1
2
2
3
0
1
1
2
3
0
1
of which eq. B.13 is a special case.
j =0
(2
)
262
APPENDIX B. SOME PROPERTIES OF TRIDIAGONAL MATRICES
B.5 Special Cases Found From Symmetries
Consider a mesh with an even number of interior points such as that shown in Fig. B.1. One can seek from the tridiagonal matrix B (2M : a; b; a; ) the eigenvector subset that has even symmetry when spanning the interval 0 x . For example, we seek the set of eigenvectors ~xm for which 2 b 6 a 6 6 6 6 6 6 6 4
a b a a ...
32x 3 1 6 7 7 x 6 2 7 7 6 7 ... 77 6 7 6 7 7 6 7 . 7 . 6 7 7 . 7 76 6 a 5 4 x2 75
... a a b a b
x
2 3 x1 6 x2 777 6 6 ... 7 6 6 = m 66 .. 777 .7 6 6 7 4 x2 5
x
1
1
This leads to the subsystem of order M which has the form 2 6 6 6 6 6 6 6 6 6 6 4
3
b a 7 7 a b a 7 7 . . 7 . a ~ ~ ~xm = m~xm 7 B (M : a; b; a)xm = 7 ... a 7 7 a b a 75 a b+a
(B.16)
By folding the known eigenvectors of B (2M : a; b; a) about the center, one can show from previous results that the eigenvalues of eq. B.16 are
m = b + 2a cos (22mM;+1)1
!
; m = 1; 2; ; M
(B.17)
B.6. SPECIAL CASES INVOLVING BOUNDARY CONDITIONS
263
and the corresponding eigenvectors are ~xm = sin j (2m ; 1) ; 2M + 1 j = 1; 2; ; M
x=
Line of Symmetry
x =0
Imposing symmetry about the same interval but for a mesh with an odd number of points, see Fig. B.1, leads to the matrix 2 3 b a 6 7 a b a 6 7 6 7 . . 6 7 . a B (M : ~a; b; a) = 66 . . . a 777 6 6 4 a b a 75 2a b
~xm = sin j (2m ; 1) 2M
!
j0 = 1 2 3 4 5 M0 j= 1 2 3 M b. An odd{numbered mesh Figure B.1 { Symmetrical folds for special cases
By folding the known eigenvalues of B (2M ; 1 : a; b; a) about the center, one can show from previous results that the eigenvalues of eq. B.17 are
; 1) m = b + 2a cos (2m2M and the corresponding eigenvectors are
j0 = 1 2 3 4 5 6 M0 j= 1 2 3 M a. An even-numbered mesh Line of Symmetry x =0 x=
!
; m = 1; 2; ; M
; j = 1; 2; ; M
B.6 Special Cases Involving Boundary Conditions We consider two special cases for the matrix operator representing the 3-point central dierence approximation for the second derivative @ =@x at all points away from the boundaries, combined with special conditions imposed at the boundaries. 2
2
APPENDIX B. SOME PROPERTIES OF TRIDIAGONAL MATRICES
264
Note: In both cases
m = 1; 2; ; M j = 1; 2; ; M ;2 + 2 cos() = ;4 sin (=2) 2
When the boundary conditions are Dirichlet on both sides, 2 6 6 6 6 6 6 4
;2
1 1 ;2 1 1 ;2 1 1 ;2 1 1 ;2
3 7 7 7 7 7 7 5
m = ;2 h+2 cos Mim +1 ~xm = sin j m M +1
(B.18)
When one boundary condition is Dirichlet and the other is Neumann (and a diagonal preconditioner is applied to scale the last equation), 2 6 6 6 6 6 6 4
;2
1 1 ;2 1 1 ;2 1 1 ;2 1 1 ;1
3 7 7 7 7 7 7 5
m ~xm
(2 m ; 1) = ;2 + 2 cos 2M + 1 (2 m ; 1) = sin j 2M + 1
(B.19)
Appendix C THE HOMOGENEOUS PROPERTY OF THE EULER EQUATIONS The Euler equations have a special property that is sometimes useful in constructing numerical methods. In order to examine this property, let us rst inspect Euler's theorem on homogeneous functions. Consider rst the scalar case. If F (u; v) satis es the identity
F (u; v) = nF (u; v) (C.1) for a xed n, F is called homogeneous of degree n. Dierentiating both sides with respect to and setting = 1 (since the identity holds for all ), we nd u @F + v @F = nF (u; v) @u @v
(C.2)
F (Q) = nF (Q)
(C.3)
Consider next the theorem as it applies to systems of equations. If the vector F (Q) satis es the identity
for a xed n, F is said to be homogeneous of degree n and we nd "
#
@F Q = nF (Q) @q 265
(C.4)
266APPENDIX C. THE HOMOGENEOUS PROPERTY OF THE EULER EQUATIONS Now it is easy to show, by direct use of eq. C.3, that both E and F in eqs. 2.11 and 2.12 are homogeneous of degree 1, and their Jacobians, A and B , are homogeneous of degree 0 (actually the latter is a direct consequence of the former).1 This being the case, we notice that the expansion of the ux vector in the vicinity of tn which, according to eq. 6.105 can be written in general as,
E = En + An(Q ; Qn) + O(h2) F = Fn + Bn(Q ; Qn) + O(h2)
(C.5)
can be written
E = An Q + O(h2) F = BnQ + O(h2)
(C.6)
since the terms En ; AnQn and Fn ; BnQn are identically zero for homogeneous vectors of degree 1, see eq. C.4. Notice also that, under this condition, the constant term drops out of eq. 6.106. As a nal remark, we notice from the chain rule that for any vectors F and Q "
#
@F (Q) = @F @Q = A @Q @x @Q @x @x We notice also that for a homogeneous F of degree 1, F = AQ and "
#
@F = A @Q + @A Q @x @x @x
(C.7)
(C.8)
Therefore, if F is homogeneous of degree 1, "
#
@A Q = 0 @x in spite of the fact that individually [@A=@x] and Q are not equal to zero.
(C.9)
Note that this depends on the form of the equation of state. The Euler equations are homogeneous if the equation of state can be written in the form p = f (), where is the internal energy per unit mass. 1
Bibliography [1] D. Anderson, J. Tannehill, and R. Pletcher. Computational Fluid Mechanics and Heat Transfer. McGraw-Hill Book Company, New York, 1984. [2] C. Hirsch. Numerical Computation of Internal and External Flows, volume 1,2. John Wiley & Sons, New York, 1988.
267