Partial Differential Equations Introduction – Deng Li Discretization Methods –Chunfang Chen, Danny Thorne, Adam Zornes CS521 Feb.,7, 2006.

Slides:



Advertisements
Similar presentations
Chapter 8 Elliptic Equation.
Advertisements

PHY 042: Electricity and Magnetism Laplace’s equation Prof. Hugo Beauchemin 1.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Part Eight Partial Differential Equations.
1cs542g-term Notes  No extra class tomorrow.
Total Recall Math, Part 2 Ordinary diff. equations First order ODE, one boundary/initial condition: Second order ODE.
ECE602 BME I Partial Differential Equations in Biomedical Engineering.
AE/ME 339 Computational Fluid Dynamics (CFD) K. M. Isaac Professor of Aerospace Engineering.
Math for CSLecture 121 Partial Differential Equations Boundary Value Problems.
Partial Differential Equations
PDEs: General classification
PARTIAL DIFFERENTIAL EQUATIONS
1 Chapter 9 NUMERICAL SOLUTION OF PARTIAL DIFFERENTIAL EQUATIONS.
Partial differential equations Function depends on two or more independent variables This is a very simple one - there are many more complicated ones.
Numerical Methods for Partial Differential Equations
Mat-F February 21, 2005 Separation of variables Åke Nordlund Niels Obers, Sigfus Johnsen / Anders Svensson Kristoffer Hauskov Andersen Peter Browne Rønne.
Types of Governing equations
COMPUTATIONAL MODELING FOR ENGINEERING MECN 6040 Professor: Dr. Omar E. Meza Castillo Department.
1 Numerical Integration of Partial Differential Equations (PDEs)
CISE301: Numerical Methods Topic 9 Partial Differential Equations (PDEs) Lectures KFUPM (Term 101) Section 04 Read & CISE301_Topic9.
SE301: Numerical Methods Topic 9 Partial Differential Equations (PDEs) Lectures KFUPM Read & CISE301_Topic9 KFUPM.
Numerical methods for PDEs PDEs are mathematical models for –Physical Phenomena Heat transfer Wave motion.
1 Numerical Methods and Software for Partial Differential Equations Lecturer:Dr Yvonne Fryer Time:Mondays 10am-1pm Location:QA210 / KW116 (Black)
Hyperbolic PDEs Numerical Methods for PDEs Spring 2007 Jim E. Jones.
CIS888.11V/EE894R/ME894V A Case Study in Computational Science & Engineering Partial Differential Equations - Background Physical problems are governed.
Partial Differential Equations Introduction –Adam Zornes, Deng Li Discretization Methods –Chunfang Chen, Danny Thorne, Adam Zornes.
Scientific Computing Partial Differential Equations Poisson Equation.
Partial Differential Equations Finite Difference Approximation.
1 Discretization of Fluid Models (Navier Stokes) Dr. Farzad Ismail School of Aerospace and Mechanical Engineering Universiti Sains Malaysia Nibong Tebal.
Math 3120 Differential Equations with Boundary Value Problems
Boyce/DiPrima 9 th ed, Ch 10.8: Laplace’s Equation Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce and.
MA2213 Lecture 11 PDE. Topics Introduction p Poisson equation p Visualization of numerical results p Boundary conditions p.
Solving an elliptic PDE using finite differences Numerical Methods for PDEs Spring 2007 Jim E. Jones.
1 EEE 431 Computational Methods in Electrodynamics Lecture 3 By Dr. Rasime Uyguroglu.
Introduction to PDE classification Numerical Methods for PDEs Spring 2007 Jim E. Jones References: Partial Differential Equations of Applied Mathematics,
Introduction to Numerical Methods for ODEs and PDEs Lectures 1 and 2: Some representative problems from engineering science and classification of equation.
Engineering Analysis – Computational Fluid Dynamics –
Chapter 4 : Solution of Electrostatic ProblemsLecture 8-1 Static Electromagnetics, 2007 SpringProf. Chang-Wook Baek Chapter 4. Solution of Electrostatic.
Numerical methods 1 An Introduction to Numerical Methods For Weather Prediction by Mariano Hortal office 122.
Discretization for PDEs Chunfang Chen,Danny Thorne Adam Zornes, Deng Li CS 521 Feb., 9,2006.
Partial Derivatives bounded domain Its boundary denoted by
Partial Derivatives Example: Find If solution: Partial Derivatives Example: Find If solution: gradient grad(u) = gradient.
1 Chapter 1 Introduction to Differential Equations 1.1 Introduction The mathematical formulation problems in engineering and science usually leads to equations.
Math 445: Applied PDEs: models, problems, methods D. Gurarie.
Boundary-Value Problems in Rectangular Coordinates
Chapter 1 Partial Differential Equations
Differential Equations Linear Equations with Variable Coefficients.
Differential Equations
9 Nov B - Introduction to Scientific Computing1 Sparse Systems and Iterative Methods Paul Heckbert Computer Science Department Carnegie Mellon.
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
Department of Mathematics Numerical Solutions to Partial Differential Equations Ch 12. Applied mathematics. Korea University.
Laplace and Earnshaw1 Laplace Potential Distribution and Earnshaw’s Theorem © Frits F.M. de Mul.
Introduction to Symmetry Analysis Brian Cantwell Department of Aeronautics and Astronautics Stanford University Chapter 1 - Introduction to Symmetry.
Part 8 - Chapter 29.
I- Computational Fluid Dynamics (CFD-I)
Boundary-Value Problems in Rectangular Coordinates
Christopher Crawford PHY
Boyce/DiPrima 10th ed, Ch 10.8: Laplace’s Equation Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
CHAPTER 3 NUMERICAL METHODS.
Green’s functions/fundamental solutions
Introduction to Partial Differential Equations
PDEs and Examples of Phenomena Modeled
Christopher Crawford PHY
Finite Difference Method
ME/AE 339 Computational Fluid Dynamics K. M. Isaac Topic2_PDE
Brief introduction to Partial Differential Equations (PDEs)
Partial Differential Equations
topic4: Implicit method, Stability, ADI method
topic16_cylinder_flow_relaxation
Second Order-Partial Differential Equations
Presentation transcript:

Partial Differential Equations Introduction – Deng Li Discretization Methods –Chunfang Chen, Danny Thorne, Adam Zornes CS521 Feb.,7, 2006

What do You Stand For? A PDE is a Partial Differential Equation This is an equation with derivatives of at least two variables in it. In general, partial differential equations are much more difficult to solve analytically than are ordinary differential equations

What Does a PDE Look Like Let u be a function of x and y. There are several ways to write a PDE, e.g., –u x + u y = 0 –  u/  x +  u/  y = 0

The Baskin Robin’s esq Characterization of PDE’s The order is determined by the maximum number of derivatives of any term. Linear/Nonlinear –A nonlinear PDE has the solution times a partial derivative or a partial derivative raised to some power in it Elliptic/Parabolic/Hyperbolic

Six One Way Say we have the following: Au xx + Bu xy + Cu yy + Du x + Eu y + F = 0. Look at B 2 - 4AC – < 0 elliptic – = 0 parabolic – > 0 hyperbolic

Or Half a Dozen Another A general linear PDE of order 2: Assume symmetry in coefficients so that A = [aij] is symmetric. Eig(A) are real. Let P and Z denote the number of positive and zero eigenvalues of A. –Elliptic: Z = 0 and P = n or Z = 0 and P = 0.. –Parabolic: Z > 0 (det(A) = 0). –Hyperbolic: Z=0 and P = 1 or Z = 0 and P = n-1. –Ultra hyperbolic: Z = 0 and 1 < P < n-1.

Elliptic, Not Just For Exercise Anymore Elliptic partial differential equations have applications in almost all areas of mathematics, from harmonic analysis to geometry to Lie theory, as well as numerous applications in physics. The basic example of an elliptic partial differential equation is Laplace’s Equation –u xx - u yy = 0

The Others The heat equation is the basic Hyperbolic –u t - u xx - u yy = 0 The wave equations are the basic Parabolic –u t - u x - u y = 0 –u tt - u xx - u yy = 0 Theoretically, all problems can be mapped to one of these

What Happens Where You Can’t Tell What Will Happen Types of boundary conditions –Dirichlet: specify the value of the function on a surface –Neumann: specify the normal derivative of the function on a surface –Robin: a linear combination of both Initial Conditions

Is It Worth the Effort? Basically, is it well-posed? –A solution to the problem exists. –The solution is unique. –The solution depends continuously on the problem data. In practice, this usually involves correctly specifying the boundary conditions

Why Should You Stay Awake for the Remainder of the Talk? Enormous application to computational science, reaching into almost every nook and cranny of the field including, but not limited to: physics, chemistry, etc.

Example Laplace’s equation involves a steady state in systems of electric or magnetic fields in a vacuum or the steady flow of incompressible non-viscous fluids Poisson’s equation is a variation of Laplace when an outside force is applied to the system

Poisson Equation in 2D

Example: CFD