Skip to content

Commit f6bfe7e

Browse files
committed
Bump versions in Quickstart and system tests
- Python bindings v3.2.0 -> v3.3.0 - OpenFOAM v2312 -> v2512 - URL: develop.openfoam.com -> gitlab.com/openfoam
1 parent c237411 commit f6bfe7e

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

.github/workflows/system-tests-latest-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
CALCULIX_VERSION:2.20,\
137137
CALCULIX_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-calculix-adapter }},\
138138
FENICS_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-fenics-adapter }},\
139-
OPENFOAM_EXECUTABLE:openfoam2312,\
139+
OPENFOAM_EXECUTABLE:openfoam2512,\
140140
OPENFOAM_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-openfoam-adapter }},\
141141
SU2_VERSION:7.5.1,\
142142
SU2_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-su2-adapter }},\

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
CALCULIX_VERSION:2.20,\
125125
CALCULIX_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-calculix-adapter }},\
126126
FENICS_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-fenics-adapter }},\
127-
OPENFOAM_EXECUTABLE:openfoam2312,\
127+
OPENFOAM_EXECUTABLE:openfoam2512,\
128128
OPENFOAM_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-openfoam-adapter }},\
129129
SU2_VERSION:7.5.1,\
130130
SU2_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-su2-adapter }},\

partitioned-heat-conduction/solver-openfoam/.clang-format

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Language: Cpp
33
# BasedOnStyle: LLVM
44
#
55
# Proposed clang-format-11 style for OpenFOAM, trying to follow the OpenFOAM style guide:
6-
# https://develop.openfoam.com/Development/openfoam/-/wikis/coding/style/style
6+
# https://gitlab.com/openfoam/core/openfoam/-/wikis/coding/style/style
77
# Configuration developed for the OpenFOAM-preCICE adapter code:
88
# https://github.com/precice/openfoam-adapter
99
# Contribute to the discussion at the respective OpenFOAM issue:
10-
# https://develop.openfoam.com/Development/openfoam/-/issues/1634
10+
# https://develop.openfoam.com/Development/openfoam/-/issues/1634 (archived)
11+
# https://gitlab.com/openfoam/core/openfoam/-/issues/1634
1112
#
1213
# Keep `public:` at the first indentation level
1314
AccessModifierOffset: -4

quickstart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
3939
```bash
4040
# Add the signing key, add the repository, update (check this):
4141
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
42-
# Install OpenFOAM v2412:
43-
sudo apt install openfoam2412-dev
42+
# Install OpenFOAM v2512:
43+
sudo apt install openfoam2512-dev
4444
# Enable OpenFOAM by default in your system and apply now:
45-
echo "source /usr/lib/openfoam/openfoam2412/etc/bashrc" >> ~/.bashrc
45+
echo "source /usr/lib/openfoam/openfoam2512/etc/bashrc" >> ~/.bashrc
4646
source ~/.bashrc
4747
```
4848

tools/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ openfoam-adapter:
261261
default: "master"
262262
OPENFOAM_EXECUTABLE:
263263
description: exectuable of openfoam to use
264-
default: "openfoam2312"
264+
default: "openfoam2512"
265265
OPENFOAM_ADAPTER_REF:
266266
description: Reference/tag of the actual OpenFOAM adapter
267267
default: "master"

tools/tests/components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ openfoam-adapter:
5353
default: "master"
5454
OPENFOAM_EXECUTABLE:
5555
description: exectuable of openfoam to use
56-
default: "openfoam2312"
56+
default: "openfoam2512"
5757
OPENFOAM_ADAPTER_REF:
5858
description: Reference/tag of the OpenFOAM adapter to use
5959
default: "master"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
PRECICE_REF: "v3.2.0"
1+
PRECICE_REF: "v3.3.0"
22
PRECICE_PRESET: "production-audit"
3-
OPENFOAM_EXECUTABLE: "openfoam2312"
3+
OPENFOAM_EXECUTABLE: "openfoam2512"
44
OPENFOAM_ADAPTER_REF: "v1.3.1"
5-
PYTHON_BINDINGS_REF: "v3.2.0"
5+
PYTHON_BINDINGS_REF: "v3.3.0"
66
FENICS_ADAPTER_REF: "v2.2.0"
7-
TUTORIALS_REF: "80b5e41" # develop, April 12, 2025
7+
TUTORIALS_REF: "b3de2af" # develop, December 23, 2025
88
PLATFORM: "ubuntu_2404"
99
CALCULIX_VERSION: "2.20"
1010
CALCULIX_ADAPTER_REF: "v2.20.1"
1111
SU2_VERSION: "7.5.1"
1212
SU2_ADAPTER_REF: "64d4aff" # Distribution v2404
13-
DEALII_ADAPTER_REF: "02c5d18" # develop, April 12, 2025
13+
DEALII_ADAPTER_REF: "02c5d18" # develop, August 12, 2024

0 commit comments

Comments
 (0)