@@ -619,7 +619,7 @@ def main():
619619 inc_buoyancy .cfg_dir = "incomp_navierstokes/buoyancy_cavity"
620620 inc_buoyancy .cfg_file = "lam_buoyancy_cavity.cfg"
621621 inc_buoyancy .test_iter = 20
622- inc_buoyancy .test_vals = [- 3.860462 , - 3.122401 , 4.074510 , - 23.414000 ]
622+ inc_buoyancy .test_vals = [- 3.860462 , - 3.122401 , 1.322722 , - 23.414000 ]
623623 test_list .append (inc_buoyancy )
624624
625625 # Laminar heated cylinder with polynomial fluid model
@@ -1225,7 +1225,7 @@ def main():
12251225 slinc_steady .cfg_dir = "sliding_interface/incompressible_steady"
12261226 slinc_steady .cfg_file = "config.cfg"
12271227 slinc_steady .test_iter = 19
1228- slinc_steady .test_vals = [19.000000 , - 1.013427 , - 1.222965 ]
1228+ slinc_steady .test_vals = [19.000000 , - 1.131557 , - 1.370471 ]
12291229 slinc_steady .timeout = 100
12301230 slinc_steady .tol = 0.00002
12311231 slinc_steady .multizone = True
@@ -1352,7 +1352,7 @@ def main():
13521352 p1rad .cfg_dir = "radiation/p1model"
13531353 p1rad .cfg_file = "configp1.cfg"
13541354 p1rad .test_iter = 50
1355- p1rad .test_vals = [- 7.700974 , - 7.734765 , - 2.061661 , 0.382811 , - 57.861000 ]
1355+ p1rad .test_vals = [- 8.197112 , - 7.856394 , - 2.380743 , 0.381122 , - 57.186000 ]
13561356 test_list .append (p1rad )
13571357
13581358
@@ -1520,8 +1520,8 @@ def main():
15201520 pywrapper_buoyancy .cfg_dir = "py_wrapper/custom_source_buoyancy"
15211521 pywrapper_buoyancy .cfg_file = "lam_buoyancy_cavity.cfg"
15221522 pywrapper_buoyancy .test_iter = 0
1523- pywrapper_buoyancy .test_vals = [- 13.314107 , - 13.764877 , - 13.136439 , - 5.379183 ]
1524- pywrapper_buoyancy .test_vals_aarch64 = [- 17.746018 , - 17.460693 , - 17.430708 , - 12.260624 ]
1523+ pywrapper_buoyancy .test_vals = [- 13.227985 , - 13.678478 , - 13.050758 , - 7.777151 ]
1524+ pywrapper_buoyancy .test_vals_aarch64 = [- 13.227985 , - 13.678478 , - 13.050758 , - 7.777151 ]
15251525 pywrapper_buoyancy .command = TestCase .Command ("mpirun -np 2" , "python" , "run.py" )
15261526 test_list .append (pywrapper_buoyancy )
15271527
@@ -1530,7 +1530,7 @@ def main():
15301530 pywrapper_zimont .cfg_dir = "py_wrapper/turbulent_premixed_psi"
15311531 pywrapper_zimont .cfg_file = "psi.cfg"
15321532 pywrapper_zimont .test_iter = 0
1533- pywrapper_zimont .test_vals = [- 9.317943 , - 0.377235 , - 1.091632 , - 0.502950 , 2.968250 , - 1.242417 ]
1533+ pywrapper_zimont .test_vals = [- 3.415653 , - 2.221781 , - 3.107330 , - 2.569248 , 0.531838 , - 3.796447 ]
15341534 pywrapper_zimont .command = TestCase .Command ("mpirun -np 2" , "python" , "run.py" )
15351535 test_list .append (pywrapper_zimont )
15361536
0 commit comments