|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
类 ast::J4Analytical 继承关系图:Public 成员函数 | |
| J4Analytical (const ModOrbElem &modOrbElem, const TimePoint &epoch, double gm, double j2, double j4, double re) | |
| J4Analytical (const Vector3d &pos, const Vector3d &vel, const TimePoint &epoch, double gm, double j2, double j4, double re) | |
Public 成员函数 继承自 ast::J2J4Analytical | |
| J2J4Analytical (const ModOrbElem &modOrbElem, const TimePoint &epoch, double gm) | |
| errc_t | prop (double duration, Vector3d &r, Vector3d &v) |
| errc_t | prop (double duration, ModOrbElem &modOrbElem) |
| errc_t | prop (const TimePoint &epoch, Vector3d &r, Vector3d &v) |
| errc_t | prop (const TimePoint &epoch, ModOrbElem &modOrbElem) |
额外继承的成员函数 | |
Protected 成员函数 继承自 ast::J2J4Analytical | |
| errc_t | propNoNormalize (double duration, ModOrbElem &modOrbElem) |
| void | setRaanDot (double raanDot) |
| void | setArgPeriDot (double argPeriDot) |
| void | setMeanAnomalyDot (double meanAnomalyDot) |
Protected 属性 继承自 ast::J2J4Analytical | |
| ModOrbElem | modOrbElem_ |
| TimePoint | epoch_ |
| double | gm_ |
| double | raanDot_ |
| double | argPeriDot_ |
| double | meanAnomalyDot_ |
| ast::J4Analytical::J4Analytical | ( | const ModOrbElem & | modOrbElem, |
| const TimePoint & | epoch, | ||
| double | gm, | ||
| double | j2, | ||
| double | j4, | ||
| double | re ) |
构造函数
~
| modOrbElem | 改进轨道根数 |
| epoch | 历元 |
| gm | 引力常数 |
| j2 | J2项 |
| j4 | J4项 |
| re | 天体半径 |
| ast::J4Analytical::J4Analytical | ( | const Vector3d & | pos, |
| const Vector3d & | vel, | ||
| const TimePoint & | epoch, | ||
| double | gm, | ||
| double | j2, | ||
| double | j4, | ||
| double | re ) |
构造函数
~
| pos | 位置向量 |
| vel | 速度向量 |
| epoch | 历元 |
| gm | 引力常数 |
| j2 | J2项 |
| j4 | J4项 |
| re | 天体半径 |