Skip to content

Commit 249ecc4

Browse files
committed
fix: add riemann_solver=5 to IGR benchmark and examples
1 parent 60dd5d9 commit 249ecc4

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

benchmarks/igr/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"num_patches": 1,
7070
"model_eqns": 2,
7171
"num_fluids": 1,
72+
"riemann_solver": 5,
7273
"time_stepper": 3,
7374
"bc_x%beg": -1,
7475
"bc_x%end": -1,

examples/2D_IGR_2fluid/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"mixture_err": "T",
4646
"mpp_lim": "F",
4747
"time_stepper": 3,
48+
"riemann_solver": 5,
4849
"bc_x%beg": -1,
4950
"bc_x%end": -1,
5051
"bc_y%beg": -1,

examples/2D_IGR_triple_point/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"alt_soundspeed": "F",
3131
"num_fluids": 2,
3232
"time_stepper": 3,
33+
"riemann_solver": 5,
3334
"elliptic_smoothing": "T",
3435
"elliptic_smoothing_iters": 50,
3536
"igr": "T",

examples/3D_IGR_33jet/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"num_fluids": 1,
5353
"mpp_lim": "F",
5454
"time_stepper": 3,
55+
"riemann_solver": 5,
5556
"igr": "T",
5657
"igr_order": 3,
5758
"igr_pres_lim": "T",

examples/3D_IGR_TaylorGreenVortex/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"model_eqns": 2,
5050
"num_fluids": 1,
5151
"time_stepper": 3,
52+
"riemann_solver": 5,
5253
"bc_x%beg": -1,
5354
"bc_x%end": -1,
5455
"bc_y%beg": -1,

examples/3D_IGR_TaylorGreenVortex_nvidia/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"model_eqns": 2,
5555
"num_fluids": 1,
5656
"time_stepper": 3,
57+
"riemann_solver": 5,
5758
"bc_x%beg": -1,
5859
"bc_x%end": -1,
5960
"bc_y%beg": -1,

examples/3D_IGR_jet/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"num_fluids": 2,
7979
"mpp_lim": "T",
8080
"time_stepper": 3,
81+
"riemann_solver": 5,
8182
"igr": "T",
8283
"igr_order": 3,
8384
"igr_pres_lim": "T",

examples/3D_IGR_jet_1fluid/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"num_fluids": 1,
5454
"mpp_lim": "F",
5555
"time_stepper": 3,
56+
"riemann_solver": 5,
5657
"igr": "T",
5758
"igr_order": 5,
5859
"igr_pres_lim": "T",

0 commit comments

Comments
 (0)