Skip to content

Commit 81b87f6

Browse files
authored
Merge branch 'develop' into fix/probe-performance-clean
2 parents 5af1898 + 8e8cc78 commit 81b87f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

TestCases/tutorials.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def main():
4949
cht_incompressible_unsteady.cfg_dir = "../Tutorials/multiphysics/unsteady_cht/"
5050
cht_incompressible_unsteady.cfg_file = "cht_2d_3cylinders.cfg"
5151
cht_incompressible_unsteady.test_iter = 2
52-
cht_incompressible_unsteady.test_vals = [-2.661401, -0.080399, -0.080399, -0.080399, -12.421963, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 238.240000] #last columns
52+
cht_incompressible_unsteady.test_vals = [-2.536012, -0.080399, -0.080399, -0.080399, -12.421963, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 238.240000]
5353
cht_incompressible_unsteady.multizone = True
5454
cht_incompressible_unsteady.unsteady = True
5555
test_list.append(cht_incompressible_unsteady)
@@ -80,7 +80,7 @@ def main():
8080
sp_pinArray_2d_mf_hf.cfg_dir = "../Tutorials/incompressible_flow/Inc_Streamwise_Periodic"
8181
sp_pinArray_2d_mf_hf.cfg_file = "sp_pinArray_2d_mf_hf.cfg"
8282
sp_pinArray_2d_mf_hf.test_iter = 25
83-
sp_pinArray_2d_mf_hf.test_vals = [-4.683630, -0.755570, 241.872160]
83+
sp_pinArray_2d_mf_hf.test_vals = [-4.683630, 0.844679, -0.755570, 241.872160]
8484
sp_pinArray_2d_mf_hf.test_vals_aarch64 = [-4.683630, -0.755570, 241.872160]
8585
test_list.append(sp_pinArray_2d_mf_hf)
8686

@@ -89,8 +89,8 @@ def main():
8989
sp_pinArray_2d_dp_hf_tp.cfg_dir = "../Tutorials/incompressible_flow/Inc_Streamwise_Periodic"
9090
sp_pinArray_2d_dp_hf_tp.cfg_file = "sp_pinArray_2d_dp_hf_tp.cfg"
9191
sp_pinArray_2d_dp_hf_tp.test_iter = 25
92-
sp_pinArray_2d_dp_hf_tp.test_vals = [-4.739709, -0.713547, 208.023676]
93-
sp_pinArray_2d_dp_hf_tp.test_vals_aarch64 = [-4.739709, -0.713547, 208.023676]
92+
sp_pinArray_2d_dp_hf_tp.test_vals = [-4.739709, 0.520033, -0.713547, 208.023676]
93+
sp_pinArray_2d_dp_hf_tp.test_vals_aarch64 = [-4.739709, 0.520033, -0.713547, 208.023676]
9494
test_list.append(sp_pinArray_2d_dp_hf_tp)
9595

9696
# 90 degree pipe bend with wall functions from the experiments of Sudo et al.

0 commit comments

Comments
 (0)