MATH76109/21/2018

Homework04: Hyperbolic equations - Finite volume methods

Having carried out preparatory work in Homework03, we consider the same problem as in Homework02, but solve it using a finite volume method, and compare solutions.

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

    1. First consider the 2D plane geometry variant of the problem. State (1) as a system 𝒒t+𝑨𝒒x+𝑩𝒒y=0, with 𝒗=(v1,v2,0)=𝒖t the displacement velocity, plane strain conditions

      v3=0,𝒗x3=0,𝝈x3=0

      and using the Hookean constitutive relation σij=λuk,kδij+μ(ui,j+uj,i) whose time derivative gives σij,t=λvk,kδi+μ(vi,j+vj,i), 𝒒=( σ11 σ22 σ33 σ12 v1 v2 )T. Write 𝑨,𝑩 and determine their eigenstructure. Solve the problem using Bearclaw.

    2. Now consider the scattering problem around a cylinder, and obtain a system 𝒒t+𝑨𝒒x+𝑩𝒒r=𝝍(𝒒). Repeat tasks from Question 1.

    3. Finally consider the scattering problem around a sphere, obtain the system 𝒒t+𝑨𝒒x+𝑩𝒒r=𝝌(𝒒). Repeat tasks from Question 1. Compare with solution from Homework02