so I’m trying to simulate mass flow rate and conductive heat transfer from obstructions to the particles in a DEM simulation.
I’ve set the wall temperature to be a 1000 K and I want to study the temperature gradient when the particle comes in contact with the obstruction.
it doesn’t show me any errors but it also wont run so I’m not sure what to fix.
I have attached the bug report below.
It doesn’t have as much detail as the one on Linux (full-stack) but this is expected - it’s due to limitations of the OS. But I would like to know why you are not getting the error popup at all.
Is the geometry at the correct scale (over 300 meters) with the particles size of 3.5 cm?
The issue here is the des grid spacing is set to 3 times the particle diameter, which yields a humongous mesh of 16 Billion cells, larger than we can hold in memory (largest integer is about 2 Billion so we can’t even store the cell index).
You can overwrite these values in the Solids>DEM pane (search grid partition) to smaller values, but the bottom line is you won’t be able to run this DEM simulation as is in a reasonable time. It has 81 Million particles.