forked from python-hydro/pyro2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvection_defaults.inc
More file actions
30 lines (24 loc) · 2.44 KB
/
Copy pathadvection_defaults.inc
File metadata and controls
30 lines (24 loc) · 2.44 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
* section: ``[advection]``
+--------------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+======================================+==================+====================================================+
| ``u`` | ``1.0`` | advective velocity in x-direction |
+--------------------------------------+------------------+----------------------------------------------------+
| ``v`` | ``1.0`` | advective velocity in y-direction |
+--------------------------------------+------------------+----------------------------------------------------+
| ``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`` | |
+--------------------------------------+------------------+----------------------------------------------------+