|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <HPOPForceModel.hpp>
类 | |
| struct | Drag |
| struct | Gravity |
| struct | SRP |
| struct | ThirdBody |
Public 类型 | |
| using | ThirdBodyList = std::vector<ThirdBody> |
Public 属性 | |
| bool | useDrag_ {false} |
| bool | useSRP_ {false} |
| bool | useMoonGravity_ {false} |
| Gravity | gravity_ |
| Drag | drag_ |
| SRP | srp_ |
| double | moonGravity_ {kMoonGrav} |
| ThirdBodyList | thirdBodies_ |
高精度轨道预报力模型