Uses of Class
org.jbox2d.util.sph.SmoothParticle

Packages that use SmoothParticle
org.jbox2d.util.sph   
 

Uses of SmoothParticle in org.jbox2d.util.sph
 

Fields in org.jbox2d.util.sph declared as SmoothParticle
 SmoothParticle[] SPHGroup.t
           
 

Methods in org.jbox2d.util.sph with parameters of type SmoothParticle
protected  double SmoothParticle.artificialViscosity(SmoothParticle sp, Parameter param)
          This is used to simulate viscous fluids.
 void SmoothParticle.calcChangeDensity(SmoothParticle sp, Vec2 v_ij)
          Adds the contributions of the change in density from the neighbor "sp".
 void SmoothParticle.calcChangeVelocity(SmoothParticle sp, Vec2 v_ij, Parameter param)
          Add the contribution of the acceleration due to the free particle "sp".
 void SPHGroup.calcSPHEquations(SmoothParticle p1, SmoothParticle p2)
          Calculates SPH density/velocity contributions to p1 as a result of p2.
protected  double SmoothParticle.gradientKernelX(SmoothParticle sp)
          X component of gradient of SPH smoothing kernel
protected  double SmoothParticle.gradientKernelY(SmoothParticle sp)
          Y component of gradient of SPH smoothing kernel
protected  double SmoothParticle.kernel(SmoothParticle sp)
          SPH smoothing kernel
 

Constructors in org.jbox2d.util.sph with parameters of type SmoothParticle
SmoothParticle(SmoothParticle SP)