public interface StelaAdditionalEquations extends Serializable
| 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 © 2024 CNES. All rights reserved.