https://github.com/benjym/poly-mpm
Polydisperse material point method
https://github.com/benjym/poly-mpm
granular-media mpm python segregation segregation-simulation
Last synced: 3 months ago
JSON representation
Polydisperse material point method
- Host: GitHub
- URL: https://github.com/benjym/poly-mpm
- Owner: benjym
- License: gpl-3.0
- Created: 2013-02-13T09:38:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T19:49:21.000Z (almost 2 years ago)
- Last Synced: 2024-07-20T00:50:16.136Z (almost 2 years ago)
- Topics: granular-media, mpm, python, segregation, segregation-simulation
- Language: Python
- Size: 6.66 MB
- Stars: 12
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polydisperse material point method
This code implements a basic two dimensional material point method, with additional functionality to additionally calculate segregation during granular flow.
## Getting Started
Just download a copy and follow the [documentation](http://benjym.github.io/poly-mpm/build/html/index.html)!
### Prerequisites
You will need a full python3 environment installed. I recommend [anaconda](https://www.anaconda.com/download/) for this.
## Built With
* [Scipy](https://www.scipy.org/)
* [Numpy](http://www.numpy.org/)
* [Matplotlib](https://matplotlib.org/)
## Contributing
If you would like to contribute to the code, please contact Benjy at
## Authors
* [Benjy Marks](www.benjymarks.com)
## License
This project is licensed under the GNU GPL License - see the [LICENSE](LICENSE) file for details