Skip to content

Devoev/multiphysics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the code for the TU Darmstadt lecture 18-sc-2030 - Simulation multiphysikalischer Probleme.

Scripts

Electro thermal simulation

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 simulation

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/.

About

18-sc-2030 - Simulation multiphysikalischer Probleme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors