-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathadvection_ppm_defaults.inc
More file actions
27 lines (22 loc) · 2.09 KB
/
advection_ppm_defaults.inc
File metadata and controls
27 lines (22 loc) · 2.09 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
* section: [advection]
+----------------------------------+----------------+----------------------------------------------------+
| option | value | description |
+==================================+================+====================================================+
| u | ``1.0`` | advective velocity in x-direction |
+----------------------------------+----------------+----------------------------------------------------+
| v | ``1.0`` | advective velocity in y-direction |
+----------------------------------+----------------+----------------------------------------------------+
* section: [driver]
+----------------------------------+----------------+----------------------------------------------------+
| option | value | description |
+==================================+================+====================================================+
| cfl | ``0.8`` | advective CFL number |
+----------------------------------+----------------+----------------------------------------------------+
* section: [particles]
+----------------------------------+----------------+----------------------------------------------------+
| option | value | description |
+==================================+================+====================================================+
| do_particles | ``0`` | |
+----------------------------------+----------------+----------------------------------------------------+
| particle_generator | ``grid`` | |
+----------------------------------+----------------+----------------------------------------------------+