jsci.physics
Class Drag

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

public class Drag
extends 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
equals, 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)


jHepWork 3.1 ©