summaryrefslogtreecommitdiff
path: root/README.md
blob: 98023eff74accb488deeb9bd287d446697a7d85f (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
25
# Acoustic equations and numerical solvers: PRICE scheme

I am currently very interested in the solution of nonconservative hyperbolic
systems, such as the acoustic equations derived in (LeVeque, 1997). The main
file here implements the primitive centered scheme (PRICE) from (Toro and
Siviglia, 2003).

---
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")

---

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

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