“Science is the differential calculus of the mind. Art the integral calculus; they may be beautiful when apart, but are greatest only when combined.”
– Ronald RossKey Learning Objectives
• Learning some basics of partial differential equation (PDE)
• Knowing several finite difference methods for PDE
• Solving parabolic, hyperbolic and elliptic PDEs
• Developing solution methodology with the use of global index
• Numerically solving various linear and non-linear process examples
INTRODUCTION
There are many systems which are typically modeled with more than one independent variable [e.g., space (x) and time (t)] to characterize their states. These models thus contain partial derivatives and are constituted with partial differential equations (PDEs). Indeed, the PDEs are used to describe a wide variety of phenomena, such as heat, diffusion, fluid dynamics, gravitation, quantum mechanics, sound, elasticity, among others.
Let us consider a general form of a linear PDE, which has two independent variables, namely x and y, as:
Here, u is the dependent variable. Obviously, this is a second-order PDE.
Rewriting,
Note that here, A, B, C, D, E, F, G and are all functions of x and y, not of u or its derivatives.
BASIC DIFFERENCES BETWEEN ODE AND PDE
A couple of basic differences between the ODE and PDE are highlighted in Table 6.1.
Note that in this chapter, we will confine ourselves mostly to two-dimensional (2D) differential systems, which have two independent variables (i.e., either time and space or two spatial dimensions). However, we will also have a few cases with three independent variables (see, for example, Section 6.10), namely time and two spatial dimensions.
INTIAL AND BOUNDARY CONDITIONS
The partial differential equation systems often include derivative terms on spatial variables. In many cases, time derivative term is also additionally contained. For example, along with a second-order derivative with respect to space variable, the PDE may contain a first-order time derivative as:
For such a case, along with two boundary conditions (BCs), an initial condition (IC) needs to be prescribed. It thus becomes clear that we specify one IC for a first-order time derivative contained in a PDE, two ICs for a second-order time derivative, and so on.