@@ -348,15 +348,6 @@ def main():
348348 ### Axisymmetric Compressible RANS ###
349349 #######################################
350350
351- # Axisymmetric air nozzle (transonic) start
352- axi_rans_air_nozzle = TestCase ('axi_rans_air_nozzle' )
353- axi_rans_air_nozzle .cfg_dir = "axisymmetric_rans/air_nozzle"
354- axi_rans_air_nozzle .cfg_file = "air_nozzle.cfg"
355- axi_rans_air_nozzle .test_iter = 20
356- axi_rans_air_nozzle .test_vals = [- 2.614180 , 3.073672 , - 6.599457 , 4.471847 , 193.720000 ]
357- axi_rans_air_nozzle .tol = 0.0001
358- test_list .append (axi_rans_air_nozzle )
359-
360351 # Axisymmetric air nozzle (transonic) restart
361352 axi_rans_air_nozzle_restart = TestCase ('axi_rans_air_nozzle_restart' )
362353 axi_rans_air_nozzle_restart .cfg_dir = "axisymmetric_rans/air_nozzle"
@@ -922,19 +913,10 @@ def main():
922913 ### turbomachinery ###
923914 ######################################
924915
925- # Jones APU Turbocharger
926- Jones_tc = TestCase ('jones_turbocharger' )
927- Jones_tc .cfg_dir = "turbomachinery/APU_turbocharger"
928- Jones_tc .cfg_file = "Jones.cfg"
929- Jones_tc .test_iter = 5
930- Jones_tc .test_vals = [- 5.283772 , 0.374025 , 72.237120 , 1.276385 ] #last 4 columns
931- Jones_tc .new_output = False
932- test_list .append (Jones_tc )
933-
934916 # Jones APU Turbocharger restart
935917 Jones_tc_restart = TestCase ('jones_turbocharger_restart' )
936918 Jones_tc_restart .cfg_dir = "turbomachinery/APU_turbocharger"
937- Jones_tc_restart .cfg_file = "Jones_rst .cfg"
919+ Jones_tc_restart .cfg_file = "Jones_restart .cfg"
938920 Jones_tc_restart .test_iter = 5
939921 Jones_tc_restart .test_vals = [- 4.239857 , - 1.473748 , 33.995240 , 10.181660 ] #last 4 columns
940922 Jones_tc_restart .new_output = False
@@ -950,19 +932,10 @@ def main():
950932 axial_stage2D .new_output = False
951933 test_list .append (axial_stage2D )
952934
953- # 2D transonic stator
954- transonic_stator = TestCase ('transonic_stator' )
955- transonic_stator .cfg_dir = "turbomachinery/transonic_stator_2D"
956- transonic_stator .cfg_file = "transonic_stator.cfg"
957- transonic_stator .test_iter = 20
958- transonic_stator .test_vals = [- 0.555500 , 5.833435 , 96.257430 , 0.062600 ] #last 4 columns
959- transonic_stator .new_output = False
960- test_list .append (transonic_stator )
961-
962935 # 2D transonic stator restart
963936 transonic_stator_restart = TestCase ('transonic_stator_restart' )
964937 transonic_stator_restart .cfg_dir = "turbomachinery/transonic_stator_2D"
965- transonic_stator_restart .cfg_file = "transonic_stator_rst .cfg"
938+ transonic_stator_restart .cfg_file = "transonic_stator_restart .cfg"
966939 transonic_stator_restart .test_iter = 20
967940 transonic_stator_restart .test_vals = [- 3.309645 , 0.206411 , 5.003080 , 0.002950 ] #last 4 columns
968941 transonic_stator_restart .new_output = False
0 commit comments