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

Packages that use Parameter
org.jbox2d.util.sph   
 

Uses of Parameter in org.jbox2d.util.sph
 

Fields in org.jbox2d.util.sph declared as Parameter
 Parameter SPHGroup.param
           
 

Methods in org.jbox2d.util.sph with parameters of type Parameter
 void SmoothParticle.addForceX(Parameter param)
          Add the body force in the x direction.
 void SmoothParticle.addForceY(Parameter param)
          Add the body force in the y direction.
protected  double SmoothParticle.artificialViscosity(SmoothParticle sp, Parameter param)
          This is used to simulate viscous fluids.
 void SmoothParticle.calcChangeVelocity(SmoothParticle sp, Vec2 v_ij, Parameter param)
          Add the contribution of the acceleration due to the free particle "sp".
 void SmoothParticle.calcPressure(Parameter p)
          Calculates the pressure for this SPH particle.
 

Constructors in org.jbox2d.util.sph with parameters of type Parameter
Parameter(Parameter p)