Skip to content

Commit 455c474

Browse files
committed
update regression tests
1 parent f479b06 commit 455c474

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
INDEX GRAD
2-
0 -5.239274142145693e-03
3-
1 -2.822866261832595e-03
4-
2 -1.251166631047082e-03
5-
3 -4.746312021502222e-04
6-
4 -4.726421390156573e-04
7-
5 -1.242307153964931e-03
8-
6 -2.797799332331688e-03
9-
7 -5.181304648315885e-03
2+
0 -3.529557754027721e-03
3+
1 -1.877522300657887e-03
4+
2 -8.067378116049003e-04
5+
3 -2.792185328742207e-04
6+
4 -2.790257672326305e-04
7+
5 -8.040966189425604e-04
8+
6 -1.865865913603139e-03
9+
7 -3.496711053883694e-03

TestCases/hybrid_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def main():
471471
cosine_gust.cfg_dir = "gust"
472472
cosine_gust.cfg_file = "cosine_gust_zdir.cfg"
473473
cosine_gust.test_iter = 79
474-
cosine_gust.test_vals = [-2.418805, 0.002013, -0.001504, 0.000445, -0.000558]
474+
cosine_gust.test_vals = [-2.215055, -0.000472, 0.002218, 0.001077, -0.003162]
475475
cosine_gust.unsteady = True
476476
cosine_gust.enabled_with_tsan = False
477477
test_list.append(cosine_gust)

TestCases/hybrid_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main():
5858
discadj_cylinder3D.cfg_dir = "disc_adj_euler/cylinder3D"
5959
discadj_cylinder3D.cfg_file = "inv_cylinder3D.cfg"
6060
discadj_cylinder3D.test_iter = 5
61-
discadj_cylinder3D.test_vals = [-3.764562, -3.719982, -0.000000, 0.000000]
61+
discadj_cylinder3D.test_vals = [-3.774098, -3.730216, -0.000000, 0.000000]
6262
test_list.append(discadj_cylinder3D)
6363

6464
# Arina nozzle 2D
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VARIABLES="VARIABLE" , "GRADIENT" , "FINDIFF_STEP"
2-
0 , 0.0779208 , 0.001
3-
1 , -0.115959 , 0.001
2+
0 , 0.0779077 , 0.001
3+
1 , -0.115995 , 0.001
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VARIABLES="VARIABLE" , "DRAG" , "EFFICIENCY" , "FORCE_X" , "FORCE_Y" , "FORCE_Z" , "LIFT" , "MOMENT_X" , "MOMENT_Y" , "MOMENT_Z" , "SIDEFORCE"
2-
0 , 0.06149476303 , -0.608748249 , 0.05888315926 , 0.1203589365 , 0.0 , 0.119045765 , 0.0 , 0.0 , 0.009719951712 , 0.0
3-
1 , -0.08536237383 , 8.303168487 , -0.09097907726 , 0.2564786779 , 0.0 , 0.2584023411 , 0.0 , 0.0 , 0.004460595335 , 0.0
2+
0 , 0.06156331034 , -0.6082822997 , 0.05895593271 , 0.1201660031 , 0.0 , 0.11885129 , 0.0 , 0.0 , 0.009672466384 , 0.0
3+
1 , -0.08521017525 , 8.292100787 , -0.09081780606 , 0.2560645458 , 0.0 , 0.2579847894 , 0.0 , 0.0 , 0.004373844484 , 0.0

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ def main():
10791079
airfoilRBF.cfg_file = "config.cfg"
10801080
airfoilRBF.test_iter = 1
10811081

1082-
airfoilRBF.test_vals = [1.000000, -2.581853, -5.085822]
1082+
airfoilRBF.test_vals = [1.000000, 0.085635, -3.377052]
10831083
airfoilRBF.tol = 0.0001
10841084
airfoilRBF.multizone = True
10851085
test_list.append(airfoilRBF)

TestCases/serial_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main():
5858
discadj_cylinder3D.cfg_dir = "disc_adj_euler/cylinder3D"
5959
discadj_cylinder3D.cfg_file = "inv_cylinder3D.cfg"
6060
discadj_cylinder3D.test_iter = 5
61-
discadj_cylinder3D.test_vals = [-3.771233, -3.727282, -0.000000, 0.000000]
61+
discadj_cylinder3D.test_vals = [-3.780754, -3.737690, -0.000000, 0.000000]
6262
test_list.append(discadj_cylinder3D)
6363

6464
# Arina nozzle 2D

0 commit comments

Comments
 (0)