@@ -628,7 +628,7 @@ def main():
628628 inc_buoyancy .cfg_dir = "incomp_navierstokes/buoyancy_cavity"
629629 inc_buoyancy .cfg_file = "lam_buoyancy_cavity.cfg"
630630 inc_buoyancy .test_iter = 20
631- inc_buoyancy .test_vals = [- 3.860462 , - 3.122401 , 4.074510 , - 23.414000 ]
631+ inc_buoyancy .test_vals = [- 3.860462 , - 3.122401 , 1.322722 , - 23.414000 ]
632632 test_list .append (inc_buoyancy )
633633
634634 # Laminar heated cylinder with polynomial fluid model
@@ -1234,7 +1234,7 @@ def main():
12341234 slinc_steady .cfg_dir = "sliding_interface/incompressible_steady"
12351235 slinc_steady .cfg_file = "config.cfg"
12361236 slinc_steady .test_iter = 19
1237- slinc_steady .test_vals = [19.000000 , - 1.013427 , - 1.222965 ]
1237+ slinc_steady .test_vals = [19.000000 , - 1.131557 , - 1.370471 ]
12381238 slinc_steady .timeout = 100
12391239 slinc_steady .tol = 0.00002
12401240 slinc_steady .multizone = True
@@ -1361,7 +1361,7 @@ def main():
13611361 p1rad .cfg_dir = "radiation/p1model"
13621362 p1rad .cfg_file = "configp1.cfg"
13631363 p1rad .test_iter = 50
1364- p1rad .test_vals = [- 7.700974 , - 7.734765 , - 2.061661 , 0.382811 , - 57.861000 ]
1364+ p1rad .test_vals = [- 8.197112 , - 7.856394 , - 2.380743 , 0.381122 , - 57.186000 ]
13651365 test_list .append (p1rad )
13661366
13671367
@@ -1529,8 +1529,8 @@ def main():
15291529 pywrapper_buoyancy .cfg_dir = "py_wrapper/custom_source_buoyancy"
15301530 pywrapper_buoyancy .cfg_file = "lam_buoyancy_cavity.cfg"
15311531 pywrapper_buoyancy .test_iter = 0
1532- pywrapper_buoyancy .test_vals = [- 13.314107 , - 13.764877 , - 13.136439 , - 5.379183 ]
1533- pywrapper_buoyancy .test_vals_aarch64 = [- 17.746018 , - 17.460693 , - 17.430708 , - 12.260624 ]
1532+ pywrapper_buoyancy .test_vals = [- 13.227985 , - 13.678478 , - 13.050758 , - 7.777151 ]
1533+ pywrapper_buoyancy .test_vals_aarch64 = [- 13.227985 , - 13.678478 , - 13.050758 , - 7.777151 ]
15341534 pywrapper_buoyancy .command = TestCase .Command ("mpirun -np 2" , "python" , "run.py" )
15351535 test_list .append (pywrapper_buoyancy )
15361536
@@ -1539,7 +1539,7 @@ def main():
15391539 pywrapper_zimont .cfg_dir = "py_wrapper/turbulent_premixed_psi"
15401540 pywrapper_zimont .cfg_file = "psi.cfg"
15411541 pywrapper_zimont .test_iter = 0
1542- pywrapper_zimont .test_vals = [- 9.317943 , - 0.377235 , - 1.091632 , - 0.502950 , 2.968250 , - 1.242417 ]
1542+ pywrapper_zimont .test_vals = [- 3.415653 , - 2.221781 , - 3.107330 , - 2.569248 , 0.531838 , - 3.796447 ]
15431543 pywrapper_zimont .command = TestCase .Command ("mpirun -np 2" , "python" , "run.py" )
15441544 test_list .append (pywrapper_zimont )
15451545
0 commit comments