🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::USSA1976类 参考

#include <USSA1976.hpp>

+ 类 ast::USSA1976 继承关系图:

Public 成员函数

double getDensity (const TimePoint &tp, const Vector3d &posInBodyFixed) const override
 
 AtmosphereBase (Frame *frame, BodyShape *bodyShape)
 
- Public 成员函数 继承自 ast::AtmosphereBase
 AtmosphereBase (Frame *frame, BodyShape *bodyShape)
 
FramegetFrame () const override
 
bool useApproximateAltitude () const
 
void setUseApproximateAltitude (bool useApproximateAltitude)
 
void getGeodetic (const Vector3d &posInBodyFixed, double &latitude, double &longitude, double &altitude) const
 
double getAltitude (const Vector3d &posInBodyFixed) const
 
- Public 成员函数 继承自 ast::Atmosphere

额外继承的成员函数

- Protected 属性 继承自 ast::AtmosphereBase
Frameframe_ {nullptr}
 
BodyShapebodyShape_ {nullptr}
 
bool useApproximateAltitude_ {false}
 

详细描述

USSA1976大气模型

成员函数说明

◆ getDensity()

double ast::USSA1976::getDensity ( const TimePoint & tp,
const Vector3d & posInBodyFixed ) const
overridevirtual

获取大气密度

参数
tp当前时间
posInBodyFixed当前位置(相对于getFrame()返回的坐标系)
返回
大气密度(单位:kg/m³)

实现了 ast::AtmosphereBase.


该类的文档由以下文件生成: