Uses of Class
org.orekit.forces.maneuvers.propulsion.AbstractConstantThrustPropulsionModel
-
Packages that use AbstractConstantThrustPropulsionModel 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 AbstractConstantThrustPropulsionModel in org.orekit.forces.maneuvers
Constructors in org.orekit.forces.maneuvers with parameters of type AbstractConstantThrustPropulsionModel Constructor Description ConstantThrustManeuver(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
Subclasses of AbstractConstantThrustPropulsionModel in org.orekit.forces.maneuvers.propulsion Modifier and Type Class Description 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
ScaledConstantThrustPropulsionModel
Thrust propulsion model with parameters (for estimation) represented by scale factors on the X, Y and Z axis of the spacecraft frame.
-