@@ -615,7 +615,6 @@ def main():
615615 fem_ns_sphere .cfg_file = "fem_Sphere_reg.cfg"
616616 fem_ns_sphere .test_iter = 10
617617 fem_ns_sphere .test_vals = [- 0.288121 ,0.240324 ,0.000258 ,21.797363 ] #last 4 columns
618- fem_ns_sphere .command = TestCase .Command (exec = "SU2_CFD" )
619618 test_list .append (fem_ns_sphere )
620619
621620 # Unsteady sphere ADER
@@ -624,7 +623,6 @@ def main():
624623 fem_ns_sphere_ader .cfg_file = "fem_Sphere_reg_ADER.cfg"
625624 fem_ns_sphere_ader .test_iter = 10
626625 fem_ns_sphere_ader .test_vals = [- 35.000000 ,- 35.000000 ,0.000047 ,31.110911 ] #last 4 columns
627- fem_ns_sphere_ader .command = TestCase .Command (exec = "SU2_CFD" )
628626 test_list .append (fem_ns_sphere_ader )
629627
630628 # Unsteady cylinder
@@ -633,7 +631,6 @@ def main():
633631 fem_ns_unsteady_cylinder .cfg_file = "fem_unst_cylinder.cfg"
634632 fem_ns_unsteady_cylinder .test_iter = 11
635633 fem_ns_unsteady_cylinder .test_vals = [- 3.558582 ,- 3.014464 ,- 0.038927 ,1.383983 ] #last 4 columns
636- fem_ns_unsteady_cylinder .command = TestCase .Command (exec = "SU2_CFD" )
637634 fem_ns_unsteady_cylinder .unsteady = True
638635 test_list .append (fem_ns_unsteady_cylinder )
639636
@@ -643,7 +640,6 @@ def main():
643640 fem_ns_unsteady_cylinder_ader .cfg_file = "fem_unst_cylinder_ADER.cfg"
644641 fem_ns_unsteady_cylinder_ader .test_iter = 11
645642 fem_ns_unsteady_cylinder_ader .test_vals = [- 35.000000 ,- 35.000000 ,- 0.041003 ,1.391339 ] #last 4 columns
646- fem_ns_unsteady_cylinder_ader .command = TestCase .Command (exec = "SU2_CFD" )
647643 fem_ns_unsteady_cylinder_ader .unsteady = True
648644 test_list .append (fem_ns_unsteady_cylinder_ader )
649645
@@ -1106,7 +1102,6 @@ def main():
11061102 bars_SST_2D .cfg_file = "bars.cfg"
11071103 bars_SST_2D .test_iter = 13
11081104 bars_SST_2D .test_vals = [13.000000 , - 0.604409 , - 1.523885 ]
1109- bars_SST_2D .command = TestCase .Command (exec = "SU2_CFD" )
11101105 bars_SST_2D .multizone = True
11111106 test_list .append (bars_SST_2D )
11121107
@@ -1115,8 +1110,7 @@ def main():
11151110 slinc_steady .cfg_dir = "sliding_interface/incompressible_steady"
11161111 slinc_steady .cfg_file = "config.cfg"
11171112 slinc_steady .test_iter = 19
1118- slinc_steady .test_vals = [19.000000 , - 1.803732 , - 2.108492 ] #last 3 columns
1119- slinc_steady .command = TestCase .Command (exec = "SU2_CFD" )
1113+ slinc_steady .test_vals = [19.000000 , - 1.778863 , - 2.040209 ] #last 3 columns
11201114 slinc_steady .timeout = 100
11211115 slinc_steady .tol = 0.00002
11221116 slinc_steady .multizone = True
@@ -1232,7 +1226,6 @@ def main():
12321226 cht_incompressible .cfg_file = "cht_2d_3cylinders.cfg"
12331227 cht_incompressible .test_iter = 10
12341228 cht_incompressible .test_vals = [- 2.128826 , - 0.588813 , - 0.588813 , - 0.588813 ] #last 4 columns
1235- cht_incompressible .command = TestCase .Command (exec = "SU2_CFD" )
12361229 cht_incompressible .multizone = True
12371230 test_list .append (cht_incompressible )
12381231
@@ -1241,8 +1234,7 @@ def main():
12411234 cht_compressible .cfg_dir = "coupled_cht/comp_2d"
12421235 cht_compressible .cfg_file = "cht_2d_3cylinders.cfg"
12431236 cht_compressible .test_iter = 10
1244- cht_compressible .test_vals = [- 4.256032 , - 0.532728 , - 0.532729 , - 0.532728 ]
1245- cht_compressible .command = TestCase .Command (exec = "SU2_CFD" )
1237+ cht_compressible .test_vals = [- 4.256053 , - 0.532725 , - 0.532725 , - 0.532726 ]
12461238 cht_compressible .multizone = True
12471239 test_list .append (cht_compressible )
12481240
@@ -1387,7 +1379,6 @@ def main():
13871379 ringleb_dg_euler .cfg_file = "ringleb_dg.cfg"
13881380 ringleb_dg_euler .test_iter = 100
13891381 ringleb_dg_euler .test_vals = [- 5.136652 , - 4.724941 , 0.000000 , 0.000000 ] #last 4 columns
1390- ringleb_dg_euler .command = TestCase .Command (exec = "SU2_CFD" )
13911382 ringleb_dg_euler .tol = 0.0001
13921383 test_list .append (ringleb_dg_euler )
13931384
@@ -1397,7 +1388,6 @@ def main():
13971388 mms_dg_ns .cfg_file = "lam_mms_dg.cfg"
13981389 mms_dg_ns .test_iter = 100
13991390 mms_dg_ns .test_vals = [- 1.845393 , 3.520699 , 0.000000 , 0.000000 ] #last 4 columns
1400- mms_dg_ns .command = TestCase .Command (exec = "SU2_CFD" )
14011391 mms_dg_ns .tol = 0.0001
14021392 test_list .append (mms_dg_ns )
14031393
@@ -1407,7 +1397,6 @@ def main():
14071397 mms_dg_ns_3d .cfg_file = "lam_mms_dg_3d.cfg"
14081398 mms_dg_ns_3d .test_iter = 100
14091399 mms_dg_ns_3d .test_vals = [- 0.146826 , 5.356413 , 0.000000 , 0.000000 ] #last 4 columns
1410- mms_dg_ns_3d .command = TestCase .Command (exec = "SU2_CFD" )
14111400 mms_dg_ns_3d .tol = 0.0001
14121401 test_list .append (mms_dg_ns_3d )
14131402
0 commit comments