Uses of Interface
org.orekit.forces.maneuvers.propulsion.PropulsionModel
Packages that use PropulsionModel
Package
Description
This package provides models of simple maneuvers.
This package provides propulsion models intended to be used with class
Maneuver.-
Uses of PropulsionModel in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return PropulsionModelConstructors in org.orekit.forces.maneuvers with parameters of type PropulsionModelModifierConstructorDescriptionManeuver(AttitudeRotationModel 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.propulsionModifier and TypeInterfaceDescriptioninterfaceInterface for a thrust-based propulsion model.Classes in org.orekit.forces.maneuvers.propulsion that implement PropulsionModelModifier and TypeClassDescriptionclassThis abstract class simply serve as a container for a constant thrust maneuver.classConstant thrust propulsion model with: - Constant thrust direction in spacecraft frame - Parameter drivers (for estimation) for the thrust norm or the flow rate.classThrust propulsion model based on segmented profile.classThrust propulsion model with parameters (for estimation) represented by scale factors on the X, Y and Z axis of the spacecraft frame.classConstant thrust propulsion model with: - Constant thrust direction in spacecraft frame - Parameter drivers (for estimation) for the thrust vector in spherical coordinates.