forked from python-hydro/pyro2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompressible_defaults.inc
More file actions
48 lines (40 loc) · 4.15 KB
/
Copy pathcompressible_defaults.inc
File metadata and controls
48 lines (40 loc) · 4.15 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
* section: ``[compressible]``
+--------------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+======================================+==================+====================================================+
| ``use_flattening`` | ``1`` | apply flattening at shocks (1) |
+--------------------------------------+------------------+----------------------------------------------------+
| ``z0`` | ``0.75`` | flattening z0 parameter |
+--------------------------------------+------------------+----------------------------------------------------+
| ``z1`` | ``0.85`` | flattening z1 parameter |
+--------------------------------------+------------------+----------------------------------------------------+
| ``delta`` | ``0.33`` | flattening delta parameter |
+--------------------------------------+------------------+----------------------------------------------------+
| ``cvisc`` | ``0.1`` | artificial viscosity coefficient |
+--------------------------------------+------------------+----------------------------------------------------+
| ``limiter`` | ``2`` | limiter (0 = none, 1 = 2nd order, 2 = 4th order) |
+--------------------------------------+------------------+----------------------------------------------------+
| ``grav`` | ``0.0`` | gravitational acceleration (in y-direction) |
+--------------------------------------+------------------+----------------------------------------------------+
| ``riemann`` | ``HLLC`` | HLLC or CGF |
+--------------------------------------+------------------+----------------------------------------------------+
* section: ``[driver]``
+--------------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+======================================+==================+====================================================+
| ``cfl`` | ``0.8`` | |
+--------------------------------------+------------------+----------------------------------------------------+
* section: ``[eos]``
+--------------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+======================================+==================+====================================================+
| ``gamma`` | ``1.4`` | pres = rho ener (gamma - 1) |
+--------------------------------------+------------------+----------------------------------------------------+
* section: ``[particles]``
+--------------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+======================================+==================+====================================================+
| ``do_particles`` | ``0`` | |
+--------------------------------------+------------------+----------------------------------------------------+
| ``particle_generator`` | ``grid`` | |
+--------------------------------------+------------------+----------------------------------------------------+