|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <Atmosphere.hpp>
类 ast::Atmosphere 继承关系图:Public 成员函数 | |
| virtual double | getDensity (const TimePoint &tp, const Vector3d &posInBodyFixed) const =0 |
| virtual Frame * | getFrame () const =0 |
大气模型基类
大气模型基类,定义了大气模型的基本接口,参考了orekit的Atmosphere接口 关于 Atmosphere 接口的抽象设计:
|
pure virtual |
获取大气密度
| tp | 当前时间 |
| posInBodyFixed | 当前位置(相对于getFrame()返回的坐标系) |
在 ast::AtmosphereBase, ast::DTM2012, ast::HarrisPriester, ast::JacchiaRoberts, ast::MSIS86, ast::MSISE90, ast::NRLMSIS00 , 以及 ast::USSA1976 内被实现.
|
pure virtual |
获取大气模型的参考坐标系
在 ast::AtmosphereBase 内被实现.