Skip to content

Commit 292af31

Browse files
committed
Fixed values regression test rough flat plate
1 parent 129f7db commit 292af31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TestCases/serial_regression.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,23 +258,23 @@ def main():
258258
turb_flatplate_sst_roughBCWilcox2006.cfg_dir = "rans/flatplate/roughness/bc_wilcox2006"
259259
turb_flatplate_sst_roughBCWilcox2006.cfg_file = "turb_SST_flatplate_roughBCWilcox2006.cfg"
260260
turb_flatplate_sst_roughBCWilcox2006.test_iter = 10
261-
turb_flatplate_sst_roughBCWilcox2006.test_vals = [-4.581446, -1.913566, -1.958042, 0.909602, -1.602844, 1.482035, 10.000000, -1.741580, 0.033323, 0.002425]
261+
turb_flatplate_sst_roughBCWilcox2006.test_vals = [10.000000, 0.052109, -3.937983, -1.063721, -1.483116, 1.514608, -1.003919, 4.472050, -0.180308, 0.033500]
262262
test_list.append(turb_flatplate_sst_roughBCWilcox2006)
263263

264264
# FLAT PLATE, ROUGHNESS BCS KNOPP SST
265265
turb_flatplate_sst_roughBCKnopp = TestCase('turb_sst_flatplate_roughBCKnopp')
266266
turb_flatplate_sst_roughBCKnopp.cfg_dir = "rans/flatplate/roughness/bc_knopp"
267267
turb_flatplate_sst_roughBCKnopp.cfg_file = "turb_SST_flatplate_roughBCKnopp.cfg"
268268
turb_flatplate_sst_roughBCKnopp.test_iter = 10
269-
turb_flatplate_sst_roughBCKnopp.test_vals = [-4.581446, -1.913566, -1.958042, 0.909602, -1.602844, 1.482035, 10.000000, -1.741580, 0.033323, 0.002425]
269+
turb_flatplate_sst_roughBCKnopp.test_vals = [10.000000, 0.053020, -3.454853, -0.684543, -0.886080, 2.140376, 1.043068, 4.808919, -0.203494, 0.053645]
270270
test_list.append(turb_flatplate_sst_roughBCKnopp)
271271

272272
# FLAT PLATE, ROUGHNESS BCS AUPOIX SST
273273
turb_flatplate_sst_roughBCAupoix = TestCase('turb_sst_flatplate_roughBCAupoix')
274274
turb_flatplate_sst_roughBCAupoix.cfg_dir = "rans/flatplate/roughness/bc_aupoix"
275275
turb_flatplate_sst_roughBCAupoix.cfg_file = "turb_SST_flatplate_roughBCAupoix.cfg"
276276
turb_flatplate_sst_roughBCAupoix.test_iter = 10
277-
turb_flatplate_sst_roughBCAupoix.test_vals = [-4.581446, -1.913566, -1.958042, 0.909602, -1.602844, 1.482035, 10.000000, -1.741580, 0.033323, 0.002425]
277+
turb_flatplate_sst_roughBCAupoix.test_vals = [10.000000, 0.053252, -3.575414, -0.761810, -0.998912, 2.003238, 0.907276, 4.807309, -0.197354, 0.051349]
278278
test_list.append(turb_flatplate_sst_roughBCAupoix)
279279

280280

0 commit comments

Comments
 (0)