MATH76110/26/2018

Homework05: Elliptic problems - Finite element methods

We consider the steady-state version of the problem in Homework02, solve the resulting Helmoholtz equation using a finite element method, and compare with the analytical solution obtained by sepration of variables.

Problem.

    Wave scattering by an elastic sphere submerged in an incompressible fluid is described by the equation

    ρ2𝒖/t2=(λ+2μ)(𝒖)-μ×(×𝒖) (1)

    where:

    Elastic media sustain two types of waves:

    Consider a plane pressure wave p(t)=Psin(ωt), entering a cube of side a=8m filled with water (ρ=1000 kg/m3, cp=1500 m/s, cs=0) containing a steel sphere of radius r=1m (ρ=7700 kg/m3, cp=6000 m/s, cs=3200 m/s) (Fig. 1)

    Figure 1. Schematic of sphere scattering problem

    Consider the Helmoholtz decomposition 𝒖=-Ψ+×𝑨. The time evolution equations for Ψ,𝑨=(0,0,A) are

    Ψtt-cp22Ψ=0,Att-cs22A=0.

    Looking for solutions of form (Ψ,A)=(ψ,a)exp(iωt) leads to the Helmholtz equations

    (2+k2)ψ=0,(2+l2)a=0,k=cp/ω,l=cs/ω.

    The above formulations are solved in the same cases considered in Homework04

    1. Solve the above Helmholtz problems in 2D plane geometry using FreeFEM.

    2. As above, scattering around a cylinder.

    3. As above, scattering around a sphere.