Uses of Interface
org.orekit.forces.maneuvers.propulsion.ThrustPropulsionModel
-
Packages that use ThrustPropulsionModel Package Description org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver. -
-
Uses of ThrustPropulsionModel in org.orekit.forces.maneuvers.propulsion
Classes in org.orekit.forces.maneuvers.propulsion that implement ThrustPropulsionModel Modifier and Type Class Description classAbstractConstantThrustPropulsionModelThis abstract class simply serve as a container for a constant thrust maneuver.classBasicConstantThrustPropulsionModelConstant thrust propulsion model with: - Constant thrust direction in spacecraft frame - Parameter drivers (for estimation) for the thrust norm or the flow rate.classProfileThrustPropulsionModelThrust propulsion model based on segmented profile.classScaledConstantThrustPropulsionModelThrust propulsion model with parameters (for estimation) represented by scale factors on the X, Y and Z axis of the spacecraft frame.classSphericalConstantThrustPropulsionModelConstant thrust propulsion model with: - Constant thrust direction in spacecraft frame - Parameter drivers (for estimation) for the thrust vector in spherical coordinates.
-