Description: The Discrete Element Method (DEM) enables high-fidelity modeling of particle systems by resolving translational/rotational motion and contact forces between individual particles. However, scaling DEM to industrial applications—particularly when coupled with Computational Fluid Dynamics (CFD)—demands significant computational resources. This workshop presents a GPU-accelerated DEM solver designed to overcome these challenges through cost-effective parallelism and seamless integration with ANSYS Fluent. GPUs are uniquely suited for DEM due to their ability to execute thousands of simple, repetitive particle-force calculations in parallel. Unlike CPU clusters, which incur high costs for underutilized core capabilities, low-cost GPUs deliver superior performance for DEM’s arithmetic-heavy workload. The solver leverages this architecture to simulate millions of particles efficiently, avoiding the financial overhead of CPU-based systems. The solver imports ANSYS Fluent’s CFD mesh directly via Dynamic-Linked Libraries (DLLs), eliminating cross-platform communication delays. Fluent’s cell geometry—including tetrahedral, hexahedral, and polyhedral meshes—is used for particle-fluid/wall interactions, ensuring compatibility with complex industrial geometries. A streamlined particle-cell search algorithm removes the need for auxiliary grids, reducing memory usage while maintaining accuracy. A novel void fraction method further enhances robustness across unstructured or irregular meshes, critical for realistic fluid-particle systems. To maximize computational resources, the CFD (Fluent) and DEM solvers run concurrently: Fluent operates on the CPU for fluid dynamics, while the GPU handles all particle calculations. This concurrent execution avoids hardware idle time, enabling full utilization of available processing power. Performance benchmarks demonstrate significant speed improvements over both CPU-based and existing GPU-coupled DEM approaches, particularly for large-scale systems. By combining GPU parallelism, direct ANSYS Fluent integration, and optimized mesh handling, this solver provides a scalable, cost-effective solution for multiphase simulations—enabling high-resolution modeling of particle-laden flows without reliance on expensive infrastructure.

Dr. Alireza Kianimoqadam (Presenter) is a Postdoctoral Research Fellow at the University of Dayton working on particulate solar thermal energy systems. With a PhD in Mechanical Engineering from the University of Maine and a foundational background from Isfahan University of Technology, he architects advanced simulation frameworks that bridge high-performance computing, machine learning, and multiphysics modeling.