<p><i>Numerical Methods for Partial Differential Equations: Finite Difference and Finite Volume Methods</i> focuses on two popular deterministic methods for solving partial differential equations (PDEs), namely finite difference and finite volume methods. The solution of PDEs can be very challenging
Numerical Methods for Partial Differential Equations: Finite Difference and Finite Volume Methods
โ Scribed by Sandip Mazumder Ph.D
- Publisher
- Elsevier AP;Academic Press
- Year
- 2016
- Tongue
- English
- Leaves
- 466
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Numerical Methods for Partial Differential Equations: Finite Difference and Finite Volume Methods focuses on two popular deterministic methods for solving partial differential equations (PDEs), namely finite difference and finite volume methods. The solution of PDEs can be very challenging, depending on the type of equation, the number of independent variables, the boundary, and initial conditions, and other factors. These two methods have been traditionally used to solve problems involving fluid flow.
For practical reasons, the finite element method, used more often for solving problems in solid mechanics, and covered extensively in various other texts, has been excluded. The book is intended for beginning graduate students and early career professionals, although advanced undergraduate students may find it equally useful.
The material is meant to serve as a prerequisite for students who might go on to take additional courses in computational mechanics, computational fluid dynamics, or computational electromagnetics. The notations, language, and technical jargon used in the book can be easily understood by scientists and engineers who may not have had graduate-level applied mathematics or computer science courses.
- Presents one of the few available resources that comprehensively describes and demonstrates the finite volume method for unstructured mesh used frequently by practicing code developers in industry
- Includes step-by-step algorithms and code snippets in each chapter that enables the reader to make the transition from equations on the page to working codes
- Includes 51 worked out examples that comprehensively demonstrate important mathematical steps, algorithms, and coding practices required to numerically solve PDEs, as well as how to interpret the results from both physical and mathematic perspectives
โฆ Table of Contents
Content: Introduction to Numerical Methods for Solving Differential EquationsThe Finite Difference Method (FDM)Solution to System of Linear Algebraic EquationsStability and Convergence of Iterative SolversTreatment of Time Derivative (Parabolic and Hyperbolic PDEs)The Finite Volume Method (FVM)Unstructured Finite Volume MethodMiscellaneous Topics Appendix A: Useful Relationships in Matrix Algebra Appendix B: Useful Relationships in Vector Calculus Appendix C: Tensor Notations and Useful Relationships
โฆ Subjects
Differential equations, Partial -- Numerical solutions;Finite-Volumen-Methode;Finite-Differenzen-Methode;Partielle Differentialgleichung
๐ SIMILAR VOLUMES
This is a book that approximates the solution of parabolic, first order hyperbolic and systems of partial differential equations using standard finite difference schemes (FDM). The theory and practice of FDM is discussed in detail and numerous practical examples (heat equation, convection-diffusion)
This is a book that approximates the solution of parabolic, first order hyperbolic and systems of partial differential equations using standard finite difference schemes (FDM). The theory and practice of FDM is discussed in detail and numerous practical examples (heat equation, convection-diffusion)
<p>This text will be divided into two books which cover the topic of numerical partial differential equations. Of the many different approaches to solving partial differential equations numerically, this book studies difference methods. Written for the beginning graduate student, this text offers a
Substantially revised, this authoritative study covers the standard finite difference methods of parabolic, hyperbolic, and elliptic equations, and includes the concomitant theoretical work on consistency, stability, and convergence. The new edition includes revised and greatly expanded sections on