summaryrefslogtreecommitdiff
path: root/README.md
blob: 3539bdc8142bd928f037290a59a7545b88d68533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# couscous

## centered scheme for linear acoustic equations in heterogeneous medium

I am currently very interested in the solution of nonconservative hyperbolic
systems, such as the acoustic equations derived in [1]. The main
file here implements the primitive centered scheme (PRICE) from [2].

### t = 0.104 sec

![res104](https://github.com/zgxn/acoustic/blob/master/img/res104.png "image")

### t = 0.26 sec

![res26](https://github.com/zgxn/acoustic/blob/master/img/res26.png "image")

## references

[1] LeVeque, R.J. Wave propagation algorithms for multidimensional hyperbolic
systems, Journal of Computational Physics 131, 327-353, 1997.

[2] Toro, E.F., Siviglia, A. PRICE: primitive centered schemes for hyperbolic
systems, International Journal for Numerical Methods in Fluids 42, 1263-1291,
2003.