@@ -824,23 +824,23 @@ def main():
824824 unst_pitching_naca64a010_rans .cfg_dir = "unsteady/pitching_naca64a010_rans"
825825 unst_pitching_naca64a010_rans .cfg_file = "turb_NACA64A010.cfg"
826826 unst_pitching_naca64a010_rans .test_iter = 2
827- unst_pitching_naca64a010_rans .test_vals = [- 4.799603 , - 7.374477 , - 0.005421 , 0.008293 ]
827+ unst_pitching_naca64a010_rans .test_vals = [- 1.299045 , - 3.951372 , 0.010139 , 0.008244 ]
828828 unst_pitching_naca64a010_rans .unsteady = True
829829 test_list .append (unst_pitching_naca64a010_rans )
830830 # unsteady pitching NACA64A010, Euler
831831 unst_pitching_naca64a010_euler = TestCase ('unst_pitching_naca64a010_euler' )
832832 unst_pitching_naca64a010_euler .cfg_dir = "unsteady/pitching_naca64a010_euler"
833833 unst_pitching_naca64a010_euler .cfg_file = "pitching_NACA64A010.cfg"
834834 unst_pitching_naca64a010_euler .test_iter = 2
835- unst_pitching_naca64a010_euler .test_vals = [- 4.240073 , 1.280267 , - 0.040141 , 0.000887 ]
835+ unst_pitching_naca64a010_euler .test_vals = [- 1.186839 , 4.280301 , - 0.038811 , 0.000913 ]
836836 unst_pitching_naca64a010_euler .unsteady = True
837837 test_list .append (unst_pitching_naca64a010_euler )
838838 # unsteady plunging NACA0012, Laminar NS
839839 unst_plunging_naca0012 = TestCase ('unst_plunging_naca0012' )
840840 unst_plunging_naca0012 .cfg_dir = "unsteady/plunging_naca0012"
841841 unst_plunging_naca0012 .cfg_file = "plunging_NACA0012.cfg"
842842 unst_plunging_naca0012 .test_iter = 2
843- unst_plunging_naca0012 .test_vals = [- 5.829829 , - 0.258459 , 0.888444 , - 0.124558 ]
843+ unst_plunging_naca0012 .test_vals = [- 4.083462 , 1.366757 , - 3.718481 , - 0.066605 ]
844844 unst_plunging_naca0012 .unsteady = True
845845 test_list .append (unst_plunging_naca0012 )
846846
0 commit comments