Skip to content

Commit 0c7710a

Browse files
committed
more defaults
1 parent c0ba13e commit 0c7710a

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
* section: [compressible]
2+
3+
+----------------------------------+----------------+----------------------------------------------------+
4+
| option | value | description |
5+
+==================================+================+====================================================+
6+
| use_flattening | ``0`` | apply flattening at shocks (1) |
7+
+----------------------------------+----------------+----------------------------------------------------+
8+
| z0 | ``0.75`` | flattening z0 parameter |
9+
+----------------------------------+----------------+----------------------------------------------------+
10+
| z1 | ``0.85`` | flattening z1 parameter |
11+
+----------------------------------+----------------+----------------------------------------------------+
12+
| delta | ``0.33`` | flattening delta parameter |
13+
+----------------------------------+----------------+----------------------------------------------------+
14+
| cvisc | ``0.1`` | artifical viscosity coefficient |
15+
+----------------------------------+----------------+----------------------------------------------------+
16+
| limiter | ``2`` | limiter (0 = none, 1 = 2nd order, 2 = 4th order) |
17+
+----------------------------------+----------------+----------------------------------------------------+
18+
| grav | ``0.0`` | gravitational acceleration (in y-direction) |
19+
+----------------------------------+----------------+----------------------------------------------------+
20+
| riemann | ``HLLC`` | HLLC or CGF |
21+
+----------------------------------+----------------+----------------------------------------------------+
22+
23+
* section: [driver]
24+
25+
+----------------------------------+----------------+----------------------------------------------------+
26+
| option | value | description |
27+
+==================================+================+====================================================+
28+
| cfl | ``0.8`` | |
29+
+----------------------------------+----------------+----------------------------------------------------+
30+
31+
* section: [eos]
32+
33+
+----------------------------------+----------------+----------------------------------------------------+
34+
| option | value | description |
35+
+==================================+================+====================================================+
36+
| gamma | ``1.4`` | pres = rho ener (gamma - 1) |
37+
+----------------------------------+----------------+----------------------------------------------------+
38+

0 commit comments

Comments
 (0)