Skip to content

Commit 551d7c5

Browse files
committed
last updates?
1 parent c995769 commit 551d7c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/regression.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536
210210
with:
211211
# -t <Tutorials-branch> -c <Testcases-branch>
212-
args: -b ${{github.ref}} -t develop -c update_dyn_fsi -s ${{matrix.testscript}}
212+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
213213
- name: Cleanup
214214
uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536
215215
with:
@@ -255,7 +255,7 @@ jobs:
255255
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
256256
with:
257257
# -t <Tutorials-branch> -c <Testcases-branch>
258-
args: -b ${{github.ref}} -t develop -c update_dyn_fsi -s ${{matrix.testscript}} -a "--tsan"
258+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tsan"
259259
- name: Cleanup
260260
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
261261
with:
@@ -300,7 +300,7 @@ jobs:
300300
uses: docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
301301
with:
302302
# -t <Tutorials-branch> -c <Testcases-branch>
303-
args: -b ${{github.ref}} -t develop -c update_dyn_fsi -s ${{matrix.testscript}} -a "--asan"
303+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--asan"
304304
- name: Cleanup
305305
uses: docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
306306
with:

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ def main():
16411641
cfd_flamelet_ch4_cht.cfg_dir = "flamelet/03_laminar_premixed_ch4_flame_cht_cfd"
16421642
cfd_flamelet_ch4_cht.cfg_file = "lam_prem_ch4_cht_cfd_master.cfg"
16431643
cfd_flamelet_ch4_cht.test_iter = 5
1644-
cfd_flamelet_ch4_cht.test_vals = [-10.166699, -9.300739, -9.991235, -11.925992, -3.447454, -12.298202, -13.718519, -6.864747]
1644+
cfd_flamelet_ch4_cht.test_vals = [-10.166224, -9.299576, -10.022482, -11.907558, -3.447626, -12.290421, -13.719415, -6.864920]
16451645
cfd_flamelet_ch4_cht.timeout = 1600
16461646
cfd_flamelet_ch4_cht.multizone = True
16471647
test_list.append(cfd_flamelet_ch4_cht)

TestCases/parallel_regression_AD.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def main():
333333
discadj_flamelet_ch4_hx.cfg_file = "lam_prem_ch4_hx_ad.cfg"
334334
discadj_flamelet_ch4_hx.multizone = False
335335
discadj_flamelet_ch4_hx.test_iter = 10
336-
discadj_flamelet_ch4_hx.test_vals = [-8.590418, -8.455958, -8.752915, -6.591140, -14.611234, -3.200577, -18.860864]
336+
discadj_flamelet_ch4_hx.test_vals = [-8.699008, -8.604699, -8.816298, -6.626855, -14.620943, -3.249062, -18.930953]
337337
test_list.append(discadj_flamelet_ch4_hx)
338338

339339
# 2D planar laminar premixed flame on isothermal burner with conjugate heat transfer (restart)
@@ -342,7 +342,7 @@ def main():
342342
discadj_flamelet_ch4_cht.cfg_file = "lam_prem_ch4_cht_ad_master.cfg"
343343
discadj_flamelet_ch4_cht.multizone = True
344344
discadj_flamelet_ch4_cht.test_iter = 10
345-
discadj_flamelet_ch4_cht.test_vals = [-2.709315, -1.959829, -1.979420, -0.095015, -7.230415, -18.606872, -18.578240, -4.804839]
345+
discadj_flamelet_ch4_cht.test_vals = [-2.760027, -1.999839, -2.096537, -0.153424, -7.289370, -18.655063, -18.622003, -4.847179]
346346
test_list.append(discadj_flamelet_ch4_cht)
347347

348348
######################################

0 commit comments

Comments
 (0)