PhasicFlow / phasicFlow

Parallel, highly efficient code (CPU and GPU) for DEM and CFD-DEM simulations.
GNU General Public License v3.0
32 stars 22 forks source link

Force Chain Finder #116

Open Nimajhi opened 2 weeks ago

Nimajhi commented 2 weeks ago

I want to suggest that since PhasicFlow already performs particle collision calculations, it would be a valuable enhancement to add Force Chain Finder to the program. This can be achieved by introducing an option to store detailed particle-particle collision information. By capturing and storing data on each collision, including the forces involved and the contact points, the software could then analyze and visualize force chains within the particle system.

PhasicFlow commented 1 week ago

In version 1.x, we can add this option to caseSetup/interaction, so that when this is activated, the program stores the force chain and saves it to the disk.