Uses of Class
org.orekit.forces.maneuvers.Maneuver
-
Packages that use Maneuver Package Description org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.jacobians Generators for columns of Jacobian matrices related to maneuver parameters. -
-
Uses of Maneuver in org.orekit.forces.maneuvers
Subclasses of Maneuver in org.orekit.forces.maneuvers Modifier and Type Class Description class
ConstantThrustManeuver
This class implements a simple maneuver with constant thrust. -
Uses of Maneuver in org.orekit.forces.maneuvers.jacobians
Constructors in org.orekit.forces.maneuvers.jacobians with parameters of type Maneuver Constructor Description MassDepletionDelay(String triggerName, boolean manageStart, Maneuver maneuver, ForceModel... nonGravitationalForces)
Constructor.TriggerDate(String stmName, String triggerName, boolean manageStart, Maneuver maneuver, double threshold, boolean isMassInStm, ForceModel... nonGravitationalForces)
Constructor.TriggerDate(String stmName, String triggerName, boolean manageStart, Maneuver maneuver, double threshold, ForceModel... nonGravitationalForces)
Constructor without mass as state variable in transition matrix.
-