This repo contains the code for the TU Darmstadt lecture 18-sc-2030 - Simulation multiphysikalischer Probleme.
electro_thermal.ipynb is a simulation of an electric current problem coupled with a thermostatic simulation as a postprocessing step. An electric copper conductor with a narrow section is the setup for the simulation.
The PDEs are solved using the Finite integation technique. The FIT code can be found in the fit/ folder.
pendulum.ipynb and double_pendulum.ipynb are simulations of a mechanical pendulum and double pendulum respectively. The initial value problems are solved by the implicit Euler method.
Code for IVP solvers are found under ode/.
The nonlinearity of the pendulum equations are dealt with by a dynamic iteration or waveform relaxation. This code is found in nonlinear/.


