Interface | Description |
---|---|
PropulsionModel |
推进模型的通用接口,用于 Maneuver 中使用。
|
ThrustDirectionProvider |
用于计算机动推力方向的接口。
|
ThrustPropulsionModel |
基于推力的推进模型的接口。
|
Class | Description |
---|---|
AbstractConstantThrustPropulsionModel |
这个抽象类仅用作常数推力机动的容器。
|
BasicConstantThrustPropulsionModel |
具有以下特性的恒定推力推进模型:- 在飞行器坐标系中的恒定推力方向 - 推力大小或流量的参数驱动器(用于估计)。
|
ConstantThrustDirectionProvider |
VariableThrustDirectionVector 的简单实现,提供恒定方向。
|
PolynomialThrustSegment |
推力剖面的一个多项式段。
|
ProfileThrustPropulsionModel |
基于分段剖面的推力推进模型。
|
ScaledConstantThrustPropulsionModel |
具有参数(用于估计)的推力推进模型,这些参数由飞行器坐标系的 X、Y 和 Z 轴上的比例因子表示。
|
ThrustDirectionAndAttitudeProvider |
该类用于管理卫星的姿态和推力方向。
|
Copyright © 2002-2023 CS GROUP. All rights reserved.