Skip to content

Commit

Permalink
Merge pull request #370 from precice/add-fmu-openfoam-case
Browse files Browse the repository at this point in the history
Add flow around controlled moving cyl to sidebar etc
  • Loading branch information
MakisH authored Apr 4, 2024
2 parents fca3df7 + 5a7e4c0 commit c63bee2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ subprojects:
- imported/tutorials/breaking-dam-2d
- imported/tutorials/elastic-tube-1d
- imported/tutorials/elastic-tube-3d
- imported/tutorials/flow-around-controlled-moving-cylinder
- imported/tutorials/flow-over-heated-plate
- imported/tutorials/flow-over-heated-plate-steady-state
- imported/tutorials/flow-over-heated-plate-nearest-projection
Expand Down
4 changes: 4 additions & 0 deletions _data/sidebars/tutorial_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ entries:
- title: Elastic tube 1D
url: /tutorials-elastic-tube-1d.html
output: web

- title: Flow around controlled moving cylinder
url: /tutorials-flow-around-controlled-moving-cylinder.html
output: web

- title: Flow over heated plate (nearest projection)
url: /tutorials-flow-over-heated-plate-nearest-projection.html
Expand Down
1 change: 1 addition & 0 deletions pages/tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ In the following cases, you can explore different aspects of preCICE:
- [Breaking dam with flexible pillar 2D](tutorials-breaking-dam-2d.html): A two-phase flow fluid-structure interaction problem, with OpenFOAM and CalculiX.
- [3D elastic tube](tutorials-elastic-tube-3d.html): A 3D fluid-structure interaction scenario, with OpenFOAM, CalculiX, and FEniCS.
- [1D elastic tube](tutorials-elastic-tube-1d.html): A 1D fluid-structure interaction scenario, with toy solvers in Python, C++ and Rust.
- [Flow around controlled moving cylinder](tutorials-flow-around-controlled-moving-cylinder.html): A flow around a rigid moving cylinder with an FMI-based controller to dampen out the oscillation.
- [Flow over a heated plate: nearest projection](tutorials-flow-over-heated-plate-nearest-projection.html): A nearest-projection mapping version, with two OpenFOAM solvers.
- [Flow over a heated plate: two meshes](tutorials-flow-over-heated-plate-two-meshes.html): A variant where the mesh used to transfer temperature is not the same as the one transferring heat fluxes. This allows us to use CalculiX as a solid solver.
- [Flow over a heated plate: steady-state](tutorials-flow-over-heated-plate-steady-state.html): A steady-state version, with OpenFOAM and code_aster.
Expand Down

0 comments on commit c63bee2

Please sign in to comment.