Uses of Interface
org.orekit.forces.maneuvers.propulsion.ThrustVectorProvider
Packages that use ThrustVectorProvider
Package
Description
This package provides propulsion models intended to be used with class
Maneuver.-
Uses of ThrustVectorProvider in org.orekit.forces.maneuvers.propulsion
Classes in org.orekit.forces.maneuvers.propulsion that implement ThrustVectorProviderModifier and TypeClassDescriptionclassThrust vector given as polynomials for the Cartesian coordinates.Methods in org.orekit.forces.maneuvers.propulsion with type parameters of type ThrustVectorProviderModifier and TypeMethodDescriptionstatic <T extends ThrustVectorProvider>
ProfileThrustPropulsionModelProfileThrustPropulsionModel.of(TimeSpanMap<T> profile, double isp, Control3DVectorCostType control3DVectorCostType, String name) Build with customized profile.Methods in org.orekit.forces.maneuvers.propulsion that return ThrustVectorProviderModifier and TypeMethodDescriptionProfileThrustPropulsionModel.getActiveProvider(AbsoluteDate date) Getter for active provider at input date.Constructor parameters in org.orekit.forces.maneuvers.propulsion with type arguments of type ThrustVectorProviderModifierConstructorDescriptionProfileThrustPropulsionModel(TimeSpanMap<ThrustVectorProvider> profile, double isp, String name) Constructor with default cost type.ProfileThrustPropulsionModel(TimeSpanMap<ThrustVectorProvider> profile, double isp, Control3DVectorCostType control3DVectorCostType, String name) Generic constructor.