🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
HarrisPriester.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
25
AST_NAMESPACE_BEGIN
26
40
AST_WEATHER_CAPI
double
aHarrisPriester
(
41
const
Vector3d& pos,
42
const
Vector3d& sunpos,
43
double
altitude,
44
double
f107,
45
int
n
46
);
47
50
AST_NAMESPACE_END
ast::aHarrisPriester
double aHarrisPriester(const Vector3d &pos, const Vector3d &sunpos, double altitude, double f107, int n)
通过HarrisPriester模型计算大气密度
定义
HarrisPriester.cpp:147
src
AstWeather
Atmosphere
HarrisPriester
HarrisPriester.hpp
制作者
1.12.0