From f10789541c028f40f31f7fc77ffa83e5b0fbe934 Mon Sep 17 00:00:00 2001 From: SaettaE Date: Thu, 10 Dec 2020 19:03:21 +0100 Subject: [PATCH] changing the regressions --- TestCases/hybrid_regression.py | 8 -------- TestCases/parallel_regression.py | 11 ----------- TestCases/serial_regression.py | 12 ------------ TestCases/tutorials.py | 11 +++++++++++ 4 files changed, 11 insertions(+), 31 deletions(-) diff --git a/TestCases/hybrid_regression.py b/TestCases/hybrid_regression.py index 01bf4aacde12..5f0ed7eed6be 100644 --- a/TestCases/hybrid_regression.py +++ b/TestCases/hybrid_regression.py @@ -210,14 +210,6 @@ def main(): propeller.test_vals = [-3.389576, -8.409529, 0.000048, 0.056329] test_list.append(propeller) - # PROPELLER VARIBLE LOAD - propeller_var_load = TestCase('propeller_variable_load') - propeller_var_load.cfg_dir = "rans/actuatordisk_variable_load" - propeller_var_load.cfg_file = "propeller_variable_load.cfg" - propeller_var_load.test_iter = 20 - propeller_var_load.test_vals = [-1.808010, -4.535613, 0.000190, 0.172483] - test_list.append(propeller_var_load) - ################################# ## Compressible RANS Restart ### ################################# diff --git a/TestCases/parallel_regression.py b/TestCases/parallel_regression.py index 9d1d7d2fb00f..d7063c7ef4be 100644 --- a/TestCases/parallel_regression.py +++ b/TestCases/parallel_regression.py @@ -334,17 +334,6 @@ def main(): propeller.tol = 0.00001 test_list.append(propeller) - # PROPELLER VARIBLE LOAD - propeller_var_load = TestCase('propeller_variable_load') - propeller_var_load.cfg_dir = "rans/actuatordisk_variable_load" - propeller_var_load.cfg_file = "propeller_variable_load.cfg" - propeller_var_load.test_iter = 20 - propeller_var_load.test_vals = [-1.837780, -4.535082, -0.000315, 0.171887] - propeller_var_load.su2_exec = "parallel_computation.py -f" - propeller_var_load.timeout = 3200 - propeller_var_load.tol = 0.00001 - test_list.append(propeller_var_load) - ################################# ## Compressible RANS Restart ### ################################# diff --git a/TestCases/serial_regression.py b/TestCases/serial_regression.py index 0ffae7638669..f5e5d62f60ea 100644 --- a/TestCases/serial_regression.py +++ b/TestCases/serial_regression.py @@ -375,18 +375,6 @@ def main(): propeller.tol = 0.00001 test_list.append(propeller) - # PROPELLER VARIBLE LOAD - propeller_var_load = TestCase('propeller_variable_load') - propeller_var_load.cfg_dir = "rans/actuatordisk_variable_load" - propeller_var_load.cfg_file = "propeller_variable_load.cfg" - propeller_var_load.test_iter = 20 - propeller_var_load.test_vals = [-1.824944, -4.535272, -0.000008, 0.172071] #last 4 columns - propeller_var_load.su2_exec = "SU2_CFD" - propeller_var_load.new_output = True - propeller_var_load.timeout = 3200 - propeller_var_load.tol = 0.00001 - test_list.append(propeller_var_load) - ################################# ## Compressible RANS Restart ### ################################# diff --git a/TestCases/tutorials.py b/TestCases/tutorials.py index d42b7e555c60..ae285f46c67c 100644 --- a/TestCases/tutorials.py +++ b/TestCases/tutorials.py @@ -163,6 +163,17 @@ def main(): tutorial_unst_naca0012.tol = 0.00001 tutorial_unst_naca0012.unsteady = True test_list.append(tutorial_unst_naca0012) + + # PROPELLER VARIBLE LOAD + propeller_var_load = TestCase('propeller_variable_load') + propeller_var_load.cfg_dir = "../Tutorials/compressible_flow/ActuatorDisk_VariableLoad" + propeller_var_load.cfg_file = "propeller_variable_load.cfg" + propeller_var_load.test_iter = 20 + propeller_var_load.test_vals = [-1.837780, -4.535082, -0.000315, 0.171887] + propeller_var_load.su2_exec = "mpirun -np 2 SU2_CFD" + propeller_var_load.timeout = 3200 + propeller_var_load.tol = 0.00001 + test_list.append(propeller_var_load) ### Design