|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.physics.Drag
public class Drag
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 |
---|
public Drag(double coeff)
Method Detail |
---|
public JSci.physics.Drag.Force createForce(AbstractClassicalParticle p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |