Discrete Element Models for Modern Masonry Design and Historic Masonry Assessment
Stable releases can be installed from PyPI.
pip install compas_dem
To install the latest version for development, do:
git clone https://github.com/blockresearchgroup/compas_dem.git
cd compas_dem
pip install -e ".[dev]"
To install a version that supports equilibrium ananlysis of DEMs with CRA
cd compas_dem
conda env create -f environment.yml
conda activate dem-dev
For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS Discrete Element Models docs
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.