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 flow around controlled moving cyl to sidebar etc #370

Merged
merged 1 commit into from
Apr 4, 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
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
Loading