@@ -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
@@ -570,43 +570,43 @@ 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
609- inc_poly_cylinder = TestCase ('inc_poly_cylinder' )
609+ inc_poly_cylinder = TestCase ('inc_poly_cylinder' )
610610 inc_poly_cylinder .cfg_dir = "incomp_navierstokes/cylinder"
611611 inc_poly_cylinder .cfg_file = "poly_cylinder.cfg"
612612 inc_poly_cylinder .test_iter = 20
@@ -617,8 +617,8 @@ def main():
617617 inc_lam_bend = TestCase ('inc_lam_bend' )
618618 inc_lam_bend .cfg_dir = "incomp_navierstokes/bend"
619619 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 ]
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
@@ -1441,7 +1441,7 @@ def main():
14411441 pywrapper_unsteadyCHT .cfg_dir = "py_wrapper/flatPlate_unsteady_CHT"
14421442 pywrapper_unsteadyCHT .cfg_file = "unsteady_CHT_FlatPlate_Conf.cfg"
14431443 pywrapper_unsteadyCHT .test_iter = 5
1444- pywrapper_unsteadyCHT .test_vals = [- 1.614167 , 2.246133 , - 0.001388 , 0.172996 ]
1444+ pywrapper_unsteadyCHT .test_vals = [- 1.614167 , 2.246133 , - 0.001388 , 0.172996 ]
14451445 pywrapper_unsteadyCHT .command = TestCase .Command ("mpirun -np 2" , "python" , "launch_unsteady_CHT_FlatPlate.py --parallel -f" )
14461446 pywrapper_unsteadyCHT .unsteady = True
14471447 test_list .append (pywrapper_unsteadyCHT )
0 commit comments