Skip to content

Commit f8241bc

Browse files
committed
fix broken case
1 parent 9c67f00 commit f8241bc

File tree

1 file changed

+21
-0
lines changed
  • examples/2D_acoustic_support9

1 file changed

+21
-0
lines changed

examples/2D_acoustic_support9/case.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,27 @@
1919
"t_step_start": 0,
2020
"t_step_stop": 400,
2121
"t_step_save": 10,
22+
# Simulation Algorithm Parameters ==========================================
23+
"num_patches": 1,
24+
"model_eqns": 2,
25+
"alt_soundspeed": "F",
26+
"num_fluids": 1,
27+
"mpp_lim": "F",
28+
"mixture_err": "F",
29+
"time_stepper": 3,
30+
"weno_order": 5,
31+
"weno_eps": 1.0e-16,
32+
"teno": "T",
33+
"teno_CT": 1e-8,
34+
"null_weights": "F",
35+
"mp_weno": "F",
36+
"riemann_solver": 2,
37+
"wave_speeds": 1,
38+
"avg_state": 2,
39+
"bc_x%beg": -6,
40+
"bc_x%end": -6,
41+
"bc_y%beg": -6,
42+
"bc_y%end": -6,
2243
# Formatted Database Files Structure Parameters ============================
2344
"format": 1,
2445
"precision": 2,

0 commit comments

Comments
 (0)