Skip to content

Commit c0ba13e

Browse files
committed
update incs
1 parent c2467a3 commit c0ba13e

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

docs/source/advection_nonuniform_defaults.inc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,3 @@
2828
| particle_generator | ``grid`` | |
2929
+----------------------------------+----------------+----------------------------------------------------+
3030

31-
* section: [slotted]
32-
33-
+----------------------------------+----------------+----------------------------------------------------+
34-
| option | value | description |
35-
+==================================+================+====================================================+
36-
| omega | ``0.5`` | angular velocity |
37-
+----------------------------------+----------------+----------------------------------------------------+
38-
| offset | ``0.25`` | offset of the slot's center from domain's center |
39-
+----------------------------------+----------------+----------------------------------------------------+

docs/source/advection_weno_defaults.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
+----------------------------------+----------------+----------------------------------------------------+
88
| v | ``1.0`` | advective velocity in y-direction |
99
+----------------------------------+----------------+----------------------------------------------------+
10-
| limiter | ``0`` | Unused here, but needed to inherit from advection base class |
10+
| limiter | ``0`` | Unused here, but needed to inherit from advection |
11+
| | | base class |
1112
+----------------------------------+----------------+----------------------------------------------------+
1213
| weno_order | ``3`` | k in WENO scheme |
1314
+----------------------------------+----------------+----------------------------------------------------+

docs/source/compressible_rk_defaults.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
+----------------------------------+----------------+----------------------------------------------------+
2222
| riemann | ``HLLC`` | HLLC or CGF |
2323
+----------------------------------+----------------+----------------------------------------------------+
24-
| well_balanced | ``0`` | use a well-balanced scheme to keep the model in hydrostatic equilibrium |
24+
| well_balanced | ``0`` | use a well-balanced scheme to keep the model in |
25+
| | | hydrostatic equilibrium |
2526
+----------------------------------+----------------+----------------------------------------------------+
2627

2728
* section: [driver]

0 commit comments

Comments
 (0)