public interface StelaForceModel
StelaGTOPropagator
.
Objects implementing this interface are intended to be added to a
semianalytical Stela GTO propagator
before the
propagation is started.
ForceModel
Modifier and Type | Method and Description |
---|---|
double[][] |
computePartialDerivatives(StelaEquinoctialOrbit orbit)
Compute the partial derivatives for a given spacecraft state.
|
double[] |
computeShortPeriods(StelaEquinoctialOrbit orbit)
Compute the short periodic variations for a given spacecraft state.
|
String |
getType() |
double[] computeShortPeriods(StelaEquinoctialOrbit orbit) throws PatriusException
orbit
- current orbit information: date, kinematicsPatriusException
- if short periods computation failsdouble[][] computePartialDerivatives(StelaEquinoctialOrbit orbit) throws PatriusException
orbit
- current orbit information: date, kinematicsPatriusException
- if partial derivatives computation failsString getType()
Copyright © 2019 CNES. All Rights Reserved.