|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.cnes.sirius.patrius.stela.propagation.StelaDifferentialEquations
public class StelaDifferentialEquations
Class representing the differential system of a STELA GTO propagation. It implements a Commons-Math first order differential equations system.
Forces contributions to dE'/dt are computed and summed in this class (E' being the state vector of the mean orbital parameters).
Field Summary | |
---|---|
static int |
STATE_SIZE
Size of the state vector. |
protected boolean |
tesseralComputed
Required for step computation of the tesseral quads |
Constructor Summary | |
---|---|
StelaDifferentialEquations(StelaGTOPropagator inStelaPropagator)
Build a new instance of the Stela differential equations. |
Method Summary | |
---|---|
void |
computeDerivatives(double t,
double[] y,
double[] yDot)
Get the current time derivative of the state vector. |
int |
getDimension()
Get the dimension of the problem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STATE_SIZE
protected boolean tesseralComputed
Constructor Detail |
---|
public StelaDifferentialEquations(StelaGTOPropagator inStelaPropagator) throws OrekitException
inStelaPropagator
- the Stela GTO propagator.
OrekitException
- exception in propagatorMethod Detail |
---|
public int getDimension()
FirstOrderDifferentialEquations
getDimension
in interface FirstOrderDifferentialEquations
public void computeDerivatives(double t, double[] y, double[] yDot)
FirstOrderDifferentialEquations
computeDerivatives
in interface FirstOrderDifferentialEquations
t
- current value of the independent time variabley
- array containing the current value of the state vectoryDot
- placeholder array where to put the time derivative of the state vector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |