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 |
---|---|
PropulsionModel |
Maneuver.getPropulsionModel()
Get the propulsion model.
|
Constructor and Description |
---|
Maneuver(AttitudeProvider attitudeOverride,
ManeuverTriggers maneuverTriggers,
PropulsionModel propulsionModel)
Generic maneuver constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ThrustPropulsionModel
Interface for a thrust-based propulsion model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstantThrustPropulsionModel
This abstract class simply serve as a container for a constant thrust maneuver.
|
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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.