JSci.physics
Class Drag

java.lang.Object
  extended by JSci.physics.Drag

public class Drag
extends java.lang.Object

The drag force is proportional to the square of a particle's speed. D(v) = -k |v| v


Constructor Summary
Drag(double coeff)
           
 
Method Summary
 JSci.physics.Drag.Force createForce(AbstractClassicalParticle p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drag

public Drag(double coeff)
Method Detail

createForce

public JSci.physics.Drag.Force createForce(AbstractClassicalParticle p)