|
1 | 1 | * section: ``[advection]`` |
2 | 2 |
|
3 | | - +----------------------------------+------------------+----------------------------------------------------+ |
4 | | - | option | value | description | |
5 | | - +==================================+==================+====================================================+ |
6 | | - | u | ``1.0`` | advective velocity in x-direction | |
7 | | - +----------------------------------+------------------+----------------------------------------------------+ |
8 | | - | v | ``1.0`` | advective velocity in y-direction | |
9 | | - +----------------------------------+------------------+----------------------------------------------------+ |
10 | | - | limiter | ``2`` | limiter (0 = none, 1 = 2nd order, 2 = 4th order) | |
11 | | - +----------------------------------+------------------+----------------------------------------------------+ |
| 3 | + +--------------------------------------+------------------+----------------------------------------------------+ |
| 4 | + | option | value | description | |
| 5 | + +======================================+==================+====================================================+ |
| 6 | + | ``u`` | ``1.0`` | advective velocity in x-direction | |
| 7 | + +--------------------------------------+------------------+----------------------------------------------------+ |
| 8 | + | ``v`` | ``1.0`` | advective velocity in y-direction | |
| 9 | + +--------------------------------------+------------------+----------------------------------------------------+ |
| 10 | + | ``limiter`` | ``2`` | limiter (0 = none, 1 = 2nd order, 2 = 4th order) | |
| 11 | + +--------------------------------------+------------------+----------------------------------------------------+ |
12 | 12 |
|
13 | 13 | * section: ``[driver]`` |
14 | 14 |
|
15 | | - +----------------------------------+------------------+----------------------------------------------------+ |
16 | | - | option | value | description | |
17 | | - +==================================+==================+====================================================+ |
18 | | - | cfl | ``0.8`` | advective CFL number | |
19 | | - +----------------------------------+------------------+----------------------------------------------------+ |
| 15 | + +--------------------------------------+------------------+----------------------------------------------------+ |
| 16 | + | option | value | description | |
| 17 | + +======================================+==================+====================================================+ |
| 18 | + | ``cfl`` | ``0.8`` | advective CFL number | |
| 19 | + +--------------------------------------+------------------+----------------------------------------------------+ |
20 | 20 |
|
21 | 21 | * section: ``[particles]`` |
22 | 22 |
|
23 | | - +----------------------------------+------------------+----------------------------------------------------+ |
24 | | - | option | value | description | |
25 | | - +==================================+==================+====================================================+ |
26 | | - | do_particles | ``0`` | | |
27 | | - +----------------------------------+------------------+----------------------------------------------------+ |
28 | | - | particle_generator | ``grid`` | | |
29 | | - +----------------------------------+------------------+----------------------------------------------------+ |
| 23 | + +--------------------------------------+------------------+----------------------------------------------------+ |
| 24 | + | option | value | description | |
| 25 | + +======================================+==================+====================================================+ |
| 26 | + | ``do_particles`` | ``0`` | | |
| 27 | + +--------------------------------------+------------------+----------------------------------------------------+ |
| 28 | + | ``particle_generator`` | ``grid`` | | |
| 29 | + +--------------------------------------+------------------+----------------------------------------------------+ |
30 | 30 |
|
0 commit comments