1 / 66

CISE301: Numerical Methods Topic 9 Partial Differential Equations (PDEs) Lectures 37-39

CISE301: Numerical Methods Topic 9 Partial Differential Equations (PDEs) Lectures 37-39. KFUPM (Term 101) Section 04 Read 29.1-29.2 & 30.1-30.4. L ecture 37 Partial Differential Equations. Partial Differential Equations (PDEs). What is a PDE? Examples of Important PDEs.

lpressley
Télécharger la présentation

CISE301: Numerical Methods Topic 9 Partial Differential Equations (PDEs) Lectures 37-39

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CISE301: Numerical MethodsTopic 9Partial Differential Equations (PDEs)Lectures 37-39 KFUPM (Term 101) Section 04 Read 29.1-29.2 & 30.1-30.4

  2. Lecture 37Partial Differential Equations Partial Differential Equations (PDEs). What is a PDE? Examples of Important PDEs. Classification of PDEs.

  3. Partial Differential Equations A partial differential equation (PDE) is an equation that involves an unknown function and its partial derivatives.

  4. Notation

  5. Linear PDEClassification

  6. Representing the Solution of a PDE(Two Independent Variables) • Three main ways to represent the solution T=5.2 t1 T=3.5 x1 Different curves are used for different values of one of the independent variable Three dimensional plot of the function T(x,t) The axis represent the independent variables. The value of the function is displayed at grid points

  7. Heat Equation Different curve is used for each value of t ice ice Temperature Temperature at different x at t=0 x Thin metal rod insulated everywhere except at the edges. At t =0 the rod is placed in ice Position x Temperature at different x at t=h

  8. Examples of PDEs PDEs are used to model many systems in many different fields of science and engineering. Important Examples: • Laplace Equation • Heat Equation • Wave Equation

  9. Laplace Equation Used to describe the steady state distribution of heat in a body. Also used to describe the steady state distribution of electrical charge in a body.

  10. Heat Equation The function u(x,y,z,t)is used to represent the temperature at time t in a physical body at a point with coordinates (x,y,z) is the thermal diffusivity. It is sufficient to consider the case  = 1.

  11. Simpler Heat Equation x T(x,t)is used to represent the temperature at time t at the point x of the thin rod.

  12. Wave Equation The function u(x,y,z,t) is used to represent the displacement at time t of a particle whose position at rest is (x,y,z) . The constant c represents the propagation speed of the wave.

  13. Classification of PDEs Linear Second order PDEs are important sets of equations that are used to model many systems in many different fields of science and engineering. Classification is important because: • Each category relates to specific engineering problems. • Different approaches are used to solve these categories.

  14. Linear Second Order PDEsClassification

  15. Linear Second Order PDEExamples (Classification)

  16. Linear Second Order PDEExamples (Classification)

  17. Boundary Conditions for PDEs • To uniquely specify a solution to the PDE, a set of boundary conditions are needed. • Both regular and irregular boundaries are possible. t region of interest x 1

  18. The Solution Methods for PDEs • Analytic solutions are possible for simple and special (idealized) cases only. • To make use of the nature of the equations, different methods are used to solve different classes of PDEs. • The methods discussed here are based on the finite difference technique.

  19. Lecture 38Parabolic Equations Parabolic Equations Heat Conduction Equation Explicit Method Implicit Method Cranks Nicolson Method

  20. Parabolic Equations

  21. Parabolic Problems ice ice x

  22. Finite Difference Methods • Divide the interval x into sub-intervals, each of width h • Divide the interval t into sub-intervals, each of width k • A grid of points is used for the finite difference solution • Ti,j represents T(xi, tj) • Replace the derivates by finite-difference formulas t x

  23. Finite Difference Methods

  24. Solution of the Heat Equation • Two solutions to the Parabolic Equation (Heat Equation) will be presented: • 1. Explicit Method: • Simple, Stability Problems. • 2. Crank-Nicolson Method: • Involves the solution of a Tridiagonal system of equations, Stable.

  25. Explicit Method

  26. Explicit MethodHow Do We Compute? T(x,t+k) T(x-h,t) T(x,t) T(x+h,t)

  27. Convergence and Stability

  28. Convergence and Stability of the Solution • Convergence The solutions converge means that the solution obtained using the finite difference method approaches the true solution as the steps approach zero. • Stability: An algorithm is stable if the errors at each stage of the computation are not magnified as the computation progresses.

  29. Example 1: Heat Equation ice ice x

  30. Example 1

  31. Example 1 0 0 t=1.0 0 0 t=0.75 t=0.5 0 0 t=0.25 0 0 0 0 t=0 Sin(0.25π) Sin(0. 5π) Sin(0.75π) x=0.0 x=1.0 x=0.25 x=0.5 x=0.75

  32. Example 1 0 0 t=1.0 0 0 t=0.75 t=0.5 0 0 t=0.25 0 0 0 0 t=0 Sin(0.25π) Sin(0. 5π) Sin(0.75π) x=0.0 x=1.0 x=0.25 x=0.5 x=0.75

  33. Example 1 0 0 t=1.0 0 0 t=0.75 t=0.5 0 0 t=0.25 0 0 0 0 t=0 Sin(0.25π) Sin(0. 5π) Sin(0.75π) x=0.0 x=1.0 x=0.25 x=0.5 x=0.75

  34. Remarks on Example 1

  35. Example 1 – cont’d 0 0 t=0.10 0 0 t=0.075 t=0.05 0 0 t=0.025 0 0 0 0 t=0 Sin(0.25π) Sin(0. 5π) Sin(0.75π) x=0.0 x=1.0 x=0.25 x=0.5 x=0.75

  36. Example 1 – cont’d 0 0 t=0.10 0 0 t=0.075 t=0.05 0 0 t=0.025 0 0 0 0 t=0 Sin(0.25π) Sin(0. 5π) Sin(0.75π) x=0.0 x=1.0 x=0.25 x=0.5 x=0.75

  37. Example 1 – cont’d 0 0 t=0.10 0 0 t=0.075 t=0.05 0 0 t=0.025 0 0 0 0 t=0 Sin(0.25π) Sin(0. 5π) Sin(0.75π) x=0.0 x=1.0 x=0.25 x=0.5 x=0.75

  38. Crank-Nicolson Method

  39. Crank-Nicolson Method

  40. Crank-Nicolson Method

  41. Crank-Nicolson Method u(x-h,t) u(x,t) u(x+h,t) u(x,t - k)

  42. Crank-Nicolson Method

  43. Crank-Nicolson Method

  44. Crank-Nicolson Method

  45. Example 2

  46. Example 2Crank-Nicolson Method

  47. Example 2 u1,4 u2,4 u3,4 0 0 t4=1.0 u1,3 u2,3 u3,3 0 0 t3=0.75 u1,2 u2,2 u3,2 t2=0.5 0 0 u1,1 u2,1 u3,1 t1=0.25 0 0 0 0 t0=0 Sin(0.25π) Sin(0. 5π) Sin(0.75π) x1=0.25 x3=0.75 x0=0.0 x2=0.5 x4=1.0

  48. Example 2Solution of Row 1 at t1=0.25 sec

  49. Example 2: Second Row at t2=0.5 sec u1,4 u2,4 u3,4 0 0 t4=1.0 u1,3 u2,3 u3,3 0 0 t3=0.75 u1,2 u2,2 u3,2 t2=0.5 0 0 u1,1 u2,1 u3,1 t1=0.25 0 0 0 0 t0=0 Sin(0.25π) Sin(0. 5π) Sin(0.75π) x1=0.25 x3=0.75 x0=0.0 x2=0.5 x4=1.0

  50. Example 2Solution of Row 2 at t2=0.5 sec

More Related