Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.03 KB

File metadata and controls

30 lines (20 loc) · 1.03 KB

Two-dimensional acoustics with radially symmetric initial data

Acoustics with radial symmetric initial conditions. The solution should remain radially symmetric. First run the code in the 1drad subdirectory to compute the "true solution" and then setplot.py contains code to produce a scatter plot of the computed 2d pressure vs. distance from origin and compare with the 1d solution.

Extrapolation BCs

The code is set up to use extrapolation boundary conditions at all boundaries. This does a reasonably good job of providing non-reflecting boundaries, but there are some artifacts visible at later times.

Absorbing boundary layer

New cababilities have been added to Clawpack 5.5.0 to allow extending the computational domain with an aborbing boundary layer that does a better job of eliminating artificial reflections. [Add more discussion.]

To try this version:

make all -f Makefile_abl