nest.mp4
This repository provides a prototyping, non-parallel (single threaded, single node) code in C++ that supplements the paper:
Bhosale, Y., Weiner, N., Butler, A., Kim, S. H., Gazzola, M., & King, H. (2022). Micromechanical origin of plasticity and hysteresis in nestlike packings. Physical review letters, 128(19), 198003.
The code requires a minimal gcc
compiler with no additional libraries to install. Follow the steps below to run the nest simulation:
- Set the custom
gcc
compiler path based on your system on line 5 ofMakefile
inmakefiles
folder - Run the following command in the terminal:
./launch_nest_sim.sh
For further information on this work, please have a look at this link.