Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienarcellier/tsunamisimulator
Student project that simulate tsunami propagation.
https://github.com/fabienarcellier/tsunamisimulator
Last synced: 25 days ago
JSON representation
Student project that simulate tsunami propagation.
- Host: GitHub
- URL: https://github.com/fabienarcellier/tsunamisimulator
- Owner: FabienArcellier
- Created: 2013-04-01T13:29:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-01T13:53:32.000Z (over 11 years ago)
- Last Synced: 2023-03-10T21:48:07.186Z (almost 2 years ago)
- Language: C
- Size: 2.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TsunamiSimulator
================Student project that simulate tsunami spread.
## Requirement
- Gtk+-2.0 : apt-get install libgtk2.0-dev
## TsunamiSimulator
This application simulate from a simu file (build manually) a tsunami.
![simulation calculation](http://blog.fabien-tools.net/wp-content/uploads/2013/04/calculate_simu.png)
You load a simu file. After the engine has calculate the simulation, you can play it.
![simulation execution](http://blog.fabien-tools.net/wp-content/uploads/2013/04/simu_exec1.png)
![simulation execution](http://blog.fabien-tools.net/wp-content/uploads/2013/04/simu_exec2.png)
## Limitation
The simulation engine use a wrong physical model.
It do not follow classic equation of tsunami like Navier-Stokes.## Authors
* Fabien Arcellier : http://blog.fabien-tools.net
* Cyril Henriot