Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrielmajeri/physicssimulations
- Owner: GabrielMajeri
- License: mit
- Created: 2023-12-27T12:19:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T10:27:36.000Z (7 months ago)
- Last Synced: 2024-03-30T11:28:35.397Z (7 months ago)
- Language: Jupyter Notebook
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).