chaos-polymtl / lethe

Repository for the open-source lethe CFD/DEM/CFD-DEM project
https://chaos-polymtl.github.io/lethe/index.html
GNU Lesser General Public License v2.1
267 stars 59 forks source link

Bunny drill fix #1131

Closed blaisb closed 3 months ago

blaisb commented 3 months ago

Description of the problem

Description of the solution

How Has This Been Tested?

Documentation

Comments

Working on this I found another bug. Right now the example will not work correctly if there are no load balancing steps. It seems to be related to the way the objects are displaced and the displacement monitoring is made after the checkpointing. I will use this example to work on fixing this bug, but this will be work this week in a next PR.

Closes the issue in #1129

OGaboriault commented 3 months ago

I think the time step was small because of the rotation of the solid object.

Big time steps had a tendency to deforme the bunny...

blaisb commented 3 months ago

I think the time step was small because of the rotation of the solid object.

Big time steps had a tendency to deforme the bunny...

Yeah but 1e-5 does not deform the bunny at all. I think it is because we designed the test when we still had some bugs with solid objects that were fixed down the road.