Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)