forked from python-hydro/pyro2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathburgers_defaults.inc
More file actions
26 lines (20 loc) · 1.99 KB
/
Copy pathburgers_defaults.inc
File metadata and controls
26 lines (20 loc) · 1.99 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
* section: ``[advection]``
+--------------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+======================================+==================+====================================================+
| ``limiter`` | ``2`` | limiter (0 = none, 1 = 2nd order, 2 = 4th order) |
+--------------------------------------+------------------+----------------------------------------------------+
* section: ``[driver]``
+--------------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+======================================+==================+====================================================+
| ``cfl`` | ``0.8`` | advective CFL number |
+--------------------------------------+------------------+----------------------------------------------------+
* section: ``[particles]``
+--------------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+======================================+==================+====================================================+
| ``do_particles`` | ``0`` | |
+--------------------------------------+------------------+----------------------------------------------------+
| ``particle_generator`` | ``grid`` | |
+--------------------------------------+------------------+----------------------------------------------------+