@@ -94,16 +94,16 @@ def main():
9494 test_list .append (viscwedge )
9595
9696 # Viscous single wedge with Mutation++
97- viscwedge_mpp = TestCase ('viscwedge_mpp' )
98- viscwedge_mpp .cfg_dir = "nonequilibrium/viscwedge_mpp"
99- viscwedge_mpp .cfg_file = "viscwedge_mpp.cfg"
100- viscwedge_mpp .test_iter = 10
101- viscwedge_mpp .test_vals = [- 20.608474 , - 20.586446 ,- 20.707524 , - 5.171304 ,- 5.696067 ,- 1.548350 ,- 2.071211 ,2.231054 ,- 2.545494 ]
102- viscwedge_mpp .su2_exec = "mpirun -n 2 SU2_CFD"
103- viscwedge_mpp .timeout = 1600
104- viscwedge_mpp .new_output = True
105- viscwedge_mpp .tol = 0.00001
106- test_list .append (viscwedge_mpp )
97+ # viscwedge_mpp = TestCase('viscwedge_mpp')
98+ # viscwedge_mpp.cfg_dir = "nonequilibrium/viscwedge_mpp"
99+ # viscwedge_mpp.cfg_file = "viscwedge_mpp.cfg"
100+ # viscwedge_mpp.test_iter = 10
101+ # viscwedge_mpp.test_vals = [-20.608474, -20.586446,-20.707524, -5.171304,-5.696067,-1.548350,-2.071211,2.231054,-2.545494]
102+ # viscwedge_mpp.su2_exec = "mpirun -n 2 SU2_CFD"
103+ # viscwedge_mpp.timeout = 1600
104+ # viscwedge_mpp.new_output = True
105+ # viscwedge_mpp.tol = 0.00001
106+ # test_list.append(viscwedge_mpp)
107107
108108
109109 ##########################
0 commit comments