Skip to content

Commit 26ce36f

Browse files
committed
Fix regression test roughness
1 parent 292af31 commit 26ce36f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TestCases/serial_regression.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,23 +253,23 @@ def main():
253253
turb_wallfunction_flatplate_sst.test_vals = [-4.581446, -1.913566, -1.958042, 0.909602, -1.602844, 1.482035, 10.000000, -1.741580, 0.033323, 0.002425]
254254
test_list.append(turb_wallfunction_flatplate_sst)
255255

256-
# FLAT PLATE, ROUGHNESS BCS WILCOX2006 SST
256+
# FLAT PLATE, ROUGHNESS BC WILCOX2006 SST
257257
turb_flatplate_sst_roughBCWilcox2006 = TestCase('turb_sst_flatplate_roughBCWilcox2006')
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
261261
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

264-
# FLAT PLATE, ROUGHNESS BCS KNOPP SST
264+
# FLAT PLATE, ROUGHNESS BC 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
269269
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

272-
# FLAT PLATE, ROUGHNESS BCS AUPOIX SST
272+
# FLAT PLATE, ROUGHNESS BC 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"

0 commit comments

Comments
 (0)