|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StelaAdditionalEquations
Interface representing the Stela GTO propagator additional equations.
Method Summary | |
---|---|
SpacecraftState |
addInitialAdditionalState(SpacecraftState state)
|
void |
computeDerivatives(StelaEquinoctialOrbit o,
double[] p,
double[] pDot)
Compute the derivatives related to the additional state parameters. |
int |
getEquationsDimension()
|
String |
getName()
Get the name of the additional state. |
Method Detail |
---|
String getName()
void computeDerivatives(StelaEquinoctialOrbit o, double[] p, double[] pDot) throws OrekitException
o
- current orbit information: date, kinematicsp
- current value of the additional parameterspDot
- placeholder where the derivatives of the additional parameters
should be put
OrekitException
- if some specific error occursSpacecraftState addInitialAdditionalState(SpacecraftState state) throws OrekitException
state
- before adding additional state
OrekitException
- should not happenint getEquationsDimension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |