@@ -344,7 +344,7 @@ def main():
344344 poiseuille_profile .cfg_dir = "navierstokes/poiseuille"
345345 poiseuille_profile .cfg_file = "profile_poiseuille.cfg"
346346 poiseuille_profile .test_iter = 10
347- poiseuille_profile .test_vals = [- 12.007512 , - 7.227061 , - 0.000000 , 2.089953 ]
347+ poiseuille_profile .test_vals = [- 12.007512 , - 7.227061 , - 0.000000 , 2.089953 ]
348348 poiseuille_profile .test_vals_aarch64 = [- 12.492864 , - 7.671632 , - 0.000000 , 2.085796 ]
349349 test_list .append (poiseuille_profile )
350350
@@ -393,15 +393,15 @@ def main():
393393 test_list .append (turb_flatplate_species )
394394
395395 # Flat plate SST compressibility correction Wilcox
396- turb_flatplate_CC_Wilcox = TestCase ('turb_flatplate_CC_Wilcox' )
396+ turb_flatplate_CC_Wilcox = TestCase ('turb_flatplate_CC_Wilcox' )
397397 turb_flatplate_CC_Wilcox .cfg_dir = "rans/flatplate"
398398 turb_flatplate_CC_Wilcox .cfg_file = "turb_SST_flatplate_compressibility_Wilcox.cfg"
399399 turb_flatplate_CC_Wilcox .test_iter = 20
400400 turb_flatplate_CC_Wilcox .test_vals = [- 1.280875 , 1.974210 , 1.440441 , 5.038396 , - 4.052127 , 11.904843 ]
401401 test_list .append (turb_flatplate_CC_Wilcox )
402402
403403 # Flat plate SST compressibility correction Sarkar
404- turb_flatplate_CC_Sarkar = TestCase ('turb_flatplate_CC_Sarkar' )
404+ turb_flatplate_CC_Sarkar = TestCase ('turb_flatplate_CC_Sarkar' )
405405 turb_flatplate_CC_Sarkar .cfg_dir = "rans/flatplate"
406406 turb_flatplate_CC_Sarkar .cfg_file = "turb_SST_flatplate_compressibility_Sarkar.cfg"
407407 turb_flatplate_CC_Sarkar .test_iter = 20
@@ -570,39 +570,39 @@ def main():
570570 test_list .append (inc_nozzle )
571571
572572 # Laminar wall mounted cylinder, Euler walls, cylinder wall diagonally split
573- inc_cylinder_split = TestCase ('inc_cylinder_split' )
574- inc_cylinder_split .cfg_dir = "incomp_navierstokes/cylinder_split"
575- inc_cylinder_split .cfg_file = "cylinder_split.cfg"
576- inc_cylinder_split .test_iter = 10
577- inc_cylinder_split .test_vals = [- 10.172747 , - 11.108149 , - 10.908852 , 10.000000 ]
573+ inc_cylinder_split = TestCase ('inc_cylinder_split' )
574+ inc_cylinder_split .cfg_dir = "incomp_navierstokes/cylinder_split"
575+ inc_cylinder_split .cfg_file = "cylinder_split.cfg"
576+ inc_cylinder_split .test_iter = 10
577+ inc_cylinder_split .test_vals = [- 10.172747 , - 11.108149 , - 10.908852 , 10.000000 ]
578578 test_list .append (inc_cylinder_split )
579579
580580 #############################
581581 ### Incompressible N-S ###
582582 #############################
583583
584584 # Laminar cylinder
585- inc_lam_cylinder = TestCase ('inc_lam_cylinder' )
586- inc_lam_cylinder .cfg_dir = "incomp_navierstokes/cylinder"
587- inc_lam_cylinder .cfg_file = "incomp_cylinder.cfg"
588- inc_lam_cylinder .test_iter = 10
589- inc_lam_cylinder .test_vals = [- 4.004072 , - 3.194881 , - 0.076553 , 7.780048 ]
585+ inc_lam_cylinder = TestCase ('inc_lam_cylinder' )
586+ inc_lam_cylinder .cfg_dir = "incomp_navierstokes/cylinder"
587+ inc_lam_cylinder .cfg_file = "incomp_cylinder.cfg"
588+ inc_lam_cylinder .test_iter = 10
589+ inc_lam_cylinder .test_vals = [- 4.004072 , - 3.194881 , - 0.076553 , 7.780048 ]
590590 test_list .append (inc_lam_cylinder )
591591
592592 # Laminar sphere, Re=1. Last column: Cd=24/Re
593- inc_lam_sphere = TestCase ('inc_lam_sphere' )
594- inc_lam_sphere .cfg_dir = "incomp_navierstokes/sphere"
595- inc_lam_sphere .cfg_file = "sphere.cfg"
596- inc_lam_sphere .test_iter = 5
597- inc_lam_sphere .test_vals = [- 8.342926 , - 9.322789 , 0.121003 , 25.782687 ]
593+ inc_lam_sphere = TestCase ('inc_lam_sphere' )
594+ inc_lam_sphere .cfg_dir = "incomp_navierstokes/sphere"
595+ inc_lam_sphere .cfg_file = "sphere.cfg"
596+ inc_lam_sphere .test_iter = 5
597+ inc_lam_sphere .test_vals = [- 8.342926 , - 9.322789 , 0.121003 , 25.782687 ]
598598 test_list .append (inc_lam_sphere )
599599
600600 # Buoyancy-driven cavity
601- inc_buoyancy = TestCase ('inc_buoyancy' )
602- inc_buoyancy .cfg_dir = "incomp_navierstokes/buoyancy_cavity"
603- inc_buoyancy .cfg_file = "lam_buoyancy_cavity.cfg"
604- inc_buoyancy .test_iter = 20
605- inc_buoyancy .test_vals = [- 4.435827 , 0.508037 , 0.000000 , 0.000000 ]
601+ inc_buoyancy = TestCase ('inc_buoyancy' )
602+ inc_buoyancy .cfg_dir = "incomp_navierstokes/buoyancy_cavity"
603+ inc_buoyancy .cfg_file = "lam_buoyancy_cavity.cfg"
604+ inc_buoyancy .test_iter = 20
605+ inc_buoyancy .test_vals = [- 4.435827 , 0.508037 , 0.000000 , 0.000000 ]
606606 test_list .append (inc_buoyancy )
607607
608608 # Laminar heated cylinder with polynomial fluid model
@@ -614,11 +614,11 @@ def main():
614614 test_list .append (inc_poly_cylinder )
615615
616616 # X-coarse laminar bend as a mixed element CGNS test
617- inc_lam_bend = TestCase ('inc_lam_bend' )
618- inc_lam_bend .cfg_dir = "incomp_navierstokes/bend"
619- inc_lam_bend .cfg_file = "lam_bend.cfg"
620- inc_lam_bend .test_iter = 10
621- inc_lam_bend .test_vals = [- 3.550744 , - 3.220213 , - 0.017606 , 1.015086 ]
617+ inc_lam_bend = TestCase ('inc_lam_bend' )
618+ inc_lam_bend .cfg_dir = "incomp_navierstokes/bend"
619+ inc_lam_bend .cfg_file = "lam_bend.cfg"
620+ inc_lam_bend .test_iter = 10
621+ inc_lam_bend .test_vals = [- 3.550744 , - 3.220213 , - 0.017606 , 1.015086 ]
622622 test_list .append (inc_lam_bend )
623623
624624 # 3D laminar channnel with 1 cell in flow direction, streamwise periodic
0 commit comments