From 5d8b5c22416e7c8fa0a4cea6268ea15d06e4ac43 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 14 Aug 2024 15:48:30 +0200 Subject: [PATCH] Add resonant circuit tutorial --- _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 9b7db86a57..90664ddb44 100644 --- a/_config.yml +++ b/_config.yml @@ -285,6 +285,7 @@ subprojects: - imported/tutorials/aste-turbine - imported/tutorials/two-scale-heat-conduction - imported/tutorials/tools/tests + - imported/tutorials/resonant-circuit - imported/openfoam-adapter/docs - imported/micro-manager/docs - imported/fmi-runner/docs diff --git a/_data/sidebars/tutorial_sidebar.yml b/_data/sidebars/tutorial_sidebar.yml index de6ac1e568..a51f1eefaa 100644 --- a/_data/sidebars/tutorial_sidebar.yml +++ b/_data/sidebars/tutorial_sidebar.yml @@ -163,6 +163,10 @@ entries: - title: Perpendicular flap url: /tutorials-perpendicular-flap.html output: web + + - title: Resonant circuit + url: /tutorials-resonant-circuit.html + output: web - title: Two-scale heat conduction url: /tutorials-two-scale-heat-conduction.html diff --git a/pages/tutorials/tutorials.md b/pages/tutorials/tutorials.md index 5e87755486..087bafdf94 100644 --- a/pages/tutorials/tutorials.md +++ b/pages/tutorials/tutorials.md @@ -65,6 +65,7 @@ In the following cases, you can explore different aspects of preCICE: - [Direct mesh access variant](tutorials-partitioned-heat-conduction-direct.html): A partitioned heat conduction case with Nutils, showcasing the direct mesh access feature. - [Overlapping Schwarz variant](tutorials-partitioned-heat-conduction-overlap.html): An overlapping Schwarz method of the partitioned heat conduction case, coupling two Dirichlet participants. - [Perpendicular flap](tutorials-perpendicular-flap.html) (as in "featured") +- [Resonant circuit](tutorials-resonant-circuit.html): The basic LC circuit, with two MATLAB solvers. - [Two-scale heat conduction](tutorials-two-scale-heat-conduction.html): A heat conduction scenario with an underlying micro-structure which is resolved to get the constitutive properties on the macro scale. - [Turek-Hron FSI3](tutorials-turek-hron-fsi3.html): The well-known fluid-structure interaction benchmark, with OpenFOAM and deal.II. - [Volume-coupled diffusion](tutorials-volume-coupled-diffusion.html): An experimental volume coupling scenario, with two FEniCS solvers.