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 resonant circuit tutorial #444

Merged
merged 2 commits into from
Aug 22, 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 @@ -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
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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions pages/tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading