Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/user-story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 11 additions & 0 deletions collections/_testimonials/25-GOVIKING.md
Original file line number Diff line number Diff line change
@@ -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:[email protected]"
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/)
2 changes: 1 addition & 1 deletion content/community/community-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/precice/precice.github.io/issues/new?assignees=MakisH&labels=content&projects=&template=user-story.yml&title=%5BSotry%5D%3A+">fill the form</a> 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 <a href="https://github.com/precice/precice.github.io/issues/new?assignees=MakisH&labels=content&projects=&template=user-story.yml&title=%5BStory%5D%3A+">fill the form</a> and we will take care of the rest.

If you prefer, you can directly <a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request">create a pull request</a> to the website repository on GitHub (it is easy also if you don't yet have any GitHub experience!). A copy of a <a href="https://github.com/precice/precice.github.io/tree/master/collections/_testimonials"> previous testimonial</a> is a great starting point. Adjust it to your liking, and <a href="https://github.com/precice/precice.github.io/tree/master/images/testimonials">add a picture</a>.
A good example is <a href="https://github.com/precice/precice.github.io/pull/54"> this pull request</a>.<br>
Expand Down