public interface StelaAdditionalEquations
Modifier and Type | Method and Description |
---|---|
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.
|
String getName()
void computeDerivatives(StelaEquinoctialOrbit o, double[] p, double[] pDot) throws PatriusException
o
- current orbit information: date, kinematicsp
- current value of the additional parameterspDot
- placeholder where the derivatives of the additional parameters
should be putPatriusException
- if some specific error occursSpacecraftState addInitialAdditionalState(SpacecraftState state) throws PatriusException
state
- before adding additional statePatriusException
- should not happenint getEquationsDimension()
Copyright © 2018 CNES. All Rights Reserved.