|
| 1 | + |
| 2 | +**compressible** |
| 3 | + |
| 4 | ++----------------------------------+------------+----------------------------------------------------+ |
| 5 | +| option | value | description | |
| 6 | ++==================================+============+====================================================+ |
| 7 | +| use_flattening | 1 | apply flattening at shocks (1) | |
| 8 | ++----------------------------------+------------+----------------------------------------------------+ |
| 9 | +| z0 | 0.75 | flattening z0 parameter | |
| 10 | ++----------------------------------+------------+----------------------------------------------------+ |
| 11 | +| z1 | 0.85 | flattening z1 parameter | |
| 12 | ++----------------------------------+------------+----------------------------------------------------+ |
| 13 | +| delta | 0.33 | flattening delta parameter | |
| 14 | ++----------------------------------+------------+----------------------------------------------------+ |
| 15 | +| cvisc | 0.1 | artifical viscosity coefficient | |
| 16 | ++----------------------------------+------------+----------------------------------------------------+ |
| 17 | +| limiter | 2 | limiter (0 = none, 1 = 2nd order, 2 = 4th order) | |
| 18 | ++----------------------------------+------------+----------------------------------------------------+ |
| 19 | +| grav | 0.0 | gravitational acceleration (in y-direction) | |
| 20 | ++----------------------------------+------------+----------------------------------------------------+ |
| 21 | +| riemann | HLLC | HLLC or CGF | |
| 22 | ++----------------------------------+------------+----------------------------------------------------+ |
| 23 | + |
| 24 | +**driver** |
| 25 | + |
| 26 | ++----------------------------------+------------+----------------------------------------------------+ |
| 27 | +| option | value | description | |
| 28 | ++==================================+============+====================================================+ |
| 29 | +| cfl | 0.8 | | |
| 30 | ++----------------------------------+------------+----------------------------------------------------+ |
| 31 | + |
| 32 | +**eos** |
| 33 | + |
| 34 | ++----------------------------------+------------+----------------------------------------------------+ |
| 35 | +| option | value | description | |
| 36 | ++==================================+============+====================================================+ |
| 37 | +| gamma | 1.4 | pres = rho ener (gamma - 1) | |
| 38 | ++----------------------------------+------------+----------------------------------------------------+ |
| 39 | + |
| 40 | +**particles** |
| 41 | + |
| 42 | ++----------------------------------+------------+----------------------------------------------------+ |
| 43 | +| option | value | description | |
| 44 | ++==================================+============+====================================================+ |
| 45 | +| do_particles | 0 | | |
| 46 | ++----------------------------------+------------+----------------------------------------------------+ |
| 47 | +| particle_generator | grid | | |
| 48 | ++----------------------------------+------------+----------------------------------------------------+ |
0 commit comments