remove set to zero for fluid force
This commit is contained in:
parent
347a4fee7a
commit
c6ddf00d7b
|
@ -56,9 +56,8 @@ pFlow::sphereFluidParticles::sphereFluidParticles(
|
||||||
|
|
||||||
bool pFlow::sphereFluidParticles::beforeIteration()
|
bool pFlow::sphereFluidParticles::beforeIteration()
|
||||||
{
|
{
|
||||||
sphereParticles::beforeIteration();
|
return sphereParticles::beforeIteration();
|
||||||
zeroFluidForce_H();
|
|
||||||
zeroFluidTorque_H();
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,8 @@ Licence:
|
||||||
|
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifndef __Timers_hpp__
|
#ifndef __Timerss_hpp__
|
||||||
#define __Timers_hpp__
|
#define __Timerss_hpp__
|
||||||
|
|
||||||
|
|
||||||
#include "Timer.hpp"
|
#include "Timer.hpp"
|
||||||
|
@ -34,7 +34,7 @@ class Timers
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
List<Timer*> timers_;
|
List<pFlow::Timer*> timers_;
|
||||||
|
|
||||||
int32 level_ = 0;
|
int32 level_ = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue