|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StelaForceModel
This interface represents a force modifying spacecraft motion for a StelaGTOPropagator.
Objects implementing this interface are intended to be added to a semianalytical Stela GTO propagator
before the propagation is started.
ForceModel| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
double[] computeShortPeriods(StelaEquinoctialOrbit orbit)
throws OrekitException
orbit - current orbit information: date, kinematics
OrekitException - if short periods computation fails
double[][] computePartialDerivatives(StelaEquinoctialOrbit orbit)
throws OrekitException
orbit - current orbit information: date, kinematics
OrekitException - if partial derivatives computation failsString getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||