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 class
Maneuver . |
Modifier and Type | Method and Description |
---|---|
ThrustDirectionAndAttitudeProvider |
ConfigurableLowThrustManeuver.getThrustDirectionProvider()
Getter on Thrust direction and spaceraft attitude provided by an external
object.
|
Constructor and Description |
---|
ConfigurableLowThrustManeuver(ThrustDirectionAndAttitudeProvider thrustDirectionProvider,
AbstractDetector<? extends EventDetector> startFiringDetector,
AbstractDetector<? extends EventDetector> stopFiringDetector,
double thrust,
double isp)
Constructor.
|
ConfigurableLowThrustManeuver(ThrustDirectionAndAttitudeProvider thrustDirectionProvider,
ManeuverTriggers trigger,
double thrust,
double isp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ThrustDirectionAndAttitudeProvider |
ThrustDirectionAndAttitudeProvider.buildFromCustomAttitude(AttitudeProvider attitudeProvider,
Vector3D direction)
Build a ThrustDirectionAndAttitudeProvider where the attitude is provided by
an external.
|
static ThrustDirectionAndAttitudeProvider |
ThrustDirectionAndAttitudeProvider.buildFromDirectionInFrame(Frame thrustDirectionFrame,
ThrustDirectionProvider variableDirectionInFrame,
Vector3D thrusterAxisInSatelliteFrame)
Build a ThrustDirectionAndAttitudeProvider by a variable direction in a
custom frame.
|
static ThrustDirectionAndAttitudeProvider |
ThrustDirectionAndAttitudeProvider.buildFromDirectionInLOF(LOFType thrustDirectionLofType,
ThrustDirectionProvider variableDirectionInFrame,
Vector3D thrusterAxisInSatelliteFrame)
Build a ThrustDirectionAndAttitudeProvider by a variable direction in a Local
Orbital Frame.
|
static ThrustDirectionAndAttitudeProvider |
ThrustDirectionAndAttitudeProvider.buildFromFixedDirectionInSatelliteFrame(Vector3D direction)
Build a ThrustDirectionAndAttitudeProvider from a fixed direction in the
satellite frame.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.