Skip to content

Commit 43acd04

Browse files
Merge branch 'develop' into systemtests/add-heat-exchanger-simplified
2 parents 37eacdc + ae2b3cc commit 43acd04

28 files changed

Lines changed: 498 additions & 46 deletions

.github/workflows/system-tests-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
gather-refs:
99
name: Map Git branches to latest refs
10+
if: ${{ github.event.label.name == 'trigger-system-tests' }}
1011
runs-on: ubuntu-latest
1112
outputs:
1213
ref-precice: ${{ steps.ref-precice.outputs.shorthash }}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1a8dc371b6acbd3f085fa7b668316b919d4b1c8ec0d7978932964acf7f0e806b
3-
size 706802
2+
oid sha256:4b46415b501c47c8f901bd0292c6efe9b93df98ddb40f7dfe7039b224b2b9e93
3+
size 706789
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ec7403591a334a1d20b72b15124b20b355cbffc2aeba8997cbdceba0518bc96e
3-
size 707302
2+
oid sha256:194e018b1394df31901c91cb74ca607741a267a888bb970644714bda80a850be
3+
size 707313
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:76121685086b99551f5e795039657c2536c6c06aa9374b132b654d1e2b7617b8
3-
size 707587
2+
oid sha256:de15d9edb3bee9baaa34b440b968dc29fb3b73236465688ad80206bca2a14b7c
3+
size 707578

elastic-tube-1d/reference-results/reference_results.metadata

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ We also include some information on the machine used to generate them
1111

1212
| name | time | sha256 |
1313
|------|------|-------|
14-
| fluid-python_solid-python.tar.gz | 2026-01-20 18:43:46 | 76121685086b99551f5e795039657c2536c6c06aa9374b132b654d1e2b7617b8 |
15-
| fluid-cpp_solid-python.tar.gz | 2026-01-20 18:43:46 | ec7403591a334a1d20b72b15124b20b355cbffc2aeba8997cbdceba0518bc96e |
16-
| fluid-cpp_solid-cpp.tar.gz | 2026-01-20 18:43:46 | 1a8dc371b6acbd3f085fa7b668316b919d4b1c8ec0d7978932964acf7f0e806b |
14+
| fluid-python_solid-python.tar.gz | 2026-03-20 17:25:51 | de15d9edb3bee9baaa34b440b968dc29fb3b73236465688ad80206bca2a14b7c |
15+
| fluid-cpp_solid-cpp.tar.gz | 2026-03-20 17:25:51 | 4b46415b501c47c8f901bd0292c6efe9b93df98ddb40f7dfe7039b224b2b9e93 |
16+
| fluid-cpp_solid-python.tar.gz | 2026-03-20 17:25:51 | 194e018b1394df31901c91cb74ca607741a267a888bb970644714bda80a850be |
1717

1818
## List of arguments used to generate the files
1919

@@ -25,20 +25,24 @@ We also include some information on the machine used to generate them
2525
| OPENFOAM_ADAPTER_REF | v1.3.1 |
2626
| PYTHON_BINDINGS_REF | v3.2.0 |
2727
| FENICS_ADAPTER_REF | v2.2.0 |
28-
| TUTORIALS_REF | 80b5e41 |
28+
| TUTORIALS_REF | e27f5d4 |
2929
| PLATFORM | ubuntu_2404 |
3030
| CALCULIX_VERSION | 2.20 |
3131
| CALCULIX_ADAPTER_REF | v2.20.1 |
3232
| SU2_VERSION | 7.5.1 |
3333
| SU2_ADAPTER_REF | 64d4aff |
3434
| DEALII_ADAPTER_REF | 02c5d18 |
35+
| DUNE_VERSION | 2.9 |
36+
| DUMUX_VERSION | 3.7 |
37+
| DUMUX_ADAPTER_REF | 0e914bb |
38+
| MICRO_MANAGER_VERSION | v0.8.0 |
3539
| PRECICE_UID | 1003 |
3640
| PRECICE_GID | 1003 |
3741
## Information about the machine
3842

3943
### uname -a
4044

41-
Linux precice-tests 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
45+
Linux precice-tests 5.15.0-168-generic #178-Ubuntu SMP Fri Jan 9 19:05:03 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
4246

4347

4448
### lscpu
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<!---
2+
This File has been generated by the generate_reference_results.py and should not be modified manually
3+
-->
4+
5+
# Reference Results
6+
7+
This file contains an overview of the results over the reference results as well as the arguments used to generate them.
8+
We also include some information on the machine used to generate them
9+
10+
## List of files
11+
12+
| name | time | sha256 |
13+
|------|------|-------|
14+
| fluid-python_solid-python.tar.gz | 2026-01-20 18:43:46 | 76121685086b99551f5e795039657c2536c6c06aa9374b132b654d1e2b7617b8 |
15+
| fluid-cpp_solid-python.tar.gz | 2026-01-20 18:43:46 | ec7403591a334a1d20b72b15124b20b355cbffc2aeba8997cbdceba0518bc96e |
16+
| fluid-cpp_solid-cpp.tar.gz | 2026-01-20 18:43:46 | 1a8dc371b6acbd3f085fa7b668316b919d4b1c8ec0d7978932964acf7f0e806b |
17+
18+
## List of arguments used to generate the files
19+
20+
| name | value |
21+
|------|------|
22+
| PRECICE_REF | d199bb3 |
23+
| PRECICE_PRESET | production-audit |
24+
| OPENFOAM_EXECUTABLE | openfoam2312 |
25+
| OPENFOAM_ADAPTER_REF | v1.3.1 |
26+
| PYTHON_BINDINGS_REF | v3.2.0 |
27+
| FENICS_ADAPTER_REF | v2.2.0 |
28+
| TUTORIALS_REF | 80b5e41 |
29+
| PLATFORM | ubuntu_2404 |
30+
| CALCULIX_VERSION | 2.20 |
31+
| CALCULIX_ADAPTER_REF | v2.20.1 |
32+
| SU2_VERSION | 7.5.1 |
33+
| SU2_ADAPTER_REF | 64d4aff |
34+
| DEALII_ADAPTER_REF | 02c5d18 |
35+
| PRECICE_UID | 1003 |
36+
| PRECICE_GID | 1003 |
37+
## Information about the machine
38+
39+
### uname -a
40+
41+
Linux precice-tests 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
42+
43+
44+
### lscpu
45+
46+
Architecture: x86_64
47+
CPU op-mode(s): 32-bit, 64-bit
48+
Address sizes: 45 bits physical, 48 bits virtual
49+
Byte Order: Little Endian
50+
CPU(s): 4
51+
On-line CPU(s) list: 0-3
52+
Vendor ID: GenuineIntel
53+
Model name: Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz
54+
CPU family: 6
55+
Model: 85
56+
Thread(s) per core: 1
57+
Core(s) per socket: 1
58+
Socket(s): 4
59+
Stepping: 4
60+
BogoMIPS: 4199.99
61+
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves arat pku ospke md_clear flush_l1d arch_capabilities
62+
Hypervisor vendor: VMware
63+
Virtualization type: full
64+
L1d cache: 128 KiB (4 instances)
65+
L1i cache: 128 KiB (4 instances)
66+
L2 cache: 4 MiB (4 instances)
67+
L3 cache: 88 MiB (4 instances)
68+
NUMA node(s): 1
69+
NUMA node0 CPU(s): 0-3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:6317b8b1f58452e71f0a8bee3e7eb2ebd005a131fc8c29ab83edeec496c7e9e5
3-
size 771425
2+
oid sha256:12035b666916914b92c6d3bc80a7e6f370d091e10151e3ead88d2ffb0438cf10
3+
size 771341
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:c5cdfefa125a4e24d3222fa129e6e8ded9383dd240db3e4f10e9ff4834b8f3c4
3-
size 532664
2+
oid sha256:841150e71ba93405445c2c74dc3b8c1528d3285b966ca1e08589b95edba7a608
3+
size 532571
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:180981d1a89c93b416c4d3aa87be3d597c06c0178d0d41f70c180e7c6b3f8b2c
3-
size 497950
2+
oid sha256:20c0756073564f10c4b692f8571ba507979ee034ac2530e10dbacb7fab447aa1
3+
size 498038

flow-over-heated-plate/reference-results/reference_results.metadata

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ We also include some information on the machine used to generate them
1111

1212
| name | time | sha256 |
1313
|------|------|-------|
14-
| fluid-openfoam_solid-fenics.tar.gz | 2026-01-20 18:43:46 | 6317b8b1f58452e71f0a8bee3e7eb2ebd005a131fc8c29ab83edeec496c7e9e5 |
15-
| fluid-openfoam_solid-openfoam.tar.gz | 2026-01-20 18:43:46 | 180981d1a89c93b416c4d3aa87be3d597c06c0178d0d41f70c180e7c6b3f8b2c |
16-
| fluid-openfoam_solid-nutils.tar.gz | 2026-01-20 18:43:46 | c5cdfefa125a4e24d3222fa129e6e8ded9383dd240db3e4f10e9ff4834b8f3c4 |
14+
| fluid-openfoam_solid-openfoam.tar.gz | 2026-03-20 17:25:51 | 20c0756073564f10c4b692f8571ba507979ee034ac2530e10dbacb7fab447aa1 |
15+
| fluid-openfoam_solid-fenics.tar.gz | 2026-03-20 17:25:51 | 12035b666916914b92c6d3bc80a7e6f370d091e10151e3ead88d2ffb0438cf10 |
16+
| fluid-openfoam_solid-nutils.tar.gz | 2026-03-20 17:25:51 | 841150e71ba93405445c2c74dc3b8c1528d3285b966ca1e08589b95edba7a608 |
1717

1818
## List of arguments used to generate the files
1919

@@ -25,20 +25,24 @@ We also include some information on the machine used to generate them
2525
| OPENFOAM_ADAPTER_REF | v1.3.1 |
2626
| PYTHON_BINDINGS_REF | v3.2.0 |
2727
| FENICS_ADAPTER_REF | v2.2.0 |
28-
| TUTORIALS_REF | 80b5e41 |
28+
| TUTORIALS_REF | e27f5d4 |
2929
| PLATFORM | ubuntu_2404 |
3030
| CALCULIX_VERSION | 2.20 |
3131
| CALCULIX_ADAPTER_REF | v2.20.1 |
3232
| SU2_VERSION | 7.5.1 |
3333
| SU2_ADAPTER_REF | 64d4aff |
3434
| DEALII_ADAPTER_REF | 02c5d18 |
35+
| DUNE_VERSION | 2.9 |
36+
| DUMUX_VERSION | 3.7 |
37+
| DUMUX_ADAPTER_REF | 0e914bb |
38+
| MICRO_MANAGER_VERSION | v0.8.0 |
3539
| PRECICE_UID | 1003 |
3640
| PRECICE_GID | 1003 |
3741
## Information about the machine
3842

3943
### uname -a
4044

41-
Linux precice-tests 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
45+
Linux precice-tests 5.15.0-168-generic #178-Ubuntu SMP Fri Jan 9 19:05:03 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
4246

4347

4448
### lscpu

0 commit comments

Comments
 (0)