From 32011384b454a1dcc8e43ccc827bbc30849efab6 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Sat, 29 Nov 2025 12:10:56 +0100 Subject: [PATCH 1/3] Add GO-VIKING user story Still missing an image. Closes #637 --- collections/_testimonials/25-GOVIKING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 collections/_testimonials/25-GOVIKING.md diff --git a/collections/_testimonials/25-GOVIKING.md b/collections/_testimonials/25-GOVIKING.md new file mode 100644 index 0000000000..16a666244a --- /dev/null +++ b/collections/_testimonials/25-GOVIKING.md @@ -0,0 +1,11 @@ +--- +title: "Numerical simulation of a cross-flow through a bundle to prepare the FSI simulations in the GO-VIKING European project" +author: "Enrico Pivato" +author_link: "mailto:enrico.pivato@vki.ac.be" +organisation: "Von Karman Institute for Fluid Dynamics, Belgium" +organisation_link: "https://www.vki.ac.be/" +img: testimonial-25-GOVIKING.png +--- +The GO-VIKING project was created to study flow-induced vibrations inside nuclear power plants more effectively. The VKI hosts a facility called GOKSTAD, where measurements are taken to compare with numerical results. The numerical results were obtained using LES simulations, with the aim of getting as close as possible to the experimental data and identifying correlations between the two. + +In the experimental facility, a fully turbulent developed flow is generated before the inlet of the test section. To reproduce the same conditions in the numerical simulations, preCICE was used to couple a simple channel (providing the fully developed flow) to the inlet of the test section. [Learn more](https://morethesis.unimore.it/theses/available/etd-03192025-092126/) From e67433bfbb40d92cdc5b5fafd5748a8c0be0e810 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Sat, 29 Nov 2025 12:13:25 +0100 Subject: [PATCH 2/3] Fix typo in issue template --- content/community/community-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/community-projects.md b/content/community/community-projects.md index a1a60832e0..1e959e9f84 100644 --- a/content/community/community-projects.md +++ b/content/community/community-projects.md @@ -9,7 +9,7 @@ editme: false --- {{site.data.alerts.note}} -Do you use preCICE? We are always happy to hear about interesting projects that use preCICE. To add your project here, just fill the form and we will take care of the rest. +Do you use preCICE? We are always happy to hear about interesting projects that use preCICE. To add your project here, just fill the form and we will take care of the rest. If you prefer, you can directly create a pull request to the website repository on GitHub (it is easy also if you don't yet have any GitHub experience!). A copy of a previous testimonial is a great starting point. Adjust it to your liking, and add a picture. A good example is this pull request.
From ce2c5eac526f67f9889ad0b3d6b030eadd177f89 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Sat, 29 Nov 2025 12:17:53 +0100 Subject: [PATCH 3/3] Add missing URL fields in issue template --- .github/ISSUE_TEMPLATE/user-story.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/user-story.yml b/.github/ISSUE_TEMPLATE/user-story.yml index e616c01a9f..bdf3b66968 100644 --- a/.github/ISSUE_TEMPLATE/user-story.yml +++ b/.github/ISSUE_TEMPLATE/user-story.yml @@ -15,11 +15,21 @@ body: label: Your name description: Who is writing this story? You can later link a paper to credit everyone involved. placeholder: Doc Brown, PhD + - type: input + id: author-url + attributes: + label: Author URL + placeholder: https://example.com/our-group/my-page - type: input id: affiliation attributes: label: Affiliation placeholder: University of the Universe + - type: input + id: org-url + attributes: + label: Organization URL + placeholder: https://example.com/our-group - type: input id: contact attributes: