Skip to content

Commit a9e9d38

Browse files
committed
Updating regression values again...
1 parent c8aa793 commit a9e9d38

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

TestCases/hybrid_regression.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def main():
143143
rae2822_sa.cfg_dir = "rans/rae2822"
144144
rae2822_sa.cfg_file = "turb_SA_RAE2822.cfg"
145145
rae2822_sa.test_iter = 20
146-
rae2822_sa.test_vals = [-2.021218, -5.268447, 0.807465, 0.060897]
146+
rae2822_sa.test_vals = [-2.021224, -5.268445, 0.807582, 0.060731]
147147
test_list.append(rae2822_sa)
148148

149149
# RAE2822 SST
@@ -175,7 +175,7 @@ def main():
175175
turb_oneram6.cfg_dir = "rans/oneram6"
176176
turb_oneram6.cfg_file = "turb_ONERAM6.cfg"
177177
turb_oneram6.test_iter = 10
178-
turb_oneram6.test_vals = [-2.412446, -6.702976, 0.229866, 0.147638]
178+
turb_oneram6.test_vals = [-2.388851, -6.689340, 0.230320, 0.157649]
179179
test_list.append(turb_oneram6)
180180

181181
# NACA0012 (SA, FUN3D finest grid results: CL=1.0983, CD=0.01242)
@@ -215,7 +215,7 @@ def main():
215215
propeller_var_load.cfg_dir = "rans/actuatordisk_variable_load"
216216
propeller_var_load.cfg_file = "propeller_variable_load.cfg"
217217
propeller_var_load.test_iter = 20
218-
propeller_var_load.test_vals = [-1.810684, -4.535582, 0.000252, 0.170455]
218+
propeller_var_load.test_vals = [-1.808010, -4.535613, 0.000190, 0.172483]
219219
test_list.append(propeller_var_load)
220220

221221
#################################
@@ -240,23 +240,23 @@ def main():
240240
turb_naca0012_1c.cfg_dir = "rans_uq/naca0012"
241241
turb_naca0012_1c.cfg_file = "turb_NACA0012_uq_1c.cfg"
242242
turb_naca0012_1c.test_iter = 10
243-
turb_naca0012_1c.test_vals = [-4.979339, 1.140084, 1.217182, 0.220079]
243+
turb_naca0012_1c.test_vals = [-4.979389, 1.140070, 1.211965, 0.194237]
244244
test_list.append(turb_naca0012_1c)
245245

246246
# NACA0012 2c
247247
turb_naca0012_2c = TestCase('turb_naca0012_2c')
248248
turb_naca0012_2c.cfg_dir = "rans_uq/naca0012"
249249
turb_naca0012_2c.cfg_file = "turb_NACA0012_uq_2c.cfg"
250250
turb_naca0012_2c.test_iter = 10
251-
turb_naca0012_2c.test_vals = [-5.484195, 0.969780, 1.315926, 0.258346]
251+
turb_naca0012_2c.test_vals = [-5.484195, 0.969789, 1.310525, 0.231240]
252252
test_list.append(turb_naca0012_2c)
253253

254254
# NACA0012 3c
255255
turb_naca0012_3c = TestCase('turb_naca0012_3c')
256256
turb_naca0012_3c.cfg_dir = "rans_uq/naca0012"
257257
turb_naca0012_3c.cfg_file = "turb_NACA0012_uq_3c.cfg"
258258
turb_naca0012_3c.test_iter = 10
259-
turb_naca0012_3c.test_vals = [-5.586959, 0.932347, 1.540973, 0.345562]
259+
turb_naca0012_3c.test_vals = [-5.586959, 0.932359, 1.535455, 0.315820]
260260
test_list.append(turb_naca0012_3c)
261261

262262
# NACA0012 p1c1

0 commit comments

Comments
 (0)