Skip to content

Commit e1d5179

Browse files
authored
Fix 1D_impact, 1D_qbmm, and 2D_5wave_quasi1D (#502)
1 parent 37b8838 commit e1d5179

File tree

8 files changed

+3
-10
lines changed

8 files changed

+3
-10
lines changed

examples/1D_impact/case.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
# Configuring case dictionary
1414
print(json.dumps({
15-
# Logistics ================================================
16-
'case_dir' : '\'.\'',
15+
# Logistics ================================================
1716
'run_time_info' : 'T',
1817
# ==========================================================
1918

examples/1D_qbmm/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
'format' : 1,
123123
'precision' : 2,
124124
'prim_vars_wrt' :'T',
125-
'parallel_io' :'T',
125+
'parallel_io' :'F',
126126
'fd_order' : 1,
127127
#'schlieren_wrt' :'T',
128128
'probe_wrt' :'T',

examples/2D_5wave_quasi1D/case.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515

1616
# Configuring case dictionary
1717
print(json.dumps({
18-
# Logistics ================================================
19-
'case_dir' : '\'.\'',
18+
# Logistics ================================================
2019
'run_time_info' : 'T',
2120
# ==========================================================
2221

examples/2D_laplace_pressure_jump/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#Configuration case dictionary
2828
data = {
2929
# Logistics =============================
30-
#'case_dir' : '\'.\'',
3130
'run_time_info' : 'T',
3231
# =======================================
3332

examples/2D_rayleigh_taylor/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#Configuration case dictionary
3131
data = {
3232
# Logistics =============================
33-
#'case_dir' : '\'.\'',
3433
'run_time_info' : 'T',
3534
# =======================================
3635

examples/3D_rayleigh_taylor/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#Configuration case dictionary
3434
data = {
3535
# Logistics =============================
36-
#'case_dir' : '\'.\'',
3736
'run_time_info' : 'T',
3837
# =======================================
3938

examples/3D_recovering_sphere/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#Configuration case dictionary
3030
data = {
3131
# Logistics =============================
32-
#'case_dir' : '\'.\'',
3332
'run_time_info' : 'T',
3433
# =======================================
3534

examples/3D_turb_mixing/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
# Configuring case dictionary
5050
print(json.dumps({
5151
# Logistics ================================================================
52-
# 'case_dir' : '\'.\'',
5352
'run_time_info' : 'T',
5453
# ==========================================================================
5554

0 commit comments

Comments
 (0)