Skip to content

Commit a13521b

Browse files
Updated all examples to use the old fd_order of 2 to keep their numerics the same
1 parent ea75b15 commit a13521b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

examples/2D_mibm_cylinder_in_cross_flow/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"mp_weno": "T",
5353
"riemann_solver": "hllc",
5454
"wave_speeds": "direct",
55+
"fd_order": 2,
5556
# We use ghost-cell
5657
"bc_x%beg": -3,
5758
"bc_x%end": -3,

examples/2D_mibm_particle_cloud/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"mp_weno": "T",
7272
"riemann_solver": "hllc",
7373
"wave_speeds": "direct",
74+
"fd_order": 2,
7475
"bc_x%beg": -17,
7576
"bc_x%end": -8,
7677
"bc_y%beg": -15,

examples/2D_mibm_shock_cylinder/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"mp_weno": "T",
7474
"riemann_solver": "hllc",
7575
"wave_speeds": "direct",
76+
"fd_order": 2,
7677
# We use ghost-cell
7778
"bc_x%beg": -17,
7879
"bc_x%end": -8,

0 commit comments

Comments
 (0)