Skip to content

Commit ff65161

Browse files
committed
Merge remote-tracking branch 'github/master'
2 parents 1c39c74 + 98dd89e commit ff65161

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

Utilities/Python/fdsplotlib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,8 +1798,8 @@ def scatplot(saved_data, drange, **kwargs):
17981798
else:
17991799
Sigma_E_input = 0.0
18001800

1801-
if verbose:
1802-
print(f"[scatplot] Processing {Scatter_Plot_Title}")
1801+
#if verbose:
1802+
# print(f"[scatplot] Processing {Scatter_Plot_Title}")
18031803

18041804
# Match dataplot entries
18051805
match_idx = [i for i, q in enumerate(Save_Quantity)

Utilities/Python/scripts/make_smv_images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
if os_name == "Linux":
4343
try:
4444
subprocess.run(['xvfb-run','-w','10','-s','-fp /usr/share/X11/fonts/misc -screen 0 1280x1024x24','-a',smokeview_path,
45-
'-bindir',bindir,'-runscript', case[i] ], check=True)
45+
'-bindir',bindir,'-runscript', case[i] ], check=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
4646
except subprocess.CalledProcessError as e:
4747
print(f"Smokeview failed with return code {e.returncode}")
4848
except FileNotFoundError:
4949
print(f"Smokeview executable not found: {smokeview_path}")
50-
5150
else:
5251
subprocess.run([smokeview_path,'-bindir',bindir,'-runscript',case[i]], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
52+
5353
os.chdir(original_dir)
5454

Verification/Scalar_Analytical_Solution/soborot_superbee_square_wave_128.fds

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626

2727
&SLCF PBY=0.0, QUANTITY='VELOCITY', VECTOR=.TRUE./
2828
&SLCF PBY=0.0, QUANTITY='MASS FRACTION', SPEC_ID='TRACER', CELL_CENTERED=T/
29-
&SLCF PBY=0.0, QUANTITY='BFX', CELL_CENTERED=T/
30-
&SLCF PBY=0.0, QUANTITY='BFY', CELL_CENTERED=T/
31-
&SLCF PBY=0.0, QUANTITY='BFZ', CELL_CENTERED=T/
3229

3330
&DEVC XB=-0.00390625,-0.99609375,0,0,0.00390625,0.99609375, POINTS=128, TIME_HISTORY=T, TIME_AVERAGED=F,
3431
QUANTITY='MASS FRACTION', SPEC_ID='TRACER', ID='Y_TRACER'/

Verification/Scalar_Analytical_Solution/soborot_superbee_square_wave_128_1mesh.fds

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525

2626
&SLCF PBY=0.0, QUANTITY='VELOCITY', VECTOR=.TRUE./
2727
&SLCF PBY=0.0, QUANTITY='MASS FRACTION', SPEC_ID='TRACER', CELL_CENTERED=T/
28-
&SLCF PBY=0.0, QUANTITY='BFX', CELL_CENTERED=T/
29-
&SLCF PBY=0.0, QUANTITY='BFY', CELL_CENTERED=T/
30-
&SLCF PBY=0.0, QUANTITY='BFZ', CELL_CENTERED=T/
3128

3229
&DEVC XB=-0.00390625,-0.99609375,0,0,0.00390625,0.99609375, POINTS=128, TIME_HISTORY=T, TIME_AVERAGED=F,
3330
QUANTITY='MASS FRACTION', SPEC_ID='TRACER', ID='Y_TRACER'/

0 commit comments

Comments
 (0)