Skip to content

Commit 837bf4f

Browse files
committed
update regression values
1 parent 6537a36 commit 837bf4f

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main():
5959
ionized.cfg_dir = "nonequilibrium/thermalbath/finitechemistry"
6060
ionized.cfg_file = "weakly_ionized.cfg"
6161
ionized.test_iter = 10
62-
ionized.test_vals = [-29.322805, -10.246260, -11.382786, -16.183264, -17.165896, -13.928855, -24.658131, -32.000000, -4.541637, 0.000000, 0.000000]
62+
ionized.test_vals = [-29.806157, -11.130797, -11.337264, -17.235059, -17.578729, -15.190274, -25.070169, -32.000000, -5.174887, 0.000000, 0.000000]
6363
ionized.su2_exec = "mpirun -n 2 SU2_CFD"
6464
ionized.timeout = 1600
6565
ionized.new_output = True
@@ -71,7 +71,7 @@ def main():
7171
thermalbath_frozen.cfg_dir = "nonequilibrium/thermalbath/frozen"
7272
thermalbath_frozen.cfg_file = "thermalbath_frozen.cfg"
7373
thermalbath_frozen.test_iter = 10
74-
thermalbath_frozen.test_vals = [-32.000000, -32.000000, -12.039251, -12.171781, -32.000000, 10.013545]
74+
thermalbath_frozen.test_vals = [-32.000000, -32.000000, -11.962477, -11.962477, -32.000000, 10.013545]
7575
thermalbath_frozen.su2_exec = "mpirun -n 2 SU2_CFD"
7676
thermalbath_frozen.timeout = 1600
7777
thermalbath_frozen.new_output = True
@@ -83,7 +83,7 @@ def main():
8383
invwedge.cfg_dir = "nonequilibrium/invwedge"
8484
invwedge.cfg_file = "invwedge.cfg"
8585
invwedge.test_iter = 10
86-
invwedge.test_vals = [-1.042843, -1.567606, -18.300689, -18.628064, -18.574092, 2.275192, 1.879772, 5.319420, 0.873699]
86+
invwedge.test_vals = [-1.042842, -1.567605, -18.299898, -18.627275, -18.573299, 2.275192, 1.879772, 5.319421, 0.873699]
8787
invwedge.su2_exec = "mpirun -n 2 SU2_CFD"
8888
invwedge.timeout = 1600
8989
invwedge.new_output = True
@@ -95,7 +95,7 @@ def main():
9595
visc_cone.cfg_dir = "nonequilibrium/axi_visccone"
9696
visc_cone.cfg_file = "axi_visccone.cfg"
9797
visc_cone.test_iter = 10
98-
visc_cone.test_vals = [-5.222001, -5.746254, -20.569422, -20.633784, -20.547640, -1.928394, -2.246909, 1.255970, -3.208248]
98+
visc_cone.test_vals = [-5.222267, -5.746522, -20.569425, -20.633787, -20.547644, -1.928714, -2.247316, 1.255761, -3.208360]
9999
visc_cone.su2_exec = "mpirun -n 2 SU2_CFD"
100100
visc_cone.timeout = 1600
101101
visc_cone.new_output = True

TestCases/serial_regression.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main():
5757
thermalbath_frozen.cfg_dir = "nonequilibrium/thermalbath/frozen"
5858
thermalbath_frozen.cfg_file = "thermalbath_frozen.cfg"
5959
thermalbath_frozen.test_iter = 10
60-
thermalbath_frozen.test_vals = [-32.000000, -32.000000, -12.018022, -12.217291, -32.000000, 10.013545]
60+
thermalbath_frozen.test_vals = [-32.000000, -32.000000, -12.018022, -11.978730, -32.000000, 10.013545]
6161
thermalbath_frozen.su2_exec = "SU2_CFD"
6262
thermalbath_frozen.timeout = 1600
6363
thermalbath_frozen.new_output = True
@@ -69,7 +69,7 @@ def main():
6969
invwedge.cfg_dir = "nonequilibrium/invwedge"
7070
invwedge.cfg_file = "invwedge.cfg"
7171
invwedge.test_iter = 10
72-
invwedge.test_vals = [-1.046323, -1.571086, -18.300667, -18.628064, -18.574092, 2.271777, 1.875687, 5.315769, 0.870008]
72+
invwedge.test_vals = [-1.046323, -1.571086, -18.299885, -18.627285, -18.573308, 2.271778, 1.875687, 5.315769, 0.870008]
7373
invwedge.su2_exec = "SU2_CFD"
7474
invwedge.timeout = 1600
7575
invwedge.new_output = True
@@ -81,8 +81,7 @@ def main():
8181
visc_cone.cfg_dir = "nonequilibrium/axi_visccone"
8282
visc_cone.cfg_file = "axi_visccone.cfg"
8383
visc_cone.test_iter = 10
84-
visc_cone.test_vals = [-5.215288, -5.739428, -20.545050, -20.618702, -20.502532, -1.917680, -2.239596, 1.262771, -3.205521]
85-
visc_cone.su2_exec = "SU2_CFD"
84+
visc_cone.test_vals = [-5.215236, -5.739371, -20.545048, -20.618700, -20.502532, -1.917617, -2.239664, 1.262783, -3.205463] visc_cone.su2_exec = "SU2_CFD"
8685
visc_cone.timeout = 1600
8786
visc_cone.new_output = True
8887
visc_cone.tol = 0.00001

0 commit comments

Comments
 (0)