-
-
Notifications
You must be signed in to change notification settings - Fork 124
Labels
Description
As part of the tutorials restructuring we want to flatten the second (solver) hierarchy. For the flow-over-heated-plate
case this is non-trivial.
We currently have: https://github.com/precice/tutorials/tree/restructure/flow-over-heated-plate
- buoyantPimpleFoam-fenics
- buoyantPimpleFoam-nutils
We want instead:
- images/
- fluid-openfoam/
- run.sh
- solid-openfoam/
- run.sh
- solid-calculix/
- run.sh
- solid-fenics/
- run.sh
- solid-nutils/
- run.sh
- precice-config.xml
- clean.sh
- README.md
For the CalculiX case see: #104
The OpenFOAM solid case needs to be ported from the OpenFOAM adapter.
Challenge: one preCICE config needs to fit all. This means dimensions="2"
everywhere and the same coupling data names.
Furthermore, we should get similar physical results for all combinations.
For further conventions please copy from the turek-hron-fsi3
structure: https://github.com/precice/tutorials/tree/restructure/turek-hron-fsi3