Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FSI course part to training page #452

Merged
merged 6 commits into from
Sep 13, 2024
Merged
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
Binary file added images/training/training-fsi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions pages/community/community-training.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ We explore aspects of accuracy and efficiency in data mapping, using [ASTE](tool

![Basics training: Mapping](images/training/training-mapping.png)

### Workflow for FSI simulations

In this [community-contributed part of the course](https://github.com/precice/community-training/tree/main/fsi-workflow), we are going step by step through the process of creating a fluid-structure interaction simulation coupling CalculiX and OpenFOAM. We start by creating the meshes for both solvers, using FreeCAD and snappyHexMesh. We then setup and run single-physics simulations, before we couple them.

![Application training: FSI workflow](images/training/training-fsi.png)

## How to prepare?

In our training courses, we typically bring along some Ubuntu Live USB sticks with all the dependencies pre-installed. They should work on any laptop with an x86 CPU, as long as you have the rights to boot from USB. In particular, these do not work on Apple silicon systems.
Expand Down Expand Up @@ -70,3 +76,12 @@ The implicit coupling module also needs:
The mapping module also needs:

- [ASTE](tooling-aste.html) (check by running `./precice-aste-run --help` from the ASTE build directory)

The FSI workflow module also needs:

- OpenFOAM (openfoam.com): See the [Quickstart](quickstart.html) page (check with running `pimpleFoam -help`)
- [OpenFOAM-preCICE](adapter-openfoam-get.html) (check with running the Quickstart tutorial)
- CalculiX and the [CalculiX adapter](https://precice.org/adapter-calculix-overview.html) (check by running `ccx_preCICE`)
- [FreeCAD](https://www.freecad.org/) 0.21 or later (check by starting the GUI)
- [ccx2paraview](https://github.com/calculix/ccx2paraview) (check by starting a Python terminal and executing `import ccx2paraview`)
- [PyFoam](https://pypi.org/project/PyFoam/) (check by running `pyFoamPlotWatcher.py --help`)
4 changes: 2 additions & 2 deletions pages/community/precice-workshop-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The cost of lunch, as well as coffee and snacks is included in the registration

- 08:30-09:00: 🥨 Coffee
- 09:00-09:30: Wrap-up course parts 1-4
- 09:30-12:00: preCICE course, part 5<br/>
- 09:30-12:00: [preCICE course](community-training.html), part 5 (new)<br/>
<details class="workshop-event" id="course-caccia">
<summary>
Setting up a fluid-structure interaction simulation with CalculiX and OpenFOAM.<br/>
Expand Down Expand Up @@ -283,7 +283,7 @@ A classic for a preCICE Workshop, the preCICE [World Café](https://en.wikipedia

It's a workshop and not a classical conference, as we also get to do things together. Meet the experts to discuss your current or planned projects, as well as to debug any current issues.

On November 15, 14:00-17:00, we will have a _post-workshop user-support session_ to catch up on any progress.
On November 15, 14:00-17:00, we will have a *post-workshop user-support session* to catch up on any progress.

### preCICE training course

Expand Down