Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubsob/unlimitedgliding
Agent based model of unlimited gliding on square lattice
https://github.com/jakubsob/unlimitedgliding
Last synced: 23 days ago
JSON representation
Agent based model of unlimited gliding on square lattice
- Host: GitHub
- URL: https://github.com/jakubsob/unlimitedgliding
- Owner: jakubsob
- Created: 2018-11-22T18:49:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T21:17:33.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:38:55.263Z (2 months ago)
- Language: C++
- Homepage:
- Size: 964 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnlimitedGliding
Simplified model of unlimited gliding on square lattice.### Contents:
* viz contains OpenGL visualization of gliders flight
* measure contains programme for measuring velocity and clustering of gliders
* lib contains common libraries
* Data contains some results of simulations### How to run
* specify parameters in params.dat
* ./main params.dat## Start of simulation
![alt text](https://github.com/WelcomeToMyVirtualHome/UnlimitedGliding/blob/master/Data/t_0.png)## Creation of a clusters of drones
![alt text](https://github.com/WelcomeToMyVirtualHome/UnlimitedGliding/blob/master/Data/t_n.png)## X-axis velocity projection as a function of thermals density
![alt text](https://github.com/WelcomeToMyVirtualHome/UnlimitedGliding/blob/master/Data/plot_log.png)## Ripley's estimator as a function of thermals density
![alt text](https://github.com/WelcomeToMyVirtualHome/UnlimitedGliding/blob/master/Data/plot_h_r.png)