Uses of Interface
org.orekit.forces.maneuvers.propulsion.PropulsionModel
-
Packages that use PropulsionModel Package Description org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver
. -
-
Uses of PropulsionModel in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return PropulsionModel Modifier and Type Method Description PropulsionModel
Maneuver. getPropulsionModel()
Get the propulsion model.Constructors in org.orekit.forces.maneuvers with parameters of type PropulsionModel Constructor Description Maneuver(AttitudeProvider attitudeOverride, ManeuverTriggers maneuverTriggers, PropulsionModel propulsionModel)
Generic maneuver constructor. -
Uses of PropulsionModel in org.orekit.forces.maneuvers.propulsion
Subinterfaces of PropulsionModel in org.orekit.forces.maneuvers.propulsion Modifier and Type Interface Description interface
ThrustPropulsionModel
Interface for a thrust-based propulsion model.Classes in org.orekit.forces.maneuvers.propulsion that implement PropulsionModel 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.
-