From e1d5179a1122ea9638055a3f0cf6b81c92a245a5 Mon Sep 17 00:00:00 2001 From: Brian Ok <63064763+okBrian@users.noreply.github.com> Date: Thu, 4 Jul 2024 05:21:37 -0700 Subject: [PATCH] Fix 1D_impact, 1D_qbmm, and 2D_5wave_quasi1D (#502) --- examples/1D_impact/case.py | 3 +-- examples/1D_qbmm/case.py | 2 +- examples/2D_5wave_quasi1D/case.py | 3 +-- examples/2D_laplace_pressure_jump/case.py | 1 - examples/2D_rayleigh_taylor/case.py | 1 - examples/3D_rayleigh_taylor/case.py | 1 - examples/3D_recovering_sphere/case.py | 1 - examples/3D_turb_mixing/case.py | 1 - 8 files changed, 3 insertions(+), 10 deletions(-) diff --git a/examples/1D_impact/case.py b/examples/1D_impact/case.py index 55e8109c9..27e544963 100755 --- a/examples/1D_impact/case.py +++ b/examples/1D_impact/case.py @@ -12,8 +12,7 @@ # Configuring case dictionary print(json.dumps({ - # Logistics ================================================ - 'case_dir' : '\'.\'', + # Logistics ================================================ 'run_time_info' : 'T', # ========================================================== diff --git a/examples/1D_qbmm/case.py b/examples/1D_qbmm/case.py index 48b52f6b2..602b36ada 100644 --- a/examples/1D_qbmm/case.py +++ b/examples/1D_qbmm/case.py @@ -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', diff --git a/examples/2D_5wave_quasi1D/case.py b/examples/2D_5wave_quasi1D/case.py index 04b50d161..65df9a7ff 100755 --- a/examples/2D_5wave_quasi1D/case.py +++ b/examples/2D_5wave_quasi1D/case.py @@ -15,8 +15,7 @@ # Configuring case dictionary print(json.dumps({ - # Logistics ================================================ - 'case_dir' : '\'.\'', + # Logistics ================================================ 'run_time_info' : 'T', # ========================================================== diff --git a/examples/2D_laplace_pressure_jump/case.py b/examples/2D_laplace_pressure_jump/case.py index 18f7053db..93a43d1f9 100644 --- a/examples/2D_laplace_pressure_jump/case.py +++ b/examples/2D_laplace_pressure_jump/case.py @@ -27,7 +27,6 @@ #Configuration case dictionary data = { # Logistics ============================= - #'case_dir' : '\'.\'', 'run_time_info' : 'T', # ======================================= diff --git a/examples/2D_rayleigh_taylor/case.py b/examples/2D_rayleigh_taylor/case.py index bdc23f4f1..6f151fcb8 100644 --- a/examples/2D_rayleigh_taylor/case.py +++ b/examples/2D_rayleigh_taylor/case.py @@ -30,7 +30,6 @@ #Configuration case dictionary data = { # Logistics ============================= - #'case_dir' : '\'.\'', 'run_time_info' : 'T', # ======================================= diff --git a/examples/3D_rayleigh_taylor/case.py b/examples/3D_rayleigh_taylor/case.py index d86f779b8..3f226dd75 100644 --- a/examples/3D_rayleigh_taylor/case.py +++ b/examples/3D_rayleigh_taylor/case.py @@ -33,7 +33,6 @@ #Configuration case dictionary data = { # Logistics ============================= - #'case_dir' : '\'.\'', 'run_time_info' : 'T', # ======================================= diff --git a/examples/3D_recovering_sphere/case.py b/examples/3D_recovering_sphere/case.py index 0bbbe1229..974d5d5b2 100644 --- a/examples/3D_recovering_sphere/case.py +++ b/examples/3D_recovering_sphere/case.py @@ -29,7 +29,6 @@ #Configuration case dictionary data = { # Logistics ============================= - #'case_dir' : '\'.\'', 'run_time_info' : 'T', # ======================================= diff --git a/examples/3D_turb_mixing/case.py b/examples/3D_turb_mixing/case.py index e98b71776..231127b28 100644 --- a/examples/3D_turb_mixing/case.py +++ b/examples/3D_turb_mixing/case.py @@ -49,7 +49,6 @@ # Configuring case dictionary print(json.dumps({ # Logistics ================================================================ - # 'case_dir' : '\'.\'', 'run_time_info' : 'T', # ==========================================================================