File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
examples/2D_acoustic_support9 Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments