Skip to content

Commit 0c1a023

Browse files
update serial regression residuals
1 parent 8a49e82 commit 0c1a023

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

TestCases/serial_regression.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main():
4545
thermalbath.cfg_dir = "nonequilibrium/thermalbath/finitechemistry"
4646
thermalbath.cfg_file = "thermalbath.cfg"
4747
thermalbath.test_iter = 10
48-
thermalbath.test_vals = [2.473627, 2.473627, -12.033039, -11.945257, -32.000000, 10.804939] #last 4 columns
48+
thermalbath.test_vals = [-2.898714, -2.898714, -1.991121, -1.991121, -1.696300, 6.000000] #last 4 columns
4949
thermalbath.su2_exec = "SU2_CFD"
5050
thermalbath.timeout = 1600
5151
thermalbath.new_output = True
@@ -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, -11.953727, -12.066776, -32.000000, 10.813864] #last 4 columns
60+
thermalbath_frozen.test_vals = [ -9.543019, -9.844050, -1.991146, -1.991146, -1.696315, 6.000000] #last 4 columns
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 = [ -0.954130, -1.478893, -16.737310, -17.063693, -17.010416, 2.374072, 1.733626, 5.401966, 0.955538] #last 4 columns
72+
invwedge.test_vals = [ -0.954130, -1.478893, -16.737310, -17.063693, -17.010416, 2.374072, 1.733626, 5.401966, 0.955538] #last 4 columns
7373
invwedge.su2_exec = "SU2_CFD"
7474
invwedge.timeout = 1600
7575
invwedge.new_output = False
@@ -81,7 +81,7 @@ def main():
8181
viscwedge.cfg_dir = "nonequilibrium/viscwedge"
8282
viscwedge.cfg_file = "viscwedge.cfg"
8383
viscwedge.test_iter = 10
84-
viscwedge.test_vals = [-5.267324, -5.792087, -20.236749, -20.204632, -20.221054, -1.780516, -2.208251, 1.723062, -2.871713]
84+
viscwedge.test_vals = [-5.267324, -5.792087, -20.236749, -20.204632, -20.221054, -1.780516, -2.208251, 1.723062, -2.871713]
8585
viscwedge.su2_exec = "SU2_CFD"
8686
viscwedge.timeout = 1600
8787
viscwedge.new_output = False

0 commit comments

Comments
 (0)