Uses of Interface
org.orekit.propagation.numerical.TimeDerivativesEquations
Packages that use TimeDerivativesEquations
Package
Description
This package provides the interface for force models that will be used by the
NumericalPropagator, as well as
some classical spacecraft models for surface forces (spherical, box and solar array ...).This package provides all gravity-related forces.
This package provides models of simple maneuvers.
-
Uses of TimeDerivativesEquations in org.orekit.forces
Methods in org.orekit.forces with parameters of type TimeDerivativesEquationsModifier and TypeMethodDescriptiondefault voidForceModel.addContribution(SpacecraftState s, TimeDerivativesEquations adder) Compute the contribution of the force model to the perturbing acceleration. -
Uses of TimeDerivativesEquations in org.orekit.forces.gravity
Methods in org.orekit.forces.gravity with parameters of type TimeDerivativesEquationsModifier and TypeMethodDescriptionvoidNewtonianAttraction.addContribution(SpacecraftState s, TimeDerivativesEquations adder) Compute the contribution of the force model to the perturbing acceleration. -
Uses of TimeDerivativesEquations in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers with parameters of type TimeDerivativesEquationsModifier and TypeMethodDescriptionvoidManeuver.addContribution(SpacecraftState s, TimeDerivativesEquations adder) Compute the contribution of the force model to the perturbing acceleration.