Package | Description |
---|---|
org.orekit.forces.maneuvers.propulsion |
This package provides propulsion models intended to be used with class
Maneuver . |
Modifier and Type | Class and Description |
---|---|
class |
ConstantThrustDirectionProvider
Simple implementation of VariableThrustDirectionVector, providing a constant
direction.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.