mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
DEMSystem correction for fluid force
This commit is contained in:
@ -54,6 +54,13 @@ pFlow::sphereFluidParticles::sphereFluidParticles(
|
||||
)
|
||||
{}
|
||||
|
||||
bool pFlow::sphereFluidParticles::beforeIteration()
|
||||
{
|
||||
sphereParticles::beforeIteration();
|
||||
zeroFluidForce_H();
|
||||
zeroFluidTorque_H();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool pFlow::sphereFluidParticles::iterate()
|
||||
|
Reference in New Issue
Block a user