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 class
AbstractConstantThrustPropulsionModel
This abstract class simply serve as a container for a constant thrust maneuver.class
BasicConstantThrustPropulsionModel
Constant thrust propulsion model with: - Constant thrust direction in spacecraft frame - Parameter drivers (for estimation) for the thrust norm or the flow rate.class
ProfileThrustPropulsionModel
Thrust propulsion model based on segmented profile.class
ScaledConstantThrustPropulsionModel
Thrust propulsion model with parameters (for estimation) represented by scale factors on the X, Y and Z axis of the spacecraft frame.
-