deepmodeling / deepflame-dev

A deep learning empowered open-source platform for reacting flow simulations
GNU General Public License v3.0
140 stars 62 forks source link

Load balance when handling a great amount of parcels #483

Open DongWangChina opened 5 months ago

DongWangChina commented 5 months ago

In my spray cases, to ensure computational stability, there are lots of parcels in the computation domain (up to 535752). Though I use 640 cores in this simulation, there might be only tens of them computing the spray cloud, while others just wait. The consequence is that simulation on the spray cloud takes half of the simulation time. Is there any solution for that issue?