Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielmajeri/physicssimulations

Simulation of various physical systems in Julia
https://github.com/gabrielmajeri/physicssimulations

Last synced: 1 day ago
JSON representation

Simulation of various physical systems in Julia

Awesome Lists containing this project

README

        

# Physics simulations in Julia

This repository contains simulations of several well-known physical systems. It's intended to serve as an instructive sandbox for these classical systems and the [OrdinaryDiffEq.jl](https://docs.sciml.ai/OrdinaryDiffEq/stable/) package.

## Available simulations

These are all presented in detalied [Jupyter Notebooks](https://jupyter.org/), which can be found in the [`notebooks`](notebooks) directory:

- Free-falling object in a constant gravitational field
- Simple pendulum (simple harmonic oscillator)
- Driven harmonic oscillator
- Waves (based on the wave equation)

## License

The code is available under the permissive [MIT license](LICENSE.txt).