Uses of Interface
org.orekit.propagation.numerical.FieldTimeDerivativesEquations
Packages that use FieldTimeDerivativesEquations
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 FieldTimeDerivativesEquations in org.orekit.forces
Methods in org.orekit.forces with parameters of type FieldTimeDerivativesEquationsModifier and TypeMethodDescriptiondefault <T extends CalculusFieldElement<T>>
voidForceModel.addContribution(FieldSpacecraftState<T> s, FieldTimeDerivativesEquations<T> adder) Compute the contribution of the force model to the perturbing acceleration. -
Uses of FieldTimeDerivativesEquations in org.orekit.forces.gravity
Methods in org.orekit.forces.gravity with parameters of type FieldTimeDerivativesEquationsModifier and TypeMethodDescription<T extends CalculusFieldElement<T>>
voidNewtonianAttraction.addContribution(FieldSpacecraftState<T> s, FieldTimeDerivativesEquations<T> adder) Compute the contribution of the force model to the perturbing acceleration. -
Uses of FieldTimeDerivativesEquations in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers with parameters of type FieldTimeDerivativesEquationsModifier and TypeMethodDescription<T extends CalculusFieldElement<T>>
voidManeuver.addContribution(FieldSpacecraftState<T> s, FieldTimeDerivativesEquations<T> adder) Compute the contribution of the force model to the perturbing acceleration.