Skip to content

Commit 8795b86

Browse files
committed
CorrectRegressionTests
1 parent 47d68f3 commit 8795b86

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

TestCases/parallel_regression.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ def main():
913913
turb_naca0012_p1c2.cfg_dir = "rans_uq/naca0012"
914914
turb_naca0012_p1c2.cfg_file = "turb_NACA0012_uq_p1c2.cfg"
915915
turb_naca0012_p1c2.test_iter = 10
916-
turb_naca0012_p1c2.test_vals = [-5.549646, 0.946077, 0.284451, -0.112299]
916+
turb_naca0012_p1c2.test_vals = [-5.549646, 0.946077, 0.284451, -0.112299]
917917
test_list.append(turb_naca0012_p1c2)
918918

919919
######################################
@@ -1429,23 +1429,23 @@ def main():
14291429
test_list.append(pywrapper_unsteadyFSI)
14301430

14311431
# Unsteady CHT
1432-
pywrapper_unsteadyCHT = TestCase('pywrapper_unsteadyCHT')
1433-
pywrapper_unsteadyCHT.cfg_dir = "py_wrapper/flatPlate_unsteady_CHT"
1434-
pywrapper_unsteadyCHT.cfg_file = "unsteady_CHT_FlatPlate_Conf.cfg"
1435-
pywrapper_unsteadyCHT.test_iter = 5
1436-
pywrapper_unsteadyCHT.test_vals = [-1.614167, 2.247364, -0.001388, 0.172995]
1437-
pywrapper_unsteadyCHT.command = TestCase.Command("mpirun -np 2", "python", "launch_unsteady_CHT_FlatPlate.py --parallel -f")
1438-
pywrapper_unsteadyCHT.unsteady = True
1432+
pywrapper_unsteadyCHT = TestCase('pywrapper_unsteadyCHT')
1433+
pywrapper_unsteadyCHT.cfg_dir = "py_wrapper/flatPlate_unsteady_CHT"
1434+
pywrapper_unsteadyCHT.cfg_file = "unsteady_CHT_FlatPlate_Conf.cfg"
1435+
pywrapper_unsteadyCHT.test_iter = 5
1436+
pywrapper_unsteadyCHT.test_vals = [-1.614167, 2.247364, -0.001388, 0.172995]
1437+
pywrapper_unsteadyCHT.command = TestCase.Command("mpirun -np 2", "python", "launch_unsteady_CHT_FlatPlate.py --parallel -f")
1438+
pywrapper_unsteadyCHT.unsteady = True
14391439
test_list.append(pywrapper_unsteadyCHT)
14401440

14411441
# Rigid motion
1442-
pywrapper_rigidMotion = TestCase('pywrapper_rigidMotion')
1443-
pywrapper_rigidMotion.cfg_dir = "py_wrapper/flatPlate_rigidMotion"
1444-
pywrapper_rigidMotion.cfg_file = "flatPlate_rigidMotion_Conf.cfg"
1445-
pywrapper_rigidMotion.test_iter = 5
1446-
pywrapper_rigidMotion.test_vals = [-1.614166, 2.243100, 0.350194, 0.089497]
1447-
pywrapper_rigidMotion.command = TestCase.Command("mpirun -np 2", "python", "launch_flatPlate_rigidMotion.py --parallel -f")
1448-
pywrapper_rigidMotion.unsteady = True
1442+
pywrapper_rigidMotion = TestCase('pywrapper_rigidMotion')
1443+
pywrapper_rigidMotion.cfg_dir = "py_wrapper/flatPlate_rigidMotion"
1444+
pywrapper_rigidMotion.cfg_file = "flatPlate_rigidMotion_Conf.cfg"
1445+
pywrapper_rigidMotion.test_iter = 5
1446+
pywrapper_rigidMotion.test_vals = [-1.614166, 2.243100, 0.350194, 0.089497]
1447+
pywrapper_rigidMotion.command = TestCase.Command("mpirun -np 2", "python", "launch_flatPlate_rigidMotion.py --parallel -f")
1448+
pywrapper_rigidMotion.unsteady = True
14491449
test_list.append(pywrapper_rigidMotion)
14501450

14511451
# Deforming Bump in Channel

0 commit comments

Comments
 (0)