From 5a7e4c07a6712e97fa6ac3b9c455e681cf867e19 Mon Sep 17 00:00:00 2001 From: Benjamin Uekermann Date: Thu, 4 Apr 2024 14:29:27 +0200 Subject: [PATCH] Add flow around controlled moving cyl to sidebar etc --- _config.yml | 1 + _data/sidebars/tutorial_sidebar.yml | 4 ++++ pages/tutorials/tutorials.md | 1 + 3 files changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 774b45e798..74e0f31367 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_data/sidebars/tutorial_sidebar.yml b/_data/sidebars/tutorial_sidebar.yml index 6e26af9686..e82d9fbc85 100644 --- a/_data/sidebars/tutorial_sidebar.yml +++ b/_data/sidebars/tutorial_sidebar.yml @@ -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 diff --git a/pages/tutorials/tutorials.md b/pages/tutorials/tutorials.md index 0871167203..12dbdb0edf 100644 --- a/pages/tutorials/tutorials.md +++ b/pages/tutorials/tutorials.md @@ -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.