Skip to content

Commit

Permalink
Fix 1D_impact, 1D_qbmm, and 2D_5wave_quasi1D (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
okBrian authored Jul 4, 2024
1 parent 37b8838 commit e1d5179
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions examples/1D_impact/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

# Configuring case dictionary
print(json.dumps({
# Logistics ================================================
'case_dir' : '\'.\'',
# Logistics ================================================
'run_time_info' : 'T',
# ==========================================================

Expand Down
2 changes: 1 addition & 1 deletion examples/1D_qbmm/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
'format' : 1,
'precision' : 2,
'prim_vars_wrt' :'T',
'parallel_io' :'T',
'parallel_io' :'F',
'fd_order' : 1,
#'schlieren_wrt' :'T',
'probe_wrt' :'T',
Expand Down
3 changes: 1 addition & 2 deletions examples/2D_5wave_quasi1D/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

# Configuring case dictionary
print(json.dumps({
# Logistics ================================================
'case_dir' : '\'.\'',
# Logistics ================================================
'run_time_info' : 'T',
# ==========================================================

Expand Down
1 change: 0 additions & 1 deletion examples/2D_laplace_pressure_jump/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#Configuration case dictionary
data = {
# Logistics =============================
#'case_dir' : '\'.\'',
'run_time_info' : 'T',
# =======================================

Expand Down
1 change: 0 additions & 1 deletion examples/2D_rayleigh_taylor/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#Configuration case dictionary
data = {
# Logistics =============================
#'case_dir' : '\'.\'',
'run_time_info' : 'T',
# =======================================

Expand Down
1 change: 0 additions & 1 deletion examples/3D_rayleigh_taylor/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#Configuration case dictionary
data = {
# Logistics =============================
#'case_dir' : '\'.\'',
'run_time_info' : 'T',
# =======================================

Expand Down
1 change: 0 additions & 1 deletion examples/3D_recovering_sphere/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#Configuration case dictionary
data = {
# Logistics =============================
#'case_dir' : '\'.\'',
'run_time_info' : 'T',
# =======================================

Expand Down
1 change: 0 additions & 1 deletion examples/3D_turb_mixing/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
# Configuring case dictionary
print(json.dumps({
# Logistics ================================================================
# 'case_dir' : '\'.\'',
'run_time_info' : 'T',
# ==========================================================================

Expand Down

0 comments on commit e1d5179

Please sign in to comment.