Uses of Interface
org.orekit.forces.maneuvers.propulsion.ThrustVectorProvider
-
Packages that use ThrustVectorProvider Package Description org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver
. -
-
Uses of ThrustVectorProvider in org.orekit.forces.maneuvers.propulsion
Classes in org.orekit.forces.maneuvers.propulsion that implement ThrustVectorProvider Modifier and Type Class Description class
PolynomialThrustSegment
Thrust vector given as polynomials for the Cartesian coordinates.Methods in org.orekit.forces.maneuvers.propulsion with type parameters of type ThrustVectorProvider Modifier and Type Method Description static <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 ThrustVectorProvider Modifier and Type Method Description ThrustVectorProvider
ProfileThrustPropulsionModel. getActiveProvider(AbsoluteDate date)
Getter for active provider at input date.Constructor parameters in org.orekit.forces.maneuvers.propulsion with type arguments of type ThrustVectorProvider Constructor Description ProfileThrustPropulsionModel(TimeSpanMap<ThrustVectorProvider> profile, double isp, String name)
Constructor with default cost type.ProfileThrustPropulsionModel(TimeSpanMap<ThrustVectorProvider> profile, double isp, Control3DVectorCostType control3DVectorCostType, String name)
Generic constructor.
-