This project aims to implement a software library to predict victims location after dam rupture or similar disasters.
The most recent disaster is the Brumadinho dam rupture occurred on 25 January 2019. At the moment this document is being written 99 people have been confirmed dead and 259 keep missed.
At the moment we need to elaborate some first version of algorithm able to predict the data we're looking for. There are some questions we need to answer, but these questions can change according to each method that can be used. That way, feel free to isolate your work in a new directory in this repository, document it properly and send the Pull Request explaining your purpose, what you have discovered, how others can contribute with you and how we can use what you are submitting.
- http://fluidityproject.github.io/
- http://lorenabarba.com/blog/cfd-python-12-steps-to-navier-stokes/
- https://pt.wikipedia.org/wiki/Equa%C3%A7%C3%B5es_de_Navier-Stokes
- http://rlguy.com/gridfluidsim/
- Using Python to Solve the Navier-Stokes Equations http://www.journalrepository.org/media/journals/JSRR_22/2015/May/Liu732015JSRR17346.pdf
- Grid Fluid Sim 3D Exemples https://github.com/rlguy/GridFluidSim3D/tree/master/src/examples/python
At the moment part of the code has been developed in MATLAB. All the files can be found under the matlab_code folder and it is being translated to Python. Check the README file in the test folder for more details.