1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-07-18 03:17:04 +00:00

remove set to zero for fluid force

This commit is contained in:
hamidrezanorouzi
2023-03-15 06:52:15 +03:30
parent 347a4fee7a
commit c6ddf00d7b
2 changed files with 5 additions and 6 deletions
DEMSystems/sphereDEMSystem
src/phasicFlow/Timer

@ -56,9 +56,8 @@ pFlow::sphereFluidParticles::sphereFluidParticles(
bool pFlow::sphereFluidParticles::beforeIteration()
{
sphereParticles::beforeIteration();
zeroFluidForce_H();
zeroFluidTorque_H();
return sphereParticles::beforeIteration();
return true;
}