Skip to content

Commit f048e0c

Browse files
committed
Merge branch 'MovingBubblesFresh-clean' of github.com:wilfonba/MFC-Wilfong into MovingBubblesFresh-clean
2 parents a850436 + 794a492 commit f048e0c

50 files changed

Lines changed: 527 additions & 170 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

benchmarks/ibm/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"riemann_solver": 2,
6969
"wave_speeds": 1,
7070
"avg_state": 2,
71+
"fd_order": 2,
7172
"bc_x%beg": -3,
7273
"bc_x%end": -3,
7374
"bc_y%beg": -3,

examples/2D_backward_facing_step/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"bc_y%end": -3,
5555
"ib": "T",
5656
"num_ibs": 1,
57+
"fd_order": 2,
5758
"viscous": "T",
5859
# Formatted Database Files Structure Parameters
5960
"format": "silo",

examples/2D_forward_facing_step/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"bc_y%end": -2,
5353
"ib": "T",
5454
"num_ibs": 1,
55+
"fd_order": 2,
5556
# Formatted Database Files Structure Parameters
5657
"format": "silo",
5758
"precision": "double",

examples/2D_ibm/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
# Set IB to True and add 1 patch
6161
"ib": "T",
6262
"num_ibs": 1,
63+
"fd_order": 2,
6364
"viscous": "T",
6465
# Formatted Database Files Structure Parameters
6566
"format": "silo",

examples/2D_ibm_airfoil/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
# Set IB to True and add 1 patch
6565
"ib": "T",
6666
"num_ibs": 1,
67+
"fd_order": 2,
6768
# Formatted Database Files Structure Parameters
6869
"format": "silo",
6970
"precision": "double",

examples/2D_ibm_cfl_dt/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
# Set IB to True and add 1 patch
6363
"ib": "T",
6464
"num_ibs": 1,
65+
"fd_order": 2,
6566
"viscous": "T",
6667
# Formatted Database Files Structure Parameters
6768
"format": "silo",

examples/2D_ibm_ellipse/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
# Set IB to True and add 1 patch
6161
"ib": "T",
6262
"num_ibs": 1,
63+
"fd_order": 2,
6364
"viscous": "T",
6465
# Formatted Database Files Structure Parameters
6566
"format": "silo",

examples/2D_ibm_multiphase/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
# Set IB to True and add 1 patch
6060
"ib": "T",
6161
"num_ibs": 1,
62+
"fd_order": 2,
6263
# Formatted Database Files Structure Parameters
6364
"format": "silo",
6465
"precision": "double",

examples/2D_ibm_stl_MFCCharacter/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"bc_y%end": -3,
5151
"ib": "T",
5252
"num_ibs": 1,
53+
"fd_order": 2,
5354
# Formatted Database Files Structure Parameters
5455
# Export primitive variables in double precision with parallel
5556
# I/O to minimize I/O computational time during large simulations

examples/2D_ibm_stl_test/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"bc_y%end": -3,
5252
"ib": "T",
5353
"num_ibs": 1,
54+
"fd_order": 2,
5455
# Formatted Database Files Structure Parameters
5556
# Export primitive variables in double precision with parallel
5657
# I/O to minimize I/O computational time during large simulations

0 commit comments

Comments
 (0)