Boundary Value Problems and Boundary Conditions

Laplace and Poisson equations are elliptic partial differential equations and occur in many practical situations such as inviscid flow (also called potential flow or ideal fluid flow), heat conduction, mass diffusion etc. These equations are boundary value problems applied over multi-dimensions.

The corner node may be associated partly to the plane parallel to the y axis and partly to the plane parallel to the x axis. We may assume that the Robin condition is the mean of the two. Ghost nodes are used to simplify the implementation of boundary conditions at corners by introducing additional points that allow for a more accurate numerical approximation of mixed or Robin conditions.

The wave equation typically requires initial-value or initial/boundary-value problems. Unlike the heat equation, which needs only one initial condition, the wave equation, being second order in time, requires two initial conditions:

  • the initial transverse displacement \( u(x,0) \)
  • the initial transverse velocity \( u_t(x,0) \)
Boundary conditions depend on the physical setup: Dirichlet boundary conditions occur when the string is fixed at both ends, meaning \( u = 0 \) at these points. Neumann boundary conditions specify the derivative of \( u \) at the boundary, which is relevant for certain acoustic wave problems.

BoundaryComputationDomain BoundaryRobinGhost BoundaryWaveLaplace

1 Analysis in Mechanical Engineering. FAMU-FSU College of Engineering.

2 Computational Methods in Engineering. S.P. Venkateshan and Prasanna Swaminathan. 2014. Chapter 13 - Laplace and Poisson Equations.