Overview of DEM-Engine (DEME)
mainDEM-Engine (DEME) is a C++ package designed for high-efficiency Discrete Element Method (DEM) simulations. It is optimized for GPU acceleration and supports complex particle shapes and customizable contact force models. It is designed to be easily integrated with other C/C++ packages like Chrono for co-simulation.
Key features include:
- Support for up to two GPUs simultaneously (consumer and data center GPUs).
- Complex particle shapes represented by clumped spheres.
- Customizable contact force models (e.g., cohesive or electrostatic forces).
- Co-simulation capabilities with Chrono.