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 missing tutorials in the sidebar and overview #334

Merged
merged 7 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,16 +230,21 @@ subprojects:
- imported/tutorials/partitioned-heat-conduction
- imported/tutorials/partitioned-heat-conduction-complex
- imported/tutorials/partitioned-heat-conduction-direct
- imported/tutorials/partitioned-heat-conduction-overlap
- imported/tutorials/oscillator
- imported/tutorials/oscillator-overlap
- imported/tutorials/perpendicular-flap
- imported/tutorials/turek-hron-fsi3
- imported/tutorials/partitioned-pipe
- imported/tutorials/partitioned-pipe-two-phase
- imported/tutorials/partitioned-backwards-facing-step
- imported/tutorials/flow-over-heated-plate-partitioned-flow
- imported/tutorials/volume-coupled-diffusion
- imported/tutorials/volume-coupled-flow
- imported/tutorials/channel-transport
- imported/tutorials/channel-transport-reaction
- imported/tutorials/aste-turbine
- imported/tutorials/two-scale-heat-conduction
- imported/tutorials/tools/tests
- imported/openfoam-adapter/docs
- imported/micro-manager/docs
Expand Down
20 changes: 20 additions & 0 deletions _data/sidebars/tutorial_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ entries:
url: /tutorials-partitioned-heat-conduction-direct.html
output: web

- title: Partitioned heat conduction overlap
url: /tutorials-partitioned-heat-conduction-overlap.html
output: web

- title: Partitioned elastic beam
url: /tutorials-partitioned-elastic-beam.html
output: web
Expand All @@ -78,6 +82,10 @@ entries:
url: /tutorials-partitioned-pipe.html
output: web

- title: Partitioned pipe two-phase
url: /tutorials-partitioned-pipe-two-phase.html
output: web

- title: Partitioned flow over a step
url: /tutorials-partitioned-backwards-facing-step.html
output: web
Expand All @@ -90,6 +98,10 @@ entries:
url: /tutorials-oscillator.html
output: web

- title: Oscillator overlap
url: /tutorials-oscillator-overlap.html
output: web

- title: ASTE turbine
url: /tutorials-aste-turbine.html
output: web
Expand All @@ -98,10 +110,18 @@ entries:
url: /tutorials-volume-coupled-diffusion.html
output: web

- title: Volume-coupled flow
url: /tutorials-volume-coupled-flow.html
output: web

- title: Channel transport
url: /tutorials-channel-transport.html
output: web

- title: Channel transport reaction
url: /tutorials-channel-transport-reaction.html
output: web

- title: Two-scale heat conduction
url: /tutorials-two-scale-heat-conduction.html
output: web
5 changes: 5 additions & 0 deletions pages/tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,20 @@ In the following cases, you can explore different aspects of preCICE:
- [Heat exchanger: simplified](tutorials-heat-exchanger-simplified.html): A simplified version of the heat exchanger tutorial. Apart from a simpler geometry, that case is transient and using the implicit multi-coupling scheme, with Dirichlet-Neumann coupling..
- [Partitioned heat conduction: complex setup](tutorials-partitioned-heat-conduction-complex.html): A partitioned heat conduction case with FEniCS, showcasing advanced features and geometries.
- [Partitioned heat conduction: direct access](tutorials-partitioned-heat-conduction-direct.html): A partitioned heat conduction case with Nutils, showcasing the direct mesh access feature.
- [Partitioned heat conduction: direct access](tutorials-partitioned-heat-conduction-direct.html): An overlapping Schwartz method of the partitioned heat conduction case, coupling two Dirichlet participants.
uekerman marked this conversation as resolved.
Show resolved Hide resolved
- [Partitioned elastic beam](tutorials-partitioned-elastic-beam.html): An experimental structure-structure coupling scenario, with two CalculiX solvers.
- [Partitioned pipe](tutorials-partitioned-pipe.html): A fluid-fluid coupling scenario, with two OpenFOAM solvers.
- [Partitioned pipe two-phae](tutorials-partitioned-pipe-two-phase.html): A two-phase variant of the partitioned pipe tutorial.
- [Partitioned flow over a backwards-facing step](tutorials-partitioned-backwards-facing-step.html): A fluid-fluid coupling scenario, demonstrating inlet-outlet boundary conditions in OpenFOAM.
- [Partitioned flow over a heated plate](tutorials-flow-over-heated-plate-partitioned-flow.html): A three-participant case, similar to the flow over a heated plate with OpenFOAM solvers, but with a partitioned channel flow.
- [Oscillator](tutorials-oscillator.html): A simple mass-spring oscillator with two masses, coupling two instances of a Python solver.
- [Oscillator overlap](tutorials-oscillator-overlap.html): An overlapping Schwartz method variant of the Oscillator tutorial, coupling two Dirichlet participants.
- [Volume-coupled diffusion](tutorials-volume-coupled-diffusion.html): An experimental volume coupling scenario, with two FEniCS solvers.
- [Volume-coupled flow](tutorials-volume-coupled-flow.html): An experimental volume coupling scenario, coupling a source term coded in Nutils with a flow in OpenFOAM.
- [ASTE turbine](tutorials-aste-turbine.html): An example case for ASTE to investigate different preCICE mappings using a turbine geometry.
- [Channel transport](tutorials-channel-transport.html): A channel flow coupled to a transport (of, e.g., a chemistry species) in a uni-directional way, with Nutils.
- [Channel transport reaction](tutorials-channel-transport-reaction.html): A channel flow coupled to a transport of a chemical species with reaction in a uni-directional way, with FEniCS.
- [Two-scale heat conduction](tutorials-two-scale-heat-conduction.html): A heat conduction scenario which has an underlying micro-structure.
uekerman marked this conversation as resolved.
Show resolved Hide resolved

## Community projects

Expand Down
Loading