1/30/2016 1 Elliptic Partial Differential Equations – Lieberman Method – Part 1 of 2 Elliptic Partial Differential.

Slides:



Advertisements
Similar presentations
Numerical Methods Fourier Transform Pair Part: Frequency and Time Domain
Advertisements

EngageNY.org ©2012 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Parabolic Partial Differential Equations
ESE Einführung in Software Engineering N. XXX Prof. O. Nierstrasz Fall Semester 2009.
ESE Einführung in Software Engineering X. CHAPTER Prof. O. Nierstrasz Wintersemester 2005 / 2006.
PARTIAL DIFFERENTIAL EQUATIONS
Metamodeling Seminar X. CHAPTER Prof. O. Nierstrasz Spring Semester 2008.
ESE Einführung in Software Engineering X. CHAPTER Prof. O. Nierstrasz Wintersemester 2005 / 2006.
25 September 2007 KKKQ 3013 PENGIRAAN BERANGKA Week 12 – Partial Differential Equations 25 September am – 9.00 am.
N. XXX Prof. O. Nierstrasz Thanks to Jens Palsberg and Tony Hosking for their kind permission to reuse and adapt the CS132 and CS502 lecture notes.
EngageNY.org ©2012 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
OORPT Object-Oriented Reengineering Patterns and Techniques X. CHAPTER Prof. O. Nierstrasz.
CP — Concurrent Programming X. CHAPTER Prof. O. Nierstrasz Wintersemester 2005 / 2006.
12. eToys. © O. Nierstrasz PS — eToys 12.2 Denotational Semantics Overview:  … References:  …
SWOT Analysis Strengths Weaknesses SWOT Opportunities Threats.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Part 81 Partial.
Numerical Methods Newton’s Method for One - Dimensional Optimization - Theory
Numerical Methods Golden Section Search Method - Theory
Numerical Methods Due to the increasing complexities encountered in the development of modern technology, analytical solutions usually are not available.
Numerical Methods Discrete Fourier Transform Part: Discrete Fourier Transform
9/7/ Gauss-Siedel Method Chemical Engineering Majors Authors: Autar Kaw Transforming.
Elliptic Partial Differential Equations - Introduction
Numerical Methods Part: Cholesky and Decomposition
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 111.
Numerical Methods Part: Simpson Rule For Integration.
Numerical Methods Fast Fourier Transform Part: Informal Development of Fast Fourier Transform
©2013 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Numerical Methods Multi Dimensional Direct Search Methods - Theory
© 2015 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
Numerical Methods Fast Fourier Transform Part: Theoretical Development of Fast Fourier Transform
Numerical Methods Continuous Fourier Series Part: Continuous Fourier Series
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 8 - Chapter 29.
11/17/ Introduction to Partial Differential Equations Transforming Numerical.
Numerical Methods Part: False-Position Method of Solving a Nonlinear Equation
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3- Chapter 12 Iterative Methods.
© 2014 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
Your logo here Click to edit Master title style. Insert your slogan here 2 Master text styles –Second level Third level –Fourth level »Fifth level Customize.
Numerical Methods Newton’s Method for One - Dimensional Optimization - Theory
© 2014 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
Numerical Methods Multidimensional Gradient Methods in Optimization- Theory
Elliptic PDEs and Solvers
2/13/ Elliptic Partial Differential Equations - Introduction Transforming.
Mechanical Engineering Majors Authors: Autar Kaw
Images of pesticides By: Leslie London, University of Cape Town This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5.
Linear Systems Numerical Methods. 2 Jacobi Iterative Method Choose an initial guess (i.e. all zeros) and Iterate until the equality is satisfied. No guarantee.
Numerical Methods Part: False-Position Method of Solving a Nonlinear Equation
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
Insert the title of your presentation here Insert the subtitle of your presentation here.
Numerical Methods Multidimensional Gradient Methods in Optimization- Example
EngageNY.org ©2012 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
© 2015 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
1 Gauss-Seidel Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis Applied Numerical Method for Engineers Chapter 11.
Relaxation Methods in the Solution of Partial Differential Equations
Part 8 - Chapter 29.
Technological Design VS Engineering Design
Morning Reflections / Today’s objectives
Numerical Methods Multi Dimensional Direct Search Methods - Example
Discussion and Conclusion
Numerical Methods Part: Cholesky and Decomposition
Pre and post workshop assessments
E-resource evaluation tips
FOTW Worksheet Slides Christopher Penn, Financial Aid Podcast Student Loan Network.
Elliptic Partial Differential Equations – Direct Method
Chapter 1: False-Position Method of Solving a Nonlinear Equation
Elliptic Partial Differential Equations – Gauss-Seidel Method
Numerical Methods Golden Section Search Method - Example
Numerical Methods Newton’s Method for One -Dimensional Optimization - Example
Numerical Methods on Partial Differential Equation
This material is based upon work supported by the National Science Foundation under Grant #XXXXXX. Any opinions, findings, and conclusions or recommendations.
Electronic resources in Rongo University college
Presentation transcript:

1/30/ Elliptic Partial Differential Equations – Lieberman Method – Part 1 of 2 Elliptic Partial Differential Equations – Lieberman Method – Part 1 of 2 Transforming Numerical Methods Education for STEM Undergraduates

For more details on this topic  Go to  Click on Keyword  Click on Elliptic Partial Differential Equations

You are free to Share – to copy, distribute, display and perform the work to Remix – to make derivative works

Under the following conditions Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). Noncommercial — You may not use this work for commercial purposes. Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Physical Example of an Elliptic PDE

Discretizing the Elliptic PDE

The Gauss-Seidel Method Recall the discretized equation This can be rewritten as For the Gauss-Seidel Method, this equation is solved iteratively for all interior nodes until a pre-specified tolerance is met.

The Lieberman Method Recall the equation used in the Gauss- Siedel Method If the Guass-Siedel Method is guaranteed to converge, we can accelerate the process by using over- relaxation. In this case,

THE END

This instructional power point brought to you by Numerical Methods for STEM undergraduate Committed to bringing numerical methods to the undergraduate Acknowledgement

For instructional videos on other topics, go to This material is based upon work supported by the National Science Foundation under Grant # Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

The End - Really

1/30/ Elliptic Partial Differential Equations – Lieberman Method – Part 2 of 2 Elliptic Partial Differential Equations – Lieberman Method – Part 2 of 2 Transforming Numerical Methods Education for STEM Undergraduates

For more details on this topic  Go to  Click on Keyword  Click on Elliptic Partial Differential Equations

You are free to Share – to copy, distribute, display and perform the work to Remix – to make derivative works

Under the following conditions Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). Noncommercial — You may not use this work for commercial purposes. Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Example: Lieberman Method Consider a plate that is subjected to the boundary conditions shown below. Find the temperature at the interior nodes using a square grid with a length of. Use a weighting factor of 1.4 in the Lieberman method. Assume the initial temperature guess at all interior nodes to be 0 o C.

Example: Lieberman Method We can discretize the plate by taking

Example: Lieberman Method We can also develop equations for the boundary conditions to define the temperature of the exterior nodes.

Example: Lieberman Method Solve for the temperature at each interior node using the rewritten discretized Laplace equation from the Gauss-Siedel method. Apply the over relaxation equation using temperatures from previous iteration. i=1 and j=1 Iteration #1

Example: Lieberman Method Iteration #1 i=1 and j=2

Example: Lieberman Method After the first iteration the temperatures are as follows. These will be used as the nodal temperatures during the second iteration.

Example: Lieberman Method i=1 and j=1 Iteration #2

Example: Lieberman Method Iteration #2 i=1 and j=2

Example: Lieberman Method The figures below show the temperature distribution and absolute relative error distribution in the plate after two iterations: Temperature Distribution Absolute Relative Approximate Error Distribution

Example: Lieberman Method Node Temperature Distribution in the Plate (°C) Number of Iterations

THE END

This instructional power point brought to you by Numerical Methods for STEM undergraduate Committed to bringing numerical methods to the undergraduate Acknowledgement

For instructional videos on other topics, go to This material is based upon work supported by the National Science Foundation under Grant # Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

The End - Really