Uses of Class
org.orekit.forces.maneuvers.propulsion.AbstractConstantThrustPropulsionModel
Packages that use AbstractConstantThrustPropulsionModel
Package
Description
This package provides models of simple maneuvers.
This package provides propulsion models intended to be used with class
Maneuver.-
Uses of AbstractConstantThrustPropulsionModel in org.orekit.forces.maneuvers
Constructors in org.orekit.forces.maneuvers with parameters of type AbstractConstantThrustPropulsionModelModifierConstructorDescriptionConstantThrustManeuver(AttitudeProvider attitudeOverride, DateBasedManeuverTriggers dateBasedManeuverTriggers, AbstractConstantThrustPropulsionModel constantThrustPropulsionModel) Simple constructor for a constant direction and constant thrust.ConstantThrustManeuver(AbsoluteDate date, double duration, AttitudeProvider attitudeOverride, AbstractConstantThrustPropulsionModel constantThrustPropulsionModel) Simple constructor for a constant direction and constant thrust. -
Uses of AbstractConstantThrustPropulsionModel in org.orekit.forces.maneuvers.propulsion
Modifier and TypeClassDescriptionclassConstant 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 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.