We will now investigate the Boundary Element Method (BEM) for the solution of partial differential equations. This is discussed in Chapters 3 of the FEM/BEM Notes.
The first problem we will consider is that of solving Laplace's equation inside a circle. Run through example_321. You will need to:
  
We will now compare the BEM to that of the familiar Finite Element Method (FEM).
First run through the FEM simulation using example_312. Then run through example_324, the BEM simulation.
   
Compare the values of temperature obtained on the outer circle and the values of flux obtained on the inner circle. How are the values of flux on the inner circle from the BEM related to those obtained using the FEM?
We will now investigate the problem of finding the steady state water distribution arising from a water filled cylindrical cavity buried deep underground in a porous medium. This is a classic example were the BEM is more appropriate for the problem. If the FEM were to be used, the entire solution domain (i.e. all of underground) would have to be modelled and meshed. Using the BEM, only the boundary of the domain (i.e. the boundary of the underground cavity) needs to be discretised.
The governing equation for this problem is the modified Helmholtz equation, i.e. del-squared *H* = *s*^2 *H*, where *s* is the non-dimensionalised radius of the cavity, and *H* is the dependent variable related to the saturation of the soil.
In this case, *H* = *t* exp {*s* *y*} where *t* is the saturation of the soil (i.e. *t* = 0 when the soil is dry and *t* = 1 when the soil is fully saturated with water), and *y* is the vertical distance (measured downwards i.e. in the direction of gravity) from the center of the circular cavity. The boundary conditions are thus *t* = 1 around the cavity (or rather the equivalent in terms of the solution variable *H* = exp {*s* *y*} ) and *t* = *H* = 0 at infinity.
Run through example_325 to solve this problem.
Tutorial 6 Quiz | [Tutorial 5]