|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.field.VecTimeField
simulations.experiments.fluidFlow.HeliosphereFlowExperiment.Motion
The equation of motion governing the evolution of the system
Constructor Summary | |
private |
HeliosphereFlowExperiment.Motion()
|
Method Summary | |
Vec |
get(Vec p,
double t,
Vec v)
Given the state of the system p at time t, computes its first time derivatives and puts them in v, and returns v. |
Methods inherited from class core.field.VecTimeField |
get |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private HeliosphereFlowExperiment.Motion()
Method Detail |
public Vec get(Vec p, double t, Vec v)
get
in class VecTimeField
p
- the position (first location p.x[0]) and the speed (second location p.x[1]) of
the moving charge.t
- the timev
- the derivative of the p vector--so v.x[0] is the speed and v.x[1] is the acceleration, as
calculated using Coubomb's law for the force betweeen the charges.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |