Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seankwarren/modeling-and-simulation-samples
A sampling of various analytical and numerical models and simulations, ranging from the newtonion physics of a slinky drop, to the simulation of 2D excitable systems with the FitzHugh-Nagumo Model.
https://github.com/seankwarren/modeling-and-simulation-samples
javascript jupyter-notebook modeling-and-simulation numerical-methods physics-simulation python
Last synced: 27 days ago
JSON representation
A sampling of various analytical and numerical models and simulations, ranging from the newtonion physics of a slinky drop, to the simulation of 2D excitable systems with the FitzHugh-Nagumo Model.
- Host: GitHub
- URL: https://github.com/seankwarren/modeling-and-simulation-samples
- Owner: seankwarren
- Created: 2023-02-10T20:07:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T03:20:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T16:34:14.183Z (3 months ago)
- Topics: javascript, jupyter-notebook, modeling-and-simulation, numerical-methods, physics-simulation, python
- Language: Jupyter Notebook
- Homepage:
- Size: 16.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modeling and Simulation Samples
A sampling of various analytical and numerical models and simulations, ranging from the newtonion physics of a slinky drop, to the simulation of 2D excitable systems with the FitzHugh-Nagumo Model. Some examples can be seen below. There is also a helpful guide to Unix for beginner's created to help brush up on Unix Essentials when the occassions arise. Special thanks to Dr Abouzar for Abubu.js package for webGL abstractionMany masses, each connected by a spring:
![Multi-mass and Spring 2D](https://github.com/seankwarren/Modeling-and-Simulation-Samples/blob/main/01-NewtonianPhysics/SpringsAndPendulums/multi-mass-and-spring-2d.gif?raw=true)
Three body problem using Verlet method:
![three body problem](https://github.com/seankwarren/Modeling-and-Simulation-Samples/blob/main/01-NewtonianPhysics/TwoAndThreeBodyProblem/threeBodyProblem.gif?raw=true)
A Julia set Fractal with varying parameters:
![Julia fractal](https://github.com/seankwarren/Modeling-and-Simulation-Samples/blob/main/02-FractalsAndChaoticSystems/julia.gif?raw=true)
Conway's Game of Life:
![Conway's Game of Life](https://github.com/seankwarren/Modeling-and-Simulation-Samples/blob/main/02-FractalsAndChaoticSystems/conways_game_of_life.gif?raw=true)
2D Diffusion:
![2D Diffusion PDE](https://github.com/seankwarren/Modeling-and-Simulation-Samples/blob/main/03-DiffusionAndWavePropagation/2d-diffusion_pde.gif?raw=true)
Gray-Scott Model for excitable systems:
![Gray-Scott Excitation Model](https://github.com/seankwarren/Modeling-and-Simulation-Samples/blob/main/03-DiffusionAndWavePropagation/gray-scott_model.gif?raw=true)