simulations.experiments.faradaysLaw
Class RecedingImageExperiment.Motion

java.lang.Object
  extended bycore.field.VecTimeField
      extended bysimulations.experiments.faradaysLaw.RecedingImageExperiment.Motion
Enclosing class:
RecedingImageExperiment

public class RecedingImageExperiment.Motion
extends VecTimeField


Constructor Summary
RecedingImageExperiment.Motion()
           
 
Method Summary
 Vec get(Vec p, double t, Vec v)
          Given the vector representing the dependent variables of the experiment and the time, returns the time derivatives of those variables.
 
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

RecedingImageExperiment.Motion

public RecedingImageExperiment.Motion()
Method Detail

get

public Vec get(Vec p,
               double t,
               Vec v)
Given the vector representing the dependent variables of the experiment and the time, returns the time derivatives of those variables.

Specified by:
get in class VecTimeField
Parameters:
p - The vector of parameter values which describe the experiment at any time t. In this case, p.x[0] is the vertical position of monoplus and p.x[1] is the vertical position of monominus.
t - The time t.
v - Time derivatives of the vector of parameter values (calculated). Note that in this case the derivatives do not depend on the positions p at all, but just on the time t.
Returns:
The time derivatives of the vector of parameter values.